.myform{
	margin:0 auto;
	width:400px;
	padding:14px;
}


/* ----------- stylized ----------- */
	#stylized{
		border:solid 2px #b7ddf2;
		background:#ebf4fb;
	}
	#stylized h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#stylized p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #b7ddf2;
		padding-bottom:10px;
	}
	
	#stylized fieldset{
		border: 0px;
		border-bottom: 1px solid #b7ddf2;
		margin-bottom: 10px;
	}
	
	#stylized label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
	}
	#stylized .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#stylized input{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #aacfe4;
		width:200px;
		margin:2px 0 20px 10px;
	}
	
	#stylized select{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #aacfe4;
		width:205px;
		margin:2px 0 20px 10px;
	}
	
	#stylized textarea{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #aacfe4;
		width:200px;
		height: 200px;
		margin:2px 0 20px 10px;
	}
	
	#stylized option {
		background-repeat: no-repeat;
		background-position: center center;
	}
	
	#stylized button{ 
		clear:both;
		margin-left:150px;
		width:125px;
		height:31px;
		background:#666666;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
	}
	
	.commentWrapper {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
	}
	
	.commentbox{
background-color: #ebf4fb;
width: 100%;
padding: 10px;
}

.commentfooter{
background: url("http://www.hostlaunch.net/images/arrow.png") 85px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 120px;
padding-top: 1px;
margin-bottom: 2em;
font-size: 90%;
color: #4A4A4A;
height: 30px;
}

.searchBoxItemHead {
	position: relative;
	width: 100%;
}

.searchBoxItemLink {
	font-size: 10px;
	float: right;
}


