@charset "utf-8";
/* CSS Document */

#mynform {
	width:100%;
	margin:0;
	padding:0;
}

#mynform .col1 {

	width:145px;
	display:block;
	margin:0;
	padding-right:0px;
	padding-left:5px;
	float: left;
	
	font:bold 11px/30px Arial, Helvetica, sans-serif;
	color: #017eb8;
	height:30px;
	line-height:30px;
	text-align:left;
}

#mynform .col2 {
	width: 31px;
	height: 29px;
	display: block;
	float: left;
	margin: 0;

	/*padding: 6px 6px 6px 12px;*/
	color: #4f6b72;
	text-align:left;
	background:url(../images/text.png) 5px 2px no-repeat;
}

#mynform .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;
}

#mynform .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;
}

#mynform div.row {
	clear: both;
	width: 100%;
}

#mynform .submit {
	padding:0;
	clear: both;
	border:0;
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#666666;
	text-decoration:underline;
	background-color:transparent;
	text-align:right;
	margin-right:2px;
	cursor:pointer;
}

#mynform .input {
	/*background-color:transparent;*/
	height:20px;
	font: 11px/20px Arial, Helvetica, sans-serif;
	color: #5A698B;
	line-height:20px;
	margin: 5px 0 5px 8px;
	padding: 0px;
	background:#FFFFFF;
	/*border: 1px solid #8595B2;*/
	border:0;
	text-align:left;
}

#mynform .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;
}

#mynform .mradio{
	margin:8px 0 5px 8px;
}

#mynform .formbutton{
	width:31px;
	height:29px;
	cursor:pointer;
	/*border:outset 1px #ccc;*/
	border:none;
	color:#666;
	font-weight:bold;
	padding: 1px 2px;
	background:url(../images/go-button.png) no-repeat left top;
}