/* setting general font style */
.b3200, 
.b3200 div,
.b3200-type-3 input, 
.b3200-type-4 input, 
.b3200-type-5 input, 
.b3200-type-6 input, 
.b3200-type-7 input, 
.b3200 textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;	
}

.b3200 {
	line-height: 13px;
	float:left;
	clear:both;
	width:350px;
	margin-bottom:1.5em
}

/* setting width of left column */
.b3200-column-left {
	width:150px;
	float:left;
	clear:both;
}

/* setting width of right column */
.b3200-column-right {
	clear:none;
	width:200px;
	float:left;
}

/* setting border of input fields */
.b3200-type-3 input,	/* text line*/
.b3200-type-7 input, 	/* file upload */
.b3200 select, 					
.b3200 textarea 		
{		
	border:1px solid #828A8F;
}

/* setting padding and width of text input fields */
.b3200-type-3 input,	/* text line*/
.b3200-type-7 input, 	/* file upload */
.b3200 textarea {
	padding:.25em 3px .25em 3px;
	width:194px;
}

.b3200-type-3 input.readonly,	/* text line*/
.b3200-type-7 input.readonly, 	/* file upload */
.b3200 textarea.readonly {
	border:none;
	background-color:#EBEBEB;
	padding-top:0px;
}


/* setting padding and width of select box fields */
.b3200 select {
	width:202px;
}

/* setting height of single line input field */
.b3200-type-6 input,
.b3200 textarea {
	height:1em;	
}

/* setting height of textarea */
.b3200 textarea {
	height:4em;	
}

/* setting height of multi select box */

/* removing scroll from multi line fields */
.b3200-type-6 select,
.b3200 textarea {
	overflow:auto;	
}

/* hidding form name */
.b3200-name {
	display:none;
}


/* adding settings for row */
.b3200-row,
.b3200-type-0,
.b3200-type-8 {
	float:left;
	clear:both;
	width:100%;
	margin-bottom:13px;
}

/* adding settings for description field type */
.b3200-type-0-name {
	display:none;
}
.b3200-type-8-name {
	font-weight:bold;
}


/* option settings */
.b3200-type-1-option, 
.b3200-type-2-option {
	width:100%;	
}

.b3200-type-1-option-field, 
.b3200-type-2-option-field, 
.b3200-type-1-option-text, 
.b3200-type-2-option-text {
	float:left;
}

.b3200-type-1-option-field, 
.b3200-type-2-option-field {
	clear:both;
}

.b3200-type-1-option-text, 
.b3200-type-2-option-text {
	clear:none;
}

/* submit button settings */
.b3200-submit {
	float:left;
	clear:both;
	width:100%;
	text-align:right;
}


/* sikkerhedscheck */


