﻿.formularbox{
	height:290px;
	background-color:#f0e475;
	padding:20px;
	border-left:1px #0e1950 dotted;
	border-bottom:1px #0e1950 dotted;
	border-right:1px #0e1950 dotted;
	margin-bottom:40px;

}
form{
	width: 600px;
	margin: 0 30px 20px 0;
	float:left;
	}	
fieldset {
	color:#f19200;
	padding-bottom:30px;
	padding-top: 0px;
	}
legend{
	padding: 0 ;
	margin: 0 0 0 10px;
	color: #f19200;
	font-weight: bold;
	font-size: 15px;
}
label{
	display:block; 
	color:#000000; 
	float:left; 
	width:180px; 
	line-height:23px; 
	text-align:left; 
	padding-right:0px; 
	margin-top:10px;
	}
input{
	width: 500px;
	border: 1px solid #777;
	float: left;
	}
input.text{
	width:500px;
	padding:3px;
	font-weight:bold;
	}
textarea.text{
	font-family: Arial;
	width: 280px;
	padding: 6px;
	border: 1px solid #777;
	height:90px;
	overflow:auto;
	float:left;
	}
input.submit{
	cursor:pointer;
	width:106px;
	margin-top: 25px;
	margin-left: 288px;
	border:1px solid #ededed; 
	border-color:#ededed #a1a1a1 #a1a1a1 #ededed; 
	height:23px;
	background:#f7f7f7;
	}
.textk{
	width:280px;
	margin-right:45px;
	margin-bottom:5px;
	padding:6px;
	float:left;
}
