/*****************************************************************************
 *
 * Recycled Air Theme
 *    
 * Theme file for ClickMedia FlexForms
 * Designed by Fotis 
 * 
 * Copyright ClickMedia (C) 2011. All Rights Reserved.
 * http://www.clickmedia.gr
 *     
 ****************************************************************************/
 
/* Every form is placed inside a container div */ 
div.cf-container {
background-color: #efefef;
margin: 10px;
font-family: Tahoma;
font-size: 13px;
}
div.cf-container div.title {
	background: #b1d9e5 url(../images/recycled_air/pin.png) no-repeat;
	background-position: 6px 8px;
	color: #FFFFFF;
	font-size: 22px;
	line-height: 35px;
	padding-left: 30px;
}
div.cf-container div.form {
	padding: 10px;
	min-height:300px;
}
div.cf-container div.buttonarea {
	background-color: #DF0000;
	padding: 5px 0px 5px 0px;
}
div.cf-container form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
div.cf-container form fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
div.cf-container form fieldset legend {
	font-size: 16px;
	padding-bottom: 8px;
}

div.cf-container form fieldset .label {
	clear: both;
	font-weight: bold;
	margin-bottom: 2px;
}
div.cf-container form fieldset .field {
	clear: both;
	margin-bottom: 5px;
}
div.cf-container form fieldset input {
	
}
div.cf-container form fieldset input:hover {
	background-color: #fafafa;
}
div.cf-container form fieldset textarea {
	width: 73%;
	height: 119px;
}
div.cf-container form fieldset textarea:hover {
	background-color: #fafafa;
}
