/***** FORM STANDARD ******/
form {
	margin:0;
	padding-left: 12px;
	color:#464646;
}
label {
	float:left;
}
input, select, textarea {
	background-color:#ffffff;
	border:1px solid #e2377f;
	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: 70px;
}
#contactForm input, #contactForm select {
	width:140px;
	padding-left: 2px;
}

#contactForm label.interested {
	width: 85px;
}





#contactForm input.newsletter {
	border: none !important; 
	width: 255px; 
	background-color: #f9d7e5 !important; 
	height: 22px; 	 
	padding-top: 5px;
	
	
}

#contactForm input.newsletterFormSubmit {
	position: relative;
	width: 26px;
	border: none;
	right: 0;
	top: 0;
	background-color: transparent;
}





#contactForm2 input.sms {
	border: none !important; 
	width: 257px; 
	background-color: #f9d7e5 !important; 
	height: 22px; 	 
	padding-top: 5px;
	
	
}

#contactForm2 input.smsFormSubmit {
	position: relative;
	width: 26px;
	border: none;
	right: 0;
	top: 0;
	background-color: transparent;
}





#contactForm select.interested {
	width: 125px;
}

#contactForm label.calltime {
	width: 100px;
}

#contactForm label.vipcheck {
	width: 185px;
	font-size: 0.7em;
}

#contactForm input.vipinput {
	width: 15px;
	height: 15px;
	border: none;
	margin-top: 10px; 
	margin-left: 10px;
}
#contactForm select.calltime {
	width: 220px;
}
#contactForm textarea {
	height:39px;
	width:160px;
}
#contactForm input.submit {
	position: relative;
	float: none;
	width:121px;
	border: none;
	right: 15px;
}

#contactForm input.rightSubmit {
	position: relative;
	width: 104px;
	border: none;
	right: 10px;
	top: 5px; 
	background-color: transparent;
}

#contactForm p {
	font-size: 12px;
	margin: 0;
	padding: 0px 10px 8px 10px;
	color: #464646;
}

#contactForm input.mainSubmit {
	position: relative;
	width: 54px;
	border: none;
	right: 318px;
	top: 12px; 
}


/********  RIGHT CONTACT FORM CONTAINER  ********/
#rightContactFormContainer {
	position: relative;
	float: left;
	width: 236px;
	height: 100%;	
}


#rightPanelTop {
	position: relative;	
	background: url(../images/right-form-top.gif) no-repeat center bottom;	
	width: 236px;
	height: 74px;	
	
}

#rightPanelMiddle {
	position: relative;	
	background: url(../images/right-form-middle.gif) repeat-y center top;	
	width: 236px;
	height: 100%;
	
}



#rightPanelBottom {
	background: url(../images/right-form-bottom.gif) no-repeat center top;	
	width: 236px;
	height: 22px;	
}


/********  WORKSHOP CONTACT FORM CONTAINER  ********/
#workshopContactFormContainer {
	position: relative;
	float: left;
	width: 330px;
	height: 100%;	

}

#workForm {
	padding-top: 30px;
}

#workForm label {
	width: 120px;
	
}


#workForm input, #workForm select {
	width:190px;
}


#workForm textarea {
	width: 310px;
	height: 50px;
}


#workForm label.vipcheck {
	width: 280px;
}



#workForm input.workFormSubmit {
	position: relative;
	width: 104px;
	border: none;
	right: 10px;
	top: 15px; 
	background-color: transparent;
}


#homeEmailNewsletter {
	position: relative; 
	float: left; 
	width: 325px; 
	height: 99px; 
	background: url(../images/home-panel-newsletter.png) no-repeat center;
}

.homeFormContainer {
	position: relative; 
	width: 300px; 
	height: 27px; 
	top: 50px; 
	left: 10px;
}



#homeSMSSignUp {
	position: relative; 
	float: left; 
	width: 325px; 
	height: 99px; 
	background: url(../images/home-panel-sms.png) no-repeat center;
}








