/* GECAS - Form Module
---------------------------------------------------------------------------------------------------*/

body {
    height: 300px;
}
hr {
    width: 95%;
    margin: 0;
}
h3 {
    font-size: 18px !important;
    line-height: 18px !important;
    padding: 0 0 5px 0;
}
.show-message {
	margin: 150px auto auto;
    text-align: center;
	font-family:Arial, Helvetica, "Sans serif";
}
.cursor{
	cursor: pointer;
}
#thanks img {
	border:none;
}

.contact-form .cancel {
	margin-left: 2em;
	padding: 14px 23px 12px 0 !important;
}
.s_trackpv {
	color: #08A5E1 !important;
	float: left;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.688em;
}
.contact-form {
	font-family: Arial, Helvetica;
	width: 100%;
}

.contact-form h2 {
    color: #2175BC;
	font-family: "GEInspiraRegular",sans-serif;
    font-size: 25px;
	margin: 0;
    padding: 0 0 8px;
}

.contact-form form { 
	float: left;
	min-width: 850px;
    width: 100%;
}

.contact-form p.font-small {
	margin-bottom: 8px;
	font-size: 11px;
	line-height: 18px !important;
}
.checkbox-value {
    width: 100%;
}

.contact-form .form-row{
	float: left;
	height: 60px !important;
	width: 260px;
	margin: 0 15px 0 0;
}

.contact-form .full-row {
	float: left;
	height: auto;
	margin-top: 20px;
	padding: 0;
	width: 84%;
}

.contact-form input { color: #222; }

.contact-form input.text,
.contact-form label {
	/*float: left;
	width: 160px;*/
	margin-bottom: 0;
	padding: 0;
	font-size: 12px;
	border: 0;
}

.contact-form .left { margin-right: 20px; }

.contact-form label {
	line-height: 17px;
}

label.labelError { color: #EE3324; }
.wide-input-wrapper input.error{ border: 1px solid #EE3324 !important;}
.contact-form textarea.error{ border: 1px solid #EE3324 !important;}

.contact-form .controls {
	float: left;
	width: 100%;
}

.contact-form .your-contact {
	border-right: 0px solid #EBEBEB;
	float: left;
	padding: 0 0 15px 0;
	width: 850px;
}

.contact-form label.wide {
	width: 100%;
	margin-top: 10px;
}

.contact-form .your-contact-header{
	margin: 0 0 0 0;
	float: none;
	clear: both;
}

.contact-form .your-contact-header p { padding: 0 0 0px 0; }
.contact-form .your-contact-header h3 { 
	font-family: Arial;
	font-size: 13px;
	font-weight: normal; 
}

.contact-form label.error { color: #EE3324; }
.contact-form .validateerror { color: #EE3324; }


.wide-input-wrapper, .select-wrapper {
	float: left;
	height: 30px;
	width: 260px;
}

.select-wrapper select {

}

.wide-input-wrapper input {
    border: 1px solid #CCC !important;
	border-radius: 4px;
	height: 30px;
	margin: 0;
	line-height: normal;
	outline: 0;
	padding: 0px 0px;
	padding-left: 5px !important;
	padding-right: 5px !important;
    width: 260px !important;
}


.wide-input-wrapper input:focus {
	border: 1px solid #69A2D2 !important;
}

/* IE7/8 line-height fix */
.lt-ie9 .regular-input-wrapper input , .lt-ie9 .wide-input-wrapper input ,
.lt-ie9 .regular-input-wrapper input , .lt-ie9 .wide-input-wrapper input {
	line-height: 30px !important;
}


.contact-form a.action-link {
    background: url("../images/buttons/action-arrow.gif") no-repeat scroll right center transparent;
    color: #711371 !important;
	float: left;
    font-family: "GEInspiraRegular",sans-serif !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    padding: 12px 23px 12px 0 !important;
    text-decoration: none;
}

.contact-form textarea{
	background: none repeat scroll 0 0 transparent;
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	height: 7em;
	resize: none;
	width: 93%;
}

.contact-form textarea:focus{
	border: 1px solid #69A2D2;
}

.contact-form .cancel {
	margin-left: 2em;
	padding: 14px 23px 12px 0 !important;
}

/* Stylized Radio Buttons
---------------------------------------------------------------------------------------------------*/

.item {
	background-image: url('../images/buttons/radio-blank.jpg');
	background-repeat: no-repeat;
	float: left;
	min-height: 17px;
	width: 50%;
}

.item input{
	display: none;
}

.items div label{
	padding-left: 25px;
	padding-top: 0px;
	width: auto;

}
	
.radio-checked {
	background: url('../images/buttons/radio-checked.jpg') no-repeat 0px 50%;
	margin-bottom: 5px;
}

.radio-blank {
	background: url('../images/buttons/radio-blank.jpg') no-repeat 0px 50%;	
	margin-bottom: 5px;
}

.items {
	font-size: 15px;
	font-family: arial;
	width: 100%;
	float: left;
	margin-top: 5px;
}

.divider_image {
	clear: both;
}

.contact-form .elements{
	display: none;
	clear: both;
}

.terms-values {
    float: left;
    margin-left: 30px;
    position: absolute;
}
.checkbox-item {
    float: left;
    position: absolute;
}
.terms-item {
	margin-top: 25px !important;
    width: 100% !important;
}

#element12 div {
	display:inline-block;
	vertical-align:top;
}

.download_pdf {
    padding-top: 72px;
}

#f_download {
    margin-top: -123px;
}

.ie8 #f_download{
	margin-top: -110px;
}

.versions {
    font-family: Arial,Helvetica,"Sans serif";
    margin-left: 220px;
    width: 450px;
}

.title {
    text-align: center;
}

.radios {
    float: left;
    width: 150px;
}

.aling {
    margin-left: 33px;
}