/* CSS Document */

.form_error {
	font-size: 0.85em;
	font-weight: 500;
	color:#CC0033;
}

.formLabel {
	font-size: 1.5em;
	font-weight: 700;
	color: #666666;
}

.listFormLabel
{
    width:100px;
}

.formField {
	font-size: 0.9em;
	font-weight: 700;
	color: #666666;
}

.formValues {
	font-size: 1em;
	font-weight:400;
	color: #000000;
}

legend {
	font-size: 1.1em;
	font-weight: 600;
	color: #083797;
}
.question {
    font-size:0.9em
	font-weight: 600;
	text-transform: capitalize;
	color: #083797;
}
.makeBold {
	font-weight: 700;
}
.whiteBoldHead {
	font-weight: 700;
	color: #FFFFFF;
	background-color: #0C3E9C;
	border: thin solid #0C3E9C;
}
.bgBlueField {
	font-size: small;
	color: #333333;
	background-color: #CCFFFF;
}

.bgYellowField {
	font-size: small;
	color: #333333;
	background-color:#FFFFCC;
}
.button {
	color: #eeeeee;
	background-color: #083797;
	border: 1px solid #666666;
	font-weight: 700;
	font-size: 10px;
	padding: 3px;
	letter-spacing: 0.2em;
	cursor: pointer;
	text-decoration: none;	
    font-family: Geneva;
    height: 24px;
}
.button:hover
{
	cursor:hand;
}

.buttonde {
	color: #eeeeee;
	background-color: #083797;
	border: 1px solid #666666;
	font-weight: 700;
	font-size: 20;
	padding: 3px;
	letter-spacing: 0.4em;
	cursor: hand;
	text-decoration: none;
	cursor: hand;
    font-family: Geneva, Arial, Helvetica, sans-serif;
}
.smtext {
	font-size: 0.8em;
	color: #333333;
}
fieldset a {
	color: #0000CC;
	text-decoration: none underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

