@charset "utf-8";
/* CSS Document */


input {
width:200px;
border-left: 1px solid #DEDEDE;
border-right: 1px solid #DEDEDE;
border-top: 1px solid #DEDEDE; border-bottom: 1px solid #DEDEDE;
font-family:Verdana, Arial, Helvetica, sans-serif; 
text-decoration: none;
text-transform: none;
color:#000;
background: #EEEEEE;
font-size:11px;
margin-top:5px;
height:30px;
line-height:30px;
}

textarea {
width:200px;
border-left: 1px solid #DEDEDE;
border-right: 1px solid #DEDEDE;
border-top: 1px solid #DEDEDE;
border-bottom: 1px solid #DEDEDE;
font-family: Verdana, Serif; text-decoration: none;
text-transform: none;
color: #0c96cd;
background: #EEEEEE;
font-size:11px;
margin:0;
padding:0;
margin-top:5px;
}

select {
border-left: 1px solid #DEDEDE;
border-right: 1px solid #DEDEDE;
border-top: 1px solid #DEDEDE;
border-bottom: 1px solid #DEDEDE;
font-family: Verdana, Serif; text-decoration: none;
text-transform: none;
color: #cc0000;
background: #EEEEEE;
font-size:10px;
margin:0;
padding:2;
}
.button {
width:100px;
border-left: 1px solid #DEDEDE;
border-right: 1px solid #DEDEDE;
border-top: 1px solid #DEDEDE;
border-bottom: 1px solid #DEDEDE;
font-family: Verdana, Serif; text-decoration: none;
text-transform: none;
color:#251f06;
font-weight:bold;
background: #EEEEEE;
font-size:10px;
margin:0;
padding:0;
margin-top:6px;
}
.formtitle{
	margin-top:8px;
	color: #0c96cd;
	}
.cont_editor{
	width:500px;
	}
.htbmutt {
	width:100px;
	height:30px;
	line-height:30px;
	text-align:center;
	display:block;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	background-color:#eee;
	border:1px solid #CCC;
	color:#cc0000;
	}


