/***** FORM STANDARD ******/
form {
	margin:0;
	padding-left: 12px;
}
label {
	float:left;
}
input, select, textarea {
	background-color:#e9ebf7;
	border:1px solid #616161;
	float:left;
	margin:0;
	padding:0;

}
textarea {
	overflow:auto;
}
form div.hiddenField {
	display:none;
}
.formRow {
	width: 100%;
	height: 100%;
	padding: 0 0 8px 0 ;
}
.submitRow {
	position: absolute;
	float: none;
	margin:0;
	padding: 0;
	right:0;
	bottom: 0;
}


/***** LEFT CONTACT FORM ******/

#contactForm label {
	width: 50px;
}
#contactForm input, #contactForm select {
	width:140px;
}

#contactForm label.calltime {
	width: 100px;
}
#contactForm select.calltime {
	width: 190px;
}
#contactForm textarea {
	height:39px;
	width:160px;
}
#contactForm input.submit {
	position: relative;
	float: none;
	width:63px;
	border: none;
	right: 15px;
}

#contactForm input.leftSubmit {
	position: relative;
	width: 54px;
	border: none;
	right: 18px;
	top: 12px; 
}

#contactForm p {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0px 10px 8px 12px;
	color: #2e3996;
}

#contactForm input.mainSubmit {
	position: relative;
	width: 54px;
	border: none;
	right: 318px;
	top: 12px; 
}


/********  LEFT CONTACT FORM CONTAINER  ********/
#leftContactFormContainer {
	position: relative;
	float: left;
	width: 219px;
	height: 100%;	
}

#leftContactFormTop {
	position: relative;	
	background: url(../images/left-panel-header.gif) no-repeat center bottom;	
	width: 219px;
	height: 48px;	
}


#leftPanelTop {
	position: relative;	
	background: url(../images/left-panel-top.gif) no-repeat center bottom;	
	width: 219px;
	height: 25px;	
	
}

#leftPanelMiddle {
	position: relative;	
	background: url(../images/left-panel-middle.gif) repeat-y center top;	
	width: 219px;
	height: 100%;
	padding-top: 1px;
	
}

#leftPanelBase {
	background: url(../images/left-panel-base.gif) no-repeat center top;	
	width: 219px;
	height: 20px;	
}

