@charset "utf-8";
/* CSS Document */

form {
	padding-top:15px;
	}

input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom:10px;
	font-size:12px;
	padding:2px;
	}

#check {
	width: 20px;
	float: left;
	font-size:10px;
	}

input.submit {
	width:58px;
	}

label {
	display:block;
	float:left;
	text-align:right;
	margin-bottom:10px;
	width: 120px;
	padding-right:5px;
	padding-top:3px;
	font-size:12px;
	font-weight:bold;
	}

br.form {
	clear: left;
	}

textarea {
	font-size:12px;
	padding:2px;
	}

select {
	font-size:12px;
	padding:2px;
	}

.required {
	font-size:11px;
	}

.seperator {
	border-top:1px solid #EC1846;
	}