@charset "utf-8";
/* CSS Document */

/*
font-family: Verdana, Geneva, sans-serif;
	margin-top: 25px;
	margin-left: 170px;
	color: #000;
	font-size: 16px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	text-shadow: 0px 0px;
	background-color: #FF0000; */

#formWrap {
	margin-top: 30px;
	margin-left:0px;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #674217;
	border-bottom-color: #674217;
	background-color: #fafafa;
	background-image: url(../images/gr.gif);
	background-repeat: repeat-x;
}
#formWrap h2 {
	font:Verdana, Geneva, sans-serif;
	color:#8f4502;
	text-align:center;
	margin-bottom: 15px;
	
}

#formWrap #form {
	border-top: 1px dashed #cdcdcd;
	width: 100%;
	border-radius: 19px;
}

#form .row {
	border-bottom:1px dashed #cdcdcd;
	display:block;
	line-height:38px;
	overflow:auto;
	padding:13px 0px;
	width:100%;
}

#form .row .label {
	font-size: 14px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	width:150px;
	text-align:right;
	float:left;
	padding-right:10px;
	margin-right:10px;
}

#form .row .input {
	float:left;
	margin-right:10px;
	width:auto;
}

.detail {
	width: 230px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 11px 8px;
	background: #fff;
	display: block;
	border: 1px solid #999;
	border-radius: 5px;
}
.selectvyber {
	width: 250px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 11px 8px;
	background: #fff;
	display: block;
	border: 1px solid #999;
	border-radius: 5px;
}
.detail:focus {
	background:#fff;
	outline:none;
	
}
.selectvyber:focus {
	background:#fff;
	outline:none;
	
}



.spam {
	width: 35px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding: 11px 8px;
	margin: 0px;
	border: 1px solid #999;
	border-radius: 5px;
}


.mess{
	width: 360px;
	max-width: 360px;
	height: 80px;
	overflow: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding: 11px 8px;
	line-height: 1em;
	margin: 0;
	border: 1px solid #999;
	border-radius: 5px;
}


#form .row .context {
	color:#999;
	font-size:11px;
	font-style:italic;
	line-height:14px;
	font-family:Verdana, Geneva, sans-serif;
	width:120px;
	height:40px;
	float:left;
}
#form .row .counter {
	color:#999;
	font-size:11px;
	font-style:italic;
	line-height:14px;
	font-family:Verdana, Geneva, sans-serif;
	width:50px;
	float:right;
	margin-right:10px;
}

.contextspamnumber{
	color: #F00;
	font-size:20px;
	font-style:italic;
	font-family:Verdana, Geneva, sans-serif;
	width:150px;
	float:left;
	margin-top: 5px;
	margin-right: 12px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#form .row .contextspam {
	color: #F00;
	font-size:11px;
	font-style:italic;
	line-height:14px;
	font-family:Verdana, Geneva, sans-serif;
	width:150px;
	float:left;
}
#form #button:focus {
	outline:none;
	
}
#form #button {
	background-color: #377448;
	margin-top: 25px;
	margin-left: 170px;
	color: #FFF;
	font-size: 15px;
	border: none;
	cursor: pointer;
	font-weight: bold;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	border-radius: 4px;
	
}

#form #button:hover {
	background-color: #409658;
}
