#frontend_wrapper table{
	width: 500px;
}

#frontend_wrapper td{
	vertical-align: middle;
	padding: 5px;
	line-height: 100%;
}

#frontend_wrapper textarea{
	width: 300px;
	height: 100px;
}

input{
	font-size: 11px;
	padding: 2px;
}
textarea{
	font-family: arial, tahoma, times;
	font-size: 11px;
	padding: 2px;		
}

.round{
	width: 300px;
	border: 1px solid gray;
	 -webkit-border-radius: 3px;
	 -moz-border-radius: 	3px;
	 border-radius: 		3px;
	 
	 behavior: url(ie-css3.htc);
}
#sendbtn{
	border: 1px solid transparent;
	-webkit-border-radius: 6px;
	-moz-border-radius:    6px;
	border-radius: 		   6px;

	color: white;
	width: 100px;
	background: transparent url(../../images/inox_thbg.png) repeat-x center center;
	
	behavior: url(ie-css3.htc);
}