/*
Copyright Soluso e-solutions, 2010. Alle rechten voorbehouden.
version: 1.1

Stylesheet: div.forms.css
Description: positioning and styling of the contact, registration or other div.forms section.
Author: Soluso e-solutions.
Date: 01-02-2010
*/

div.form ul{
	margin:25px 0;
	padding:0;
	list-style-type:none;
}

* html div.form ul{ /* IE6 Margin Percent Bug for Halves/Thirds */
	width:99%;
	zoom:1;
}

div.form div{
	display: block;
	position: relative;
}

div.form li{
	margin:0;
	padding:6px 1% 9px 1%;
	clear:both;
	list-style-type:none;
}

div.form li:after, div.form li div:after{
	content:"."; 
	display:block;
	height:0; 
	clear:both; 
	visibility:hidden;
}

div.form span.req{
	display:inline;
	float:none;
	color:#8DAF4E !important;
	font-weight:normal;
	margin:0;
	padding:0;
	font-size: 11px;
	margin-left: 5px;
}

div.form span.title{
	display: block;
	font-weight: bold;
	margin: 0 0 5px 10px;
	font-size: 14px;
}

div.form div.border{
	border: 1px solid #DDD;
	display: block;
	padding: 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background: #FFF;
}

div.form div.border div{
	margin: 0 0 5px;
}

div.form div.border div.formrow{
	display: block;
	width: 100%;
}

div.form .nomargin{
	margin: 0;
}

div.form label.desc{
	width: 175px;
	display: block;
	float: left;
	line-height: 15px;
	margin: 3px 0 0;
}

div.form span.checkbox label, div.form span.radio label{
	display: block;
	float: left;
	margin: 4px 30px 4px 0;
}

div.formcol-right, div.formcol-left{
	width: 50%;
	float: left;
	display: block;
}

div.w45{width: 45%;}
div.w55{width: 55%;}

div.formcol-right div, div.formcol-left div{display: block; width: 100%;}

div#content p.instruction{
	margin: 0 0 15px;
}

div#content p.message{
	margin: 0;
}

span.cancelfield{
	position:relative;
	top:12px;
	font-size: 14px;
}

span.cancelfield a{
	margin-left: 10px;
}

.lblThemeChoice
{
    float: left;
    display: block;
    width: 110px;
    line-height: 20px;
}

.disabled
{
  color: #BBB !important;  
}

.topmargin
{
   position: relative;
   top: 4px;
   margin-left: 10px;
}

/* ----- 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 2px;
	display: block;
	float: left;
}

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;
	margin-right: 5px;
}

select.select{
	padding:1px 0 0 0;
}

span.checkbox input, input.checkbox, span.radio input, input.radio{
	display:block;
	margin: 4px 10px 4px 0;
	padding:0;
	width:13px;
	height:13px;
	float: left;
}

input.other{
	margin:0 0 8px 25px;
}

.safari select.select{
	font-size:120% !important;
	margin:0 0 1px 0;
}

* html select.select{
	margin:1px 0;
}

*+html select.select{
	margin:1px 0;
}


/* ----- SIZES ----- */

.msie select.ieSelectFix{
	width:auto;
}

.msie6 select.ieSelectFix, .msie7 select.ieSelectFix{
	width:100%;
}

.msie select.ieSelectFix.small{
	min-width:25%;
}

.msie select.ieSelectFix.medium{
	min-width:50%;
}

.msie select.ieSelectFix.large{
	width:100%;
}

/* ----- ERRORS ----- */

div.form li input.error, div.form li textarea.error{
	background:#fff !important;
	border:2px solid #DF0000 !important;
}
