/* FORM */
input[type="checkbox"] {
	margin-left: 0px;
}

INPUT[type="text"], INPUT.t, INPUT.input100 {
	font-size: 14px;
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
	color: #000000;
	padding-left: 5px;
}

INPUT[type="text"], INPUT.t {
	height:22px;
}

TEXTAREA {
	font-size: 14px;
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
	color: #000000;
}
#form-comment {
	font-size: 12px;
	color: #666666;
}
.input100 {
	width: 97%;
}

input[type="submit"].btn30 {
	height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	margin-left: 0px;
	margin-top: 10px;
}


