/*body {
	background-color: #000000;
	color: #ffffff;
}*/

#formHolder {
	/*visibility: hidden;*/
	display: none;
	background-color: #ffffff;
	color: #000000;
}

.fieldLabel {
	color: #000000;
	font-size: 12px;
	text-align: right;
}
#frmBulletinSignup {
	padding:0px;
	margin: 0px;
}
#frmBulletinSignup h1 {
	font-size: 14px;
	font-color: blue;
}

#frmBulletinSignup input.field {
	width: 200px;
}

#frmBulletinSignup input.button {
	width: 60px;
}

#frmBulletinSignup table {
	width: 100%;
}


#frmBulletinSignup #buttonHolder {
	text-align: center;
}



div#formHolder .error {
	color: red;
	font-weight: bold;
}

div.blockMessage, div.blockElement, div.blockPage {
        padding: 5px;
        margin: 0;

        width: 30%;

        top: 40%;
        left: 35%; 

        border: 3px solid #aaa;

        background-color: #ffffff;

        color: #ffffff;
        text-align: center;
        font-family: verdana;
        font-size: 12px;

        cursor: default;        
}
