/* 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:1em;
	color:#123463;
}

.b3200 {
	line-height: 13px;
	float:left;
	clear:both;
	width:420px;
	margin-left:30px;
	margin-top:30px;
	display:inline;
}

/* setting width of left column */
.b3200-column-left {
	width:130px;
	font-weight:bold;
}

/* setting width of right column */
.b3200-column-right {
	clear:none;
	width:290px;
}

/* setting border of input fields */
.b3200-type-3 input,	/* text line*/
.b3200-type-7 input, 	/* file upload */
.b3200 select, 					
.b3200 textarea 		
{		
	border:1px solid #008DC1;
	background-color:#f0f0f0;
}

/* 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:282px;
}

/* setting padding and width of select box fields */
.b3200 select {
	width:292px;
}

/* setting height of single line input field */
.b3200-type-3 input {
	height:15px;	
}

/* setting height of textarea */
.b3200 textarea {
	height:45px;
}

/* 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:5px;
}

/* 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%;
	padding-left:130px;
	margin-top:7px;
	
}

.b3200-submit input {
	font-weight:bold;
	font-size:11px;
	width:66px;
	height:20px;
	background-image:url(../graphics/submit_btn.jpg);
	border:none;
	cursor:hand;
	
}

/* sikkerhedscheck */



