@import url(../content.css);

#contentLeftColumn {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 138%;
	color: #003E8C;	
}

#contentLeftColumnTrial{
	padding: 0 0 0 50px;
}

#contentLeftColumn h1{
	color: #0076AC;
	font-size: 2em;
	margin: -3px 0 1em 0;
	padding: 0;
	font-weight: normal;
	z-index: 1;
	position: relative;
	line-height: 1em;
}


#contentLeftColumn h2{
 font-size: 18px;
 font-weight: normal;
 color: #0076AC;
 margin: 30px 0 0 0;
}

#contentLeftColumn p{
 margin-top: 3px;
}

/* FORM */

#contentLeftColumn .fieldsLeftColumn{
 width: 220px;
 float: left;
 margin-right: 30px;
 position: relative;
}

#contentLeftColumn .fieldsRightColumn{
 width: 220px;
 float: left;
 position: relative;
}

#contentLeftColumn .fieldConatiner{
 position: relative;
}

#contentLeftColumn .fieldLabel{
 margin-bottom: 3px;
 color: #666666;
 font-size: 11px;
 padding-top: 20px;
}

#contentLeftColumn .fieldTextInput{
 width: 100%;
}

#contentLeftColumn .fieldDropDown{
 width: 100%;
}

#contentLeftColumn .fieldTextArea{
 width: 75%;
 height: 50px;
}

#contentLeftColumn .fieldCheckBox{
 position: relative;
 top: 3px;
}

#contentLeftColumn .fieldSpacer{
 height: 53px;
}

#contentLeftColumn .spacer{
 height: 10px;
 clear: both;
}

#contentLeftColumn .step p{
 color: #666666;
}

#contentLeftColumn #nav{
 height: 24px;
 width: 100%;
 text-align: right;
 position: relative;
 margin-top: 30px;
 border-top: 1px solid #CCCCCC;
 padding-top: 5px;
}

#contentLeftColumn .fieldErrorMsg{
 font-size: 9px;
 font-weight: bold;
 color: #990000;
 position: absolute;
 left: 0px;
}

#terms{
	height: 100px;
	border: 1px solid #999999;
	overflow-y: auto;
	margin-bottom: 10px;
	color: gray;
	padding: 10px;
}

#terms h1{
	font-size: 14px;
	font-weight: bold;
}

#errorMessage{
	background-image: url(../../images/trial/error.gif);
	background-repeat: no-repeat;
	background-color: #ffdfdf;
	border: 1px solid #ff7575;
	padding: 5px 5px 5px 30px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-position: 5px 5px;
}

#successMessage{
	background-color:#F9F9F9;
	border:1px solid #C4C4C4;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:11px;
	padding:20px;
}

#successMessage hr{
	border: none;
	border-bottom: 1px dotted #666666;
	height: 1px;
}