/* CSS Document */
/*CSS for textbox (Message)*/		
.textbox {
	width:275px;height:20px;
	margin: 5px auto;
	padding: 5px;
	border: 1px solid #cccccc;
	color: #333333;
	font: 12px Verdana, Helvetica, Arial, sans-serif;
	-moz-border-radius: 3px;
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	  -moz-box-sizing : content-box;
	       box-sizing : content-box;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6);
	   -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6);
	        box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6);
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
	        transition: all 0.2s linear;}

.textbox2 {height:60px;
width:275px;
	margin: 5px auto;
	padding: 5px;
	border: 1px solid #cccccc;
	color: #333333;
	font: 12px Verdana, Helvetica, Arial, sans-serif;
	-moz-border-radius: 3px;
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	  -moz-box-sizing : content-box;
	       box-sizing : content-box;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6);
	   -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6);
	        box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6);
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
	        transition: all 0.2s linear;

}
/*CSS for submit button*/		
.fbutton {width: 25%;
	cursor: pointer;
	background:#de6960;
	
	padding: 3px 3px;
	 font-family: 'open_sansregular', Arial;
	color: #fff;
	font-size: 14px;	
	border: 1px solid #ce7871;	
	margin-bottom: 8px;	
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;	
	-webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
	        0px 0px 0px 3px rgb(254, 254, 254),
	        0px 5px 3px 3px rgb(210, 210, 210);
	   -moz-box-shadow:0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
	        0px 0px 0px 3px rgb(254, 254, 254),
	        0px 5px 3px 3px rgb(210, 210, 210);
	        box-shadow:0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
	        0px 0px 0px 3px rgb(254, 254, 254),
	        0px 5px 3px 3px rgb(210, 210, 210);
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
	        transition: all 0.2s linear;
			text-align:center;}
			
.fbutton:hover{
	background: #d74135;
}
::-webkit-input-placeholder  { 
	color: rgb(190, 188, 188); 
	font-style: italic;
}
input:-moz-placeholder,
textarea:-moz-placeholder{ 
	color: rgb(190, 188, 188);
	font-style: italic;
} 
input {
  outline: none;
}
textarea {
  outline: none;
}
.mandatory{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#FF0000;
		}
#nameinfo{
		font-family:Arial, Helvetica, sans-serif;
		color:#FF0000;
		font-size:12px;
 		font-weight:normal;
}
#emailinfo{
		font-family:Arial, Helvetica, sans-serif;
		color:#FF0000;
		font-size:12px;
 		font-weight:normal;
}

#phoneinfo{
		font-family:Arial, Helvetica, sans-serif;
		color:#FF0000;
		font-size:12px;
 		font-weight:normal;
}

#msginfo{
		font-family:Arial, Helvetica, sans-serif;
		color:#FF0000;
		font-size:12px;
 		font-weight:normal;
}
#secodeinfo{
		font-family:Arial, Helvetica, sans-serif;
		color:#FF0000;
		font-size:12px;
 		font-weight:normal;
}
#productinfo{
		font-family:Arial, Helvetica, sans-serif;
		color:#FF0000;
		font-size:12px;
 		font-weight:normal;
}
#errmsg{
		font-family:Arial, Helvetica, sans-serif;
		color:#FF0000;
		font-size:12px;
 		font-weight:normal;
}
.txtRedBold{

		font-family:Arial, Helvetica, sans-serif;
		color:#FF0000;
		font-size:12px;
 		font-weight:bold;
		
		
		}
#enquiryForm textarea.error{
	border: 1px solid #FF0000;
}
#enquiryForm input.error{
	
	border: 1px solid #FF0000;
}
.dropfield {
	background-color: #FED700;
	border: 1px dashed #CC8E00;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	width: 230px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left: 2px;
}

.txtcontact {
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			font-weight:normal;
			color:#000000;
			}
.txtcontactbold {
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			font-weight:bold;
			color:#000000;
}
.btnfield {
	background-color: #009BDC;
	border: 1px dashed #c99306;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 2px;
	padding-left: 2px;
	width: 100px;
	height: 30px;
}
.btnfield {
	background-color: #009BDC;
	border: 1px dashed #c99306;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 2px;
	padding-left: 2px;
	width: 100px;
	height: 30px;
}
.ayurbutton {
	background-color: #7FD60E;
	border: 1px dashed #6DCB13;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 2px;
	padding-left: 2px;
	width: 100px;
	height: 30px;
}