/* CSS Document */
/*
@name: css/form.css
@desc: css form
*/

form {
margin-top:20px;
}

fieldset {
	border:none;
}
label {
	float: left;
	width: 120px;
	font-weight: bold;
}
input, textarea {
	width: 180px;
	margin-bottom: 5px;
	background:#000;
	border:1px solid #666;
color:#ccc;
}
textarea {
	width: 250px;
	height: 150px;
}
.boxes {
	width: 1em;
}
.submitbutton {
	margin-left: 120px;
	margin-top: 5px;
	width: 90px;
	background:#333;
	color:#fff;
}
br {
	clear: left;
}
