@charset "UTF-8";
/* CSS Document */

.genericForm {
	width:570px;
	margin:0px 0 0 70px;
	float:left;
}
.genericForm fieldset {
margin-bottom:35px;
}
p.compulsory {

	font-size: .7em;
	float:right;
	padding:35px 25px 0 0;
}

.genericForm label {
	float:left;
	width:200px;
	height:12px;
	font-size: 0.7em;
	color: #333;
	padding:5px 10px;
	margin:15px 10px 0px 0;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	line-height: 100%;
}
.genericForm .textfield {
	float:left;
	width:250px;
	margin:16px 0 0 0;
	padding: 4px;
	height: 15px;
	border: none;
	background-image: url(../images/assets/bg_smallBoxes.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
}
.genericForm .file {
	margin:14px 0 0 0;
}
.genericForm .check {
	width:250px;
	text-align:left;
	text-transform: none;
	font-size: .7em;
}
.genericForm .checkField {
	float:left;
	margin:14px 0 0 205px;
}

.genericForm .radio{
	float:left;
	width:100px;
	font-weight: normal;
	margin:0px 5px 0px 0;
	padding:0;
	text-align:left;
	}
	
.genericForm .options{
	float:left;
	width:100px;
	margin:10px 0 0 0;
	
}

.genericForm .options label{
	text-align: left!important;
	font-weight: normal;
	margin:0;
}
.genericForm .radioShort{
	float:left;
	width:30px;
	height:15px;
	font-weight: normal;
	
	padding:0;
	
	} 
.genericForm .radio input{
	margin:20px 5px 30px 0;
	
	}
	
	.genericForm .radio input{
	margin:0px 5px 30px 0;
	float:left;
	
	}
.genericForm .textarea {
	float:left;
	width:250px;
	margin:15px 0 4px 0;
	padding: 4px;
	height: 100px;
	border: none;
	background-image: url(../images/assets/bg_smallBoxes.gif);
}
.genericForm br {
	clear:both
}
.genericForm small {
	margin:0 0 0 230px;
	font-size: .7em;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 0px;
	color: #052d40;
	width:250px;
	display:block;
}
.genericForm .submit {
	border:none;
	background: url('../images/assets/btn_submit.gif') no-repeat top;
	height: 27px;
	width: 87px;
	cursor:pointer;
	margin:25px 0 50px 230px;
}
.introForm {
	float:left;
	padding:0 0 0 25px;
	width:250px;
}

.introForm h4{
	padding: 15px 0 15px 0;
	background-image: url(../images/assets/bar_grey.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
	
.introForm p {
	padding-top: 15px;
	padding-bottom: 0px;
}
.introForm p a, .genericForm a {
	color: #06425e;
	text-decoration: none;
	font-weight: bold;
}
.introForm p a:hover, .genericForm a {
	text-decoration: underline;
}
.genericForm .submit_over {
	border:none;
	background: url('../images/assets/btn_submit.gif') no-repeat bottom;
	height: 27px;
	width: 87px;
	cursor:pointer;
	margin:25px 0 50px 230px;
}

/* ERRORS */

.genericForm input.error, .genericForm textarea.error{
	border:1px solid #e3600d!important;
	padding:3px!important;
	}
	
 .genericForm label.error{
	color:#e3600d
	}
	
 .error-message{
	margin:20px 0 0 0;
	font-weight:bold;
	font-size:1em;
	color:#fff;
	background-color:#e3600d;
	padding:10px;
	width:470px;
	line-height: 120%;
}


/*LOGIN*/

/* Overlay */
#login-overlay {
	background-color:#000;
	cursor:wait;
}
/* Container */
#login-container {
	width:250px;
	text-align:left;
}
#login-container .contact-content {
	background-color:#202020;
	color:#ddd;
	padding:25px;
}

#login-container .contact-loading {
	position:absolute;
	background:url(../images/contact/loading.gif) no-repeat;
	z-index:8000;
	height:55px;
	width:54px;
	margin:-14px 0 0 170px;
	padding:0;
}
#login-container .contact-message {
	text-align:left;
}
#login-container .contact-error {
	width:92%;
	font-size:.8em;
	background:#000;
	border:2px solid #ccc;
	font-size:0.8em;
	font-weight:bold;
	margin:0 auto;
	padding:2px;
}
#login-container br {
	clear:both;
}
#login-container form {
	padding:0;
	margin:0;
		text-align:left;
}
#login-container form p {
	color:#d76300;
	font-size:.9em
}
#login-container label {
	
	font-size: 0.7em;
	color: #FFF;
	padding:5px 0px;
	margin:0px 10px 0px 0;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	line-height: 100%;
}
#login-container .contact-input {
	float:left;
	width:120px;
	margin:8px 5px 16px 0;
	padding: 4px;
	height: 17px;
	border: 1px solid #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
}

#login-container .contact-top {
	height:13px;
	background:url(../images/contact/form_top.gif) no-repeat;
	padding:0;
	margin:0;
}
#login-container .contact-bottom {
	height:13px;
	background:url(../images/contact/form_bottom.gif) no-repeat;
	font-size:.7em;
	text-align:center;
}

#login-container .contact-send {
	float:left;
	width:50px;
	background:url(../images/contact/send.png) no-repeat;
	border:none!important;
}

#login-container a.modalCloseX, #login-container a.modalCloseX:link, #login-container a.modalCloseX:active, #login-container a.modalCloseX:visited {
	text-decoration:none;
	font-weight:bold;
	font-size:1.2em;
	position:absolute;
	top:-4px;
	right:6px;
	color:#999;
}
#login-container a.modalCloseX:hover {
	color: #e3600d;
}




#login-container .codeSend{
	border:none;
	margin-top:8px;
	background:url('../images/assets/btn_sendSmall.gif') no-repeat top;
	height:27px;
	width:60px;
	cursor:pointer;
}

#login-container .codeSend_over {
	border:none;
	margin-top:8px;
	background:url('../images/assets/btn_sendSmall.gif') no-repeat bottom;
	height:27px;
	width:60px;
	cursor:pointer;
}

