/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/








form.cform ol{

	margin:0;
	padding:0;

}

form.cform{

	padding:1px;
	
	margin:10px;
	
	



}

form.cform li{

	border-bottom:1px solid #DDDDDD;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 1px;
	padding:5px;
	background:url(images/strip_light_bg.png);

}

form.cform li.cf_li_err{

		
	background:url(images/strip_light_red_bg.png);
	
}

form.cform label{

	width:100px;

}

form.cform span{

	width:150px;
	display:inline-block;
	font-size:12px;
	vertical-align:middle;
	margin-left:3px;
	margin-right:8px;

}

form.cform li.cf_li_err span{

	background:url(images/warning_16x16_red.png) center right no-repeat;

}

.cf_hidden{display:none;}

form.cform span.emailreqtxt, form.cform span.reqtxt{

	width:200px;
	padding-left:10px;
	font-size:11px;
	font-weight:bold;
	color:#999999;
	background:none;
	display:none;



}

form.cform li.cf_li_err span.emailreqtxt, form.cform li.cf_li_err span.reqtxt{

	
	background:none;
	color:#BF1E2D;



}


form.cform input, form.cform textarea{


	border:1px solid #ccc;
	padding:5px;
	margin:0;
	height:auto;
	vertical-align:middle;
	background:#fff;

}

p.linklove{display:none;}






.cform fieldset{

	

	border:0px none;
	margin-bottom:10px;
	padding-top:3px;
	


}

.cform fieldset legend{

background:transparent url(images/puce_fieldset.png) no-repeat scroll left center;
color:#666666;
font-weight:normal;
margin-bottom:6px;
padding-bottom:4px;
padding-left:27px;
padding-top:4px;

font-size:14px;
margin-left:5px;
padding-right:5px;

}

.failure{

	color:#E83A4C;
	margin-top:10px;
	border: 1px solid #E83A4C;
	background:#ffe4e7;
	padding:10px;
	
	

}


.cform input.sendbutton{

	background:#DF061C url(images/bg-button.png) no-repeat scroll center 0;
border:1px solid #626915;
color:#FFFFFF;
font-size:12px;
font-style:normal;
font-weight:bold;
line-height:normal;
cursor:pointer;
padding-left:8px;
padding-right:8px;

text-shadow:0 1px 0 #777777;



}
