/****************************************
		Acme Treks and Expedition
	 (c)2009. All rights reserved
	 Form CSS
	 Designer:Raj Kumar Maharjan
	 frensraz@hotmail.com
 ****************************************/
 .red {
color:#EB7206;
}
 .textbox
 {
 	
	height:13px;

	
 }
  .quickform ul {margin:0px;padding:15px 0px 0px 0px;}
 .quickform ul li.or
 {
 	text-align:center;
	font-weight:bold;
 }
.quickform ul li #message
 {
 	height:60px;
	overflow:auto;
	
 }
 
.quickform ul li #message,#quickform ul li .textbox,#quickform ul li select.big
  {
  	width:240px;
	border:1px solid #d0dbe1;
	background:#f6f9fb;
	color:#75828b;
	display:block;
	float:left;
	font-size:11px;
	padding:4px;
  }
  .quickform .inptsmall
  {
  	width:100px;
	border:1px solid #d0dbe1;
	background:#f6f9fb;
	color:#75828b;
	display:block;
	float:left;
	font-size:11px;
	padding:4px;
	height:13px;
  }
  .quickform ul li #message1
  {
  	width:300px;
	border:1px solid #d0dbe1;
	background:#f6f9fb;
	color:#75828b;
	display:block;
	float:left;
	font-size:11px;
	padding:4px;
	height:100px;
  }
  .quickform ul li p.error
  {
  	font-style:italic;
	color:#FF0000;
	text-align:center;
  }
    .textbox,.quickform ul li select
	{
		border:1px solid #d0dbe1;
	background:#f6f9fb;
	color:#75828b;
	margin-right:30px;
	}
  .textbox,.quickform ul li select.big
  {
  	width:250px;
  }
  .quickform ul li #message
  {
  	width:240px;
	height:80px;
  }
  
 .quickform ul li
 {
 	
	display:block;
	overflow:hidden;
	padding:3px 0px;
	/* height:25px;*/
	
 }
 .quickform ul li label
 {
 	width:150px;
	display:block;
	float:left;
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#75828b;
	
 }
 
 
 
 .quickform input.button
 {
 	background:#2c65af;
	border:3px solid #448eee;
	width:100px;
	height:28px;
	line-height:28px;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	float:left;
	cursor:pointer;
	margin:10px 0px 0  0;
	display:block;
	outline:none;
	
 }
 
 /************** QUICK FORM **************/
 .quickform {background:#eff6fb;padding:15px;}
 .quickform ul li label {width:150px !important;}
  .quickform ul li .textbox {width:180px !important;margin-right:0px !important;}
 
 /***************** FORM VALIDATIN ******************************/
.error_strings
{
	color:#fd0100;
font-size:11px;
display:block;
padding-top:3px;
}

.error_strings ul
{
 margin:0 0 5px 0;
 padding:5px;
 background:#fcecec;
 border:1px solid #fbcccc;	
}

.error_strings ul li
{
padding:0px 0px 3px 0px !important;
font-weight:normal ;
}


