/*
Copyright Soluso e-solutions & consultancy, 2009. Alle rechten voorbehouden.
version: 1.0

Stylesheet: forms.css
Description: positioning and styling of the contact, registration or other forms section.
Author: Soluso e-solutions & consultancy.
Date: 17-07-2009
*/

div.lc_contact{
    width: 430px !important;
}

div.rc_contact{
    width: 420px !important;
}

div#content ul.form ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
* html .form ul{ /* IE6 Margin Percent Bug for Halves/Thirds */
	width:99%;
	zoom:1;
}
div#content ul.form li{
	margin:0;
	padding:6px 1% 3px 1%;
	clear:both;
	list-style-type: none;
}
form li:after, form li div:after{
	content:"."; 
	display:block;
	height:0; 
	clear:both; 
	visibility:hidden;
}
* html .form li{height: 1%;margin-bottom:-3px;}
*+html .form li{height: 1%;margin-bottom:-3px;}
* html .form li div{display:inline-block;}
*+html .form li div{display:inline-block;}

.form li div{
	margin:0;
	padding:0;
	color:#444;
}
.form li span{
	margin:0 .3em 0 0;
	padding:0;
	float:left;
	color:#444;
}

/* ----- LABELS ----- */

.form li div label, .form li span label{
	margin:0;
	padding-top:3px;
	clear:both;
	font-size:85%;
	line-height:160%;
	color:#444;
	display:block;
}
label.desc{
	font-size: 13px;
	font-weight:normal;
	color:#555;
	line-height:150%;
	margin:0;
	padding:0 0 3px 0;
	border:none;
	display:block;
}

/* ----- REQUIRED ----- */

.form span.req{
	display:inline;
	float:none;
	color:red !important;
	font-weight:bold;
	margin:0 2px;
	padding:0;
}

/* ----- MIN/MAX COUNT ----- */

.form li div label var{
	font-weight:bold;
	font-style:normal;
}
.form li div label .currently{
	display:none;
}

/* ----- FIELDS ----- */

input.text, input.search, input.file, textarea.textarea, select.select{
	font-family: Arial, sans-serif;
	font-size:100%;
	color:#333;
	margin:0;
	padding:4px;
}
input.text, input.search, textarea.textarea{
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	background:#fff url(../images/fieldbg.gif) repeat-x top;
}
select.select{
	padding:1px 0 0 0;
}

/* ----- SIZES ----- */

.third{
	width:32% !important;
}
.half{
	width:48% !important;
}

.twothird{
	width: 64% !important;
}

.full{
	width:100% !important;
}

input.small, select.small{
	width:25%;
}
input.medium, select.medium{
	width:50%;
}
input.large, select.large, textarea.textarea{
	width:100%;
}
.msie select.ieSelectFix{
	width:auto;
}
* html .msie select.ieSelectFix{
	width:100%;
}
.msie select.ieSelectFix.large{
	width:100%;
}

textarea.small{
	height:5.5em;
}
textarea.medium{
	height:10em;
}
textarea.large{
	height:20em;
}

/* ----- BUTTONS ----- */

input.submit
{
	width: 103px;
	height: 32px;
	text-align: center;
	color: #FFFFFF;
	background: url(../images/button-bg.png) no-repeat;
	border: 0;
	cursor: pointer;
	margin: 5px 0;
}

/* -------- ERROR ----------- */
.error{background-color: #feffd1 !important;}
