@charset "UTF-8";
/* Forms */

form {
	margin:0;
}

input, option, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
}

input.textbox50, textarea.textbox50 {
width:50px;
}
input.textbox120, textarea.textbox120 {
width:120px;
}
input.textbox150, textarea.textbox150, select.select150 {
width:150px;
}
input.textbox180, textarea.textbox180, select.select180 {
width:180px;
}
input.textbox300, textarea.textbox300, select.select300, select.select300 option {
width:300px;
}
input.textbox500, textarea.textbox500 {
width:500px;
}
input.textbox600, textarea.textbox600 {
width:600px;
}


select {
	min-height:20px;
}

td.bordertop {
	border-top:1px solid #969696;
}
