.form{
	background:#fff;
	border:1px dashed #c8d9df;
	padding:5px;
	padding-bottom:10px;
	width:650px;
}

.form label {
	float:left;
	text-align:right;
	margin-right:10px;
	margin-bottom:5px;
}

.form label.mandatory {
	font-weight:bold;
}

.form select {
	border:1px solid #999;
    width: 220px; 
}

.form .formbut {
	margin-top:5px;
	padding:1px 5px;
}