div#main div.remark
{
	padding: 4px 0 6px 16px; 
	font-size: 10px;
}

div#main div.formcompleted,
div#main div.contactcompleted,
div#main div.friendcompleted
{
	padding: 3px 8px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #00a81f;
}

div#main div.formcompleted
{
	margin: 0 15px;
	border-bottom: #eceeed 15px solid;
	border-top: #eceeed 6px solid;
}


div#main div.friendcompleted
{
	margin: 0 15px 0 0;
	border-bottom: #eceeed 15px solid;
	border-top: #eceeed 6px solid;
}

div#main div.contactcompleted
{
	margin: 6px 15px 15px 15px;
}

div#main div.topspace
{
	padding: 16px 0 4px 16px; 
}

div#main div.error
{
	color: #f00;
	padding: 0 0 10px 14px;
	font-size: 11px;
}

div#main div.errorcreateform
{
	padding: 0 0 10px 0;
}

div#main div.contacterror,
div#main div.mandatoryerror,
div#main div.frienderror
{
	background: #fe0000 none repeat scroll 0 0;
	color: #fff;
	font-weight: bold;
	padding: 3px 8px;
}

div#main div.contacterror
{
	margin: 6px 22px 15px 22px;
}

div#main div.mandatoryerror
{
	margin: 6px 15px 15px 15px;
}

div#main div.frienderror
{
	margin: 6px 15px 15px 0;
}

div#main div.widemandatoryerror
{
	padding: 0 0 10px 8px;
}

div#main div.formrow div.error
{
	padding: 0;
}

div#main div.formrow
{
	position: relative;
	padding: 3px 0 0 24px;
	/*left: 24px;*/
	font-size: 12px;
}

div#main div.radiooffset
{
	left: 12px;
}

div#main div.formrow span.mandatory
{
	position: absolute;
	top: 4px;
	left: 15px !important;
	left: -107px;
}

div#main div.formrow div.inputlabel
{
	position: relative;
	float: left;
	width: 120px;
	font-weight: bold;
}

div#main div.formrow div.inputlabelauto
{
	width: auto;
}

div#main div.formrow div.nobold
{
	font-weight: normal;
}

div#main div.formrow div.inputiff
{
	position: relative;
	width: 220px;
	float: left;
}

div#main div.formrow input.formfield,
div#main div.formrow input.smallformfield,
div#main div.formrow textarea.formfield,
div#main div.formrow select.formfield
{
	border: 1px solid #e1e1e1;
}

div#main div.formrow input.formfield,
div#main div.formrow textarea.formfield
{
	width: 200px;
}

div#main div.formrow input.smallformfield
{
	width: 100px;
}

div#main div.formrow div.inputfield div.info
{
	position: absolute;
	top: -4px;
	left: 340px !important;
	left: 244px;
	width: 110px;
	font-size: 9px;
}

div#main div.formrow div.inputfield div.fileinfo
{
	position: relative;
	padding: 6px 0 13px;
	font-size: 9px;
}

div#main div.formrow div.fileinputfield
{
	float: left;
	height: 70px;
	width: 210px;
}

div#main div.formrow div.inputfield
{
	position: relative;
	top: -4px;
}

div.submit
{
	position: relative;
	margin: 5px 0 0 0;
	text-align: right;
}

div#main div.themeselector
{
	position: relative;
	height: 170px;
}

div#main div.largethemeselector
{
	position: relative;
	height: 250px;
}

div#main select#theme
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 160px;
	height: 162px;
}

div#main img#preview
{
	position: absolute;
	top: 0px;
	left: 170px;
	width: 194px;
	height: 160px;
	overflow: hidden;
	border: 1px solid #e1e1e1;
}

div#main div.largethemeselector img#preview
{
	width: 282px;
	height: 247px;
}

input.sendform
{
	width: 62px;
	height: 18px;
	background-image: url(/media/images/buttons/verstuur.gif);
}

input.sendform:hover
{
	background-image: url(/media/images/buttons/verstuur_over.gif);
}

input.loginform
{
	width: 62px;
	height: 18px;
	background-image: url(/media/images/buttons/login.gif);
}

input.loginform:hover
{
	background-image: url(/media/images/buttons/login_over.gif);
}

textarea.messagefield
{
	height: 220px;
}




/* added formfield formatting by arvr */

div.radio
{
	float : left ;
	margin-top : -2px ;
}

div.radiotext
{
	margin-left : 24px ;
	padding-bottom : 8px ;
}

div#paymentblock
{
	display : none ;
}

div#adressform
{
	margin-left : 30px ;
	display : none ;
}

div.formlabel
{
	float : left ;
	width : 100px ;	
}

/* Why not this one ? */
img.right
{
	float : right ;
}

td.right
{
	text-align : right ;
}



div#main div.search div.formrow
{
	left: 0px;
}

div#main div.search div.inputlabel
{
	width: 114px;
}

div#main div.search div.formrow input.formfield
{
	width: 213px;
}


div.radio
{
	margin: -5px 0 0 0;
}