
/*** FORM STYLES ***/


div.formblock {
	width:				400px;
	margin:				10px 0 15px 0;
	padding:			10px 20px 20px 20px;	
	background-color:	#fff0f8;
}


div.formblock table {
	width:				100%;
	border-collapse:	collapse;
	border-spacing:		0;
}

div.formblock table td.header,
div.formblock table th {
	width:				170px;
	padding: 			4px 0 4px 0;
	font-weight:		normal;
	vertical-align:		top;
	display:			table-cell;
}

div.formblock table td.header span,
div.formblock table th span {
	font-size:9px;
}

div.formblock table td {
    /*
	display:			block;
    */
	position:			relative;
	padding: 			4px 0 4px 0;
	vertical-align:		top;
}

div.formblock input {	
	width:				230px;
	margin-right:		5px;
	padding:			2px 5px 2px 5px;
	border:				1px solid #d1c5cb;
	background:			#fff url('/images/background-input.gif') no-repeat top left;
}

textarea {
	width:				390px;
	padding:			2px 5px 2px 5px;
	overflow:			auto;
	font-family: 		Arial, Sans-Serif;
	border:				1px solid #d1c5cb;
	background:			#fff url('/images/background-input.gif') no-repeat top left;
}

div.formblock select {
	margin-top:			2px;
	font-size:			10px;
	border:				1px solid #d1c5cb;
	background:			#fff url('/images/background-input.gif') no-repeat top left;
}

div.formblock input.radiobttn {
	width:				10px;
	margin-top:			1px;
	#width:				15px;
	#margin-top:		0px;
	border:				none;
	background:			none;
}

input.file {
	font-size:			10px;
}

a.mijncv {
	display:			block;
	float:				left;
	padding:			8px 10px 0 20px;
	line-height:		2em;
	color:				#63006b;
	font-size:			10px;
	background: 		url('/images/ico_pdf_16_16.gif') 0 10px no-repeat;
}

div.formblock table td img.cvfoto {
	float:				left;
	padding:			1px;
	margin-top:			5px;
	margin-right:		10px;
	background-color:	#fff;
	border:				1px solid #d1c5cb;
}


div.infovenster {
	display:			none;
	position:			absolute;
	width:				236px;
	top:				2px;
	left:				260px;
    z-index:            99;
	background-image:	url('/images/infovenster-bg.gif');
	background-repeat: 	no-repeat;
	/*background-attachment: fixed;*/
}

div.infovenstertextarea {
	
}

div.infovenster div.infotekst {
	padding:			13px 10px 15px 27px;
}

div.infovenster div.bottom {
	height:				5px;
	background:			url('/images/infovenster-bg-bottom.gif') no-repeat;
}

div.subformblock {
	position:			relative;
	width:				280px;
	height:				100px;
	overflow:			hidden;
	overflow-x:			hidden;
	overflow-y:			scroll;
	border:				1px solid #d1c5cb;
	background:			#fff url('/images/background-input.gif') no-repeat top left;
}

div.subformblock table {
	position:			relative;
	border-collapse:	collapse;
	width:				260px;
}

div.subformblock table th {
	width:				220px;
	padding:			2px 2px 2px 5px;
	font-size:			10px;
}
div.subformblock table th label {
	display:			block;
	cursor:				pointer;
}

div.subformblock table td {
	width:				18px;
	padding:			2px 0px 2px 10px;
}

.fullwidth {
	width:				100% !important;
}
.inline {
	display:			inline !important;
}