fieldset {
	border: 0;
	padding: 0;
	margin: 0;

}

form.service_form {
	margin-top: 15px;
}

form.service_form label {
	text-align: right;
	padding-right: 5px;
	width: 150px;
	display: block;
	float: left;
	padding-top: 3px;
	font-size: 12px;
	font-weight: bold;
}

form.service_form label.longer {
	text-align: left;
	width: 700px;
}

form.service_form label.longer2 {
	text-align: left;
	width: 450px;
}

form.service_form .very_short{
	width: 90px;
}

form.service_form .short{
	width: 100px;
}

form.service_form .short2{
	width: 150px;
}

form.service_form .short3{
	width: 130px;
}

form.service_form .medium{
	width: 270px;
}



h3 {
	font-size: 1.2em;
}

div.form_left_column {
	width: 520px;
	float: left;
	min-height: 200px;
}

div.form_left_column div {
	margin-top: 5px;
}

div.form_right_column {
	width: 400px;
	float: right;
	min-height: 200px;
}


div.form_right_column div {
	margin-top: 5px;
}

div.center_column {
	margin-top: 40px;
	width: 100%;
	min-height: 200px;
}

div.center_column div{
	margin-top: 5px;
}

div.cleaner {
	clear: both;
}

div.box_with_checkboxes {
	width: 310px;
	height: 320px;
	float: left;
	margin-bottom: 15px;
	font-size: 0.7em;
	margin-right: 10px;
}

div.checkboxes {
	width: 300px;
	height: 300px;
	overflow: auto;
	border: solid 1px black;
}

div.box_with_checkboxes h2{
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
}

textarea.skills {
	width: 600px;
	height: 150px;
}