#myform {
	width:100%;
	margin:0;
	padding:0;
}

#myform .col1 {

	width:55px;
	display:block;
	margin:0;
	padding-right:0px;
	padding-left:5px;
	float: left;
	font:bold 12px/20px Arial, Helvetica, sans-serif;
/*	color: #017eb8;*/
	color:#fff;
	height:30px;
	line-height:30px;
	text-align:left;
	background:none;
}



#myform .col2 {
	width: 130px;
	height: 30px;
	display: block;
	float: left;
	margin: 0;
	/*padding: 6px 6px 6px 12px;*/
	color: #4f6b72;
	text-align:left;
	background: url(../images/input-home-bg.png) no-repeat;
	/*background:url(../images/text.jpg) 5px 2px no-repeat;*/
}

#myform .col2comment {
	width:250px;
	height: 98px;
	margin: 0;
	display: block;
	float: left;
	/*background: url(images/bg_textarea.gif) no-repeat;*/
	
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	/*padding: 6px 6px 6px 12px;*/
	color: #4f6b72;
	text-align:left;
}

#myform .col1comment {
	text-align: right;
	width: 200px;
	height: 98px;
	float: left;
	display: block;
	margin-right: 2px;
	/*background: url(images/bg_label_comment.gif) no-repeat;*/
	
	border-left: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(../images/bullet2.gif) no-repeat;
	font: bold 12px/30px Arial, Helvetica, sans-serif;
	color: #797268;
}

#myform div.row {
	clear: both;
	width: 100%;
}

#myform .submit {
	padding:0;
	clear: both;
	border:0;
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#fff; /*666666;*/
	text-decoration:underline;
/*	background-color:transparent;*/
	background:url(../images/submit.png) 0 0 no-repeat;
	text-align:right;
	margin-right:2px;
	cursor:pointer;
	text-indent:-1000px;
	width:45px;
	height:15px;
}

#myform .input {
	background-color:transparent;
	font: 11px/11px Arial, Helvetica, sans-serif;
	color: #5A698B;
	margin: 4px 0 5px 8px;
	padding: 0px;
	/*border: 1px solid #8595B2;*/
	border:0;
	text-align:left;
}


#myform .input-home {
	/*background: url(../images/input-home-bg.png) no-repeat;
	display:block;*/
	background-color:transparent;
	font: 11px/30px Arial, Helvetica, sans-serif;
	color: #5A698B;
	margin: 4px 0 5px 8px;
	padding: 0px;
	/*border: 1px solid #8595B2;*/
	border:0;
	text-align:left;
}

#myform .submit-home {
	padding:0;
	border:0;
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#fff; /*666666;*/
	text-decoration:underline;
/*	background-color:transparent;*/
	background:url(../images/submit-home.png) 0 0 no-repeat;
	text-align:right;
	margin-right:2px;
	cursor:pointer;
	text-indent:-1000px;
	width:81px;
	height:24px;
}

#myform .textarea {
	border: 1px solid #8595B2;
	background-color: #fff;
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #5A698B;
	margin: 4px 0 5px 8px;
	text-align:left;
}

#myform .mradio{
	margin:8px 0 5px 8px;
}

#myform .formbutton{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	padding: 1px 2px;
	background:url(media/formbg.gif) repeat-x left top;
}

	#sbutton{
		cursor:pointer;
		cursor:hand;
		display:block;
		width:81px;
		height:24px;
		/*border:outset 1px #ccc;*/
		border:0;
		/*text-indent:-1000px;*/
		overflow:hidden;
		color:#666;
		font-weight:bold;
		padding: 1px 2px;
		background:transparent url(../images/submit-home.png) no-repeat center top;
		
	}
	
	form>#sbutton { /* For non-IE browsers*/
	  height: 0px;
	}