/*  
	Website: 		http://www.mediaonepro.com/
	Description:	Site Template exclusively for Media One Pro
	Author: 		Steve Kim 
	Author URL: 	http://www.mediaonepro.com/staff/stevekim 
*/

form {
	padding: 0 0 3em;
}
fieldset {
	width: 460px;
	margin: 0 0 2em;
	padding: 18px;
	border: 2px solid #c00;
}
legend {
	padding: 0 0.5em;
	color: #c00;
	font: 1.2em helvetica,sans-serif;
}
input {
	width: 140px;
	padding: 5px 3px;
	color: #666;
	font: 1.2em helvetica,sans-serif;
}
textarea {
	width: 484px;
	height: 120px;
	padding: 3px;
	color: #666;
	font: 1.2em helvetica,sans-serif;
}
fieldset input {
	width: 450px;
}
fieldset textarea {
	width: 452px;
}
.button {
	width: 160px;
	height: 30px;
	margin: 10px 8px 0;
	color: #000;
	float: right;
	display: block;
}
.space {
	padding: 0 0 0 1em;
}
.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(images/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(images/radio.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.select {
	position: absolute;
	width: 158px;
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(images/select.gif) no-repeat;
	overflow: hidden;
}

.left {
	float: left;
}

.space {
	padding: 0 0 0 1em;
}