﻿@charset "utf-8";

/*GENERAL STYLES FOR LAYOUT/PADDING */


.form {
	width: 500px;
	border: 0px;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #01244b;
}

td {
	text-align: left;
	/*vertical-align: top;*/
	padding-bottom:5px;	
}

.tdPadding {
	padding-top: 15px;
	padding-left: 20px;
}
.textFieldsGroup  td {
	padding-top: 3px;
	padding-bottom: 3px;
}
.textFieldsGroup {
	margin-bottom: 20px;
	margin-top: 0px;
}
.form ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
}  


/*STYLES FOR SECTIONS and GROUPS BACKGROUNs*/

.GroupDividerBk {
	/*background: url(../images/groupsDivider_bk2.jpg) no-repeat left top;*/
	padding-left: 20px;
	width: 500px;
	padding-top: 5px;
}
.SectionTopBk {
	/*background: url(../images/sectionTop_bk2.jpg) no-repeat left top;*/
	width: 495px;
	height: 32px;
	padding-top: 5px;
	padding-left: 20px;
}


/*STYLES FONTS*/

.formTitleBlue {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #011E8F;
	padding-left: 5px;
	padding-bottom: 10px;
}

.SectionTitle {
	font: normal 16px "Trebuchet MS";
	color: #0753c4;
	padding-bottom: 5px;
	padding-top: 20px;
	padding-left: 5px;
}
.BlueLabel {
	color: #243571;
	font-weight: normal;
	font-size: 13px;
}
.textRegular {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
	color: #000033;
	margin-top: 7px;
	margin-bottom: 0px;
}
.requiredInfo {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #831700;
	float: left;
	line-height: 24px;
}

.astrics {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
}


/*STYLES FOR INPUT FIELDS*/
.textfieldsStyles {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border: 1px solid #768596;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
} 



/*STYLES FOR BUTTONS*/
.buttonCancel {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 0px;
	background: url(images/btnGrey_86.jpg) no-repeat left top;
	height: 20px;
	width: 86px;
	display: block;
	text-decoration: none;
	text-align: center;
	padding-top: 3px;
	float: right;
}
.buttonSubmit {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 0px;
	background: url(images/btnBlue_86.jpg) no-repeat left top;
	height: 20px;
	width: 86px;
	display: block;
	text-decoration: none;
	text-align: center;
	padding-top: 3px;
	float: right;
	margin-left: 30px;
}