/***** FORM STANDARD ******/
form {
	margin:0;
	padding-left: 12px;
	color:#322e2f;
}
label {
	float:left;
}
input, select, textarea {
	background-color:#ffffff;
	border:1px solid #3abde7;
	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;
}


/***** CONTACT FORM ******/

#contactForm label {
	width: 80px;
}
#contactForm input, #contactForm select {
	width:120px;
}

#contactForm select.calltime {
	width: 120px;
}
#contactForm label.calltime2 {
	width: 80px;
}
#contactForm textarea {
	height:39px;
	width:200px;
}
#contactForm input.submit {
	position: relative;
	float: none;
	width:121px;
	border: none;
	right: 15px;
}

#contactForm input.rightSubmit {
	position: relative;
	width: 94px;
	border: none;
	right: 10px;
	background-color: transparent;
}

#contactForm p {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0px 10px 8px 12px;
	color: #322e2f;
	text-align: center;
}

#contactForm input.mainSubmit {
	position: relative;
	width: 54px;
	border: none;
	right: 318px;
	top: 12px; 
}


/********  RIGHT CONTACT FORM CONTAINER  ********/
#rightContactFormContainer {
	position: relative;
	float: left;
	width: 230px;
	height: 100%;	
	left: 10px;
	padding-bottom: 10px;
}


#rightPanelTop {
	position: relative;	
	background: url(../images/form-container-top.png) no-repeat center bottom;	
	width: 230px;
	height: 36px;	
	
}

#rightPanelMiddle {
	position: relative;	
	background: url(../images/form-container-middle.png) no-repeat center top;	
	width: 230px;
	height: 277px;
	
}

#rightPanelBase {
	background: url(../images/form-container-bottom.png) no-repeat center top;	
	width: 230px;
	height: 14px;	
}

























