@import url('reset.css');

body, html { background: #fff; overflow: hidden; }
form {
	overflow: hidden;
}
.width-hack-input {
	padding-right: 22px;
}

label { font-weight: bold; line-height: 20px; font-size: 13px; padding: 0 0 5px 5px; float: left; }
form .input { float: left; border: 1px solid #aaa; padding: 5px; width: 100%; font: bold 1.2em Helvetiva,Arial,sans-serif }
form .w { background: #eee; padding: 5px 16px 5px 5px; width: 100%; float: left;}
form p { clear: both; }
