form, button{border:0; margin:0; padding:0;}

.spacer {
	clear:both;
	height:1px;
}


/* ----------- My Form ----------- */
.myform {
	width:530px;
	padding:14px;
}


/* ----------- stylized ----------- */
#stylized {
	background: #FFF;
}
#stylized h1 {
	font-size:14px;
	margin-bottom:8px;
}
#stylized p {
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #b7ddf2;
	padding-bottom:10px;
}
#stylized label {
	font-size:12px;
	color:#666;
	display:block;
	font-weight:normal;
	text-align:right;
	width:140px;
	float:left;
}
#stylized select {
	color:#666;
	margin:2px 0 20px 10px;
	text-align:left;
	width:270px;
	float:left;
}
*:first-child+html #stylized select {
	width:280px;
}
#stylized .small {
	font-family: Arial;
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}
#stylized input{
	background: #f8ffff;
	float:left;
	font-size:12px;
	padding:2px 2px;
	width:270px;
	margin:2px 0 20px 10px;
}
#stylized textarea{
	background: #f8ffff;
	float:left;
	font-size:12px;
	padding:2px 2px;
	width:300px;
	margin:2px 0 20px 10px;
}
#stylized button{ 
	clear:both;
	margin-left:150px;
	width:125px;
	height:31px;
	background:#666666 url(img/button.png) no-repeat;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}

#formresult {
	margin: 0 0 15px;
	padding: 0 10px 10px;
	border: 5px #eee solid;
}

.dt_formtitle {
	float: left;
	width: 15em;
	padding: 10px 0;
	font-weight: bold;
	font-size: 92%;
	text-indent: 1em;
	line-height: 150%;
}

.dd_formtext {
	padding: 10px 0 10px 15em;
	line-height: 150%;
	border-bottom: 1px #CCC solid;
	font-size: 92%;
}