@charset "utf-8";
/* CSS Document */

#contactbox {
	float: left;
	height: 500px;
	width: 400px;
	text-align: left;
}
fieldset {  
}
legend {  
margin-left: 1em;  
color: #000000;  
font-weight: bold;
}
fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
}
fieldset li {
	padding-bottom: 1em;
}
fieldset.submit {  
border-style: none;
}
label {
display: block;
}


