p, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}

#clear {
	clear:both;
}

/* ----------- My Form ----------- */

.myform{
	margin:0 5px 0 0;
	width:534px;
	padding:30px;
	float:left;
}

* html .myform { 
	float:left;
	margin:0 2px 0 0;

	}


	/* ----------- stylized ----------- */
	.stylized{
		font-family: Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#ffffff;
		height: 100%;
		width:567px;
		
	}
	.stylized form {height: 400px; width:567px}
	.stylized h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	.stylized p{
		font-size:11px;
		color:#ffffff;
		margin-bottom:10px;
		border-bottom:solid 1px #b7ddf2;

	}
	.stylized label{
		font: 12px Arial, Helvetica, sans-serif;
		display:block;
		font-weight:bold;
		text-align:left;
		width:103px;
		float:left;
		padding:5px;
		color:#ffffff;
		font-size:12px;
	}
	
	.stylized .small{
		color:#525151;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
		padding:5px 0 5px 0;
	}
	.stylized input{
		float:left;
		font-size:12px;
		padding:2px 2px;
		border:solid 1px #336600;
		margin:2px 0 5px 10px;
	}
	.stylized textarea{
		float:right;
		font-size:12px;
		border:solid 1px #000000;
		width: 200px;
		position: relative;
		top:-17px;
		/*width:200px;*/
		
	}
	.button1{
	background: url(../images/btn_submit.jpg) no-repeat;
	width: 66px;
	height: 26px;
	cursor: pointer;
	/*padding-bottom: 4px;
	position: relative;
	top: 350px;*/
	}
	
	.button2{
	background: url(../images/btn_reset.jpg) no-repeat;
	width: 66px;
	height: 26px;
	cursor: pointer;
	/*padding-bottom: 4px;
	position: relative;
	top: 350px;*/
	}
#textfield3 { margin-left:12px;}