body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#252F47;
	background-color:#FFFFFF; 
	line-height:17px;
	text-align:left;
}

input.Error{
    background-color: red;
}

.header {
	background-color:#e6e6ee;
	padding: 3px 3px 3px 3px;
}

.label {
	background-color:#f3f2f7;
	padding: 5px 10px 3px 3px;
	text-align:right;
	width:250px;
}

.input {
	background-color:#f3f2f7;
	padding: 5px 10px 3px 3px;
	text-align:left;

}

.bluel {
	background-color:#0093d6;
	background-image:url(images/blue_l.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding: 5px 10px 3px 3px;
	text-align:right;
	width:250px;
	font-weight:bold;
	color:#FFFFFF;
}

.bluer {
	background-color:#0156b1;
	background-image:url(images/blue_r.gif);
	background-position:right top;
	background-repeat:no-repeat;
	padding: 5px 10px 3px 5px;
	text-align:left;
	font-weight:bold;
	color:#FFFFFF;
}

.greenl {
	background-color:#82c460;
	background-image:url(images/green_l.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding: 5px 10px 3px 3px;
	text-align:right;
	width:250px;
	font-weight:bold;
	color:#FFFFFF;
}

.greenr {
	background-color:#399816;
	background-image:url(images/green_r.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	padding: 5px 10px 3px 5px;
	text-align:left;
	font-weight:bold;
	color:#FFFFFF;
}

.buttonl {
	background-color:#FFFFFF;
	padding: 10px 10px 3px 3px;
	text-align:right;
}

.buttonr {
	background-color:#FFFFFF;
	padding: 10px 3px 3px 10px;
	text-align:left;
}

.labelb {
	background-color:#f3f2f7;
	padding: 5px 10px 10px 3px;
	text-align:right;
	width:250px;
}

.inputb {
	background-color:#f3f2f7;
	padding: 5px 10px 10px 3px;
	text-align:left;

}


.bold{
    font-weight: bold;
}
