.spacer
{
	clear: both;
	height: 1px;
}

.myform
{
	width: 400px;
}
		
#stylized
{	
	margin: 8px;
}

#stylized h1
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}	

#stylized h2
{
	padding-bottom: 8px;
}

#stylized p
{
	font-size: 12px;
	color: #333;
	margin-bottom: 14px;
	background-image:url(/images/theme/hr-bottom-shadow-mini.png);
	background-repeat:no-repeat;
	background-position:50% 100%;
	padding-bottom:9px;
	text-align:center;
}	

#stylized p.no-papercut
{
	background-image: none;
}

#stylized label
{
	display: block;
	font-weight: bold;
	text-align: right;
	width: 145px;
	float: left;
}	

#stylized .small
{
	color: #F33;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	width: 145px;
}	

#stylized input, #stylized select, #stylized textarea
{
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border-top: 1px solid #BABDB6;
	border-right: 1px solid #EDEEEC;
	border-bottom: 1px solid #EDEEEC;
	border-left: 1px solid #BABDB6;
	width: 200px;
	margin: 2px 0 18px 10px;
}	

#stylized input:focus, #stylized select:focus, #stylized textarea:focus
{
	border: 1px solid #BABDB6;
	background: #FFFFDD;
}

#stylized input:hover, #stylized select:hover, #stylized textarea:hover
{
	border: 1px solid #BABDB6;
}

#stylized input.error, #stylized select.error, #stylized textarea.error
{	
	border-top: 1px solid #FFBDB6;
	border-right: 1px solid #FFEEEC;
	border-bottom: 1px solid #FFEEEC;
	border-left: 1px solid #FFBDB6;
	background: #F66;
}

#stylized input.radio
{
	float: none;
	margin: 0 0 4px;
	border: none;
	padding: 0;
	width: auto;
}

#stylized fieldset
{
	float: left;
	border: none;
	width: 200px;
	margin: 2px 0 10px 10px;
	padding: 0;
}

#stylized button
{
	cursor:pointer;
	clear:both;
	margin-left:150px;
	width:106px;
	height:27px;
	background-color: #999999;
	background-image:url(/images/theme/form-button.png);
	background-repeat:no-repeat;
	background-position:0 0;
	text-align:center;
	color:#ffffff;
	font-size:10px;
	font-weight:700;
	border:0;
}	

#stylized button:hover
{
	background-position:0 -27px;
}	

#stylized button:active
{
	background-position:0 -54px;
}	
