.controlbox {
	margin-bottom: 20px;
}

.controlrow {
	margin-bottom: 5px;
}

.controlleft {
	float: left;
	width: 160px;
	padding-top: 1px;
	padding-bottom: 3px;
	font-weight: bold;
}

.controlright {
	width: 350px;
	float: left;
}

.smallinput {
	width: 80px;
	float: left;
}

.midinput {
	width: 240px;
	float: right;
}

.biginput {
	width: 350px;
	float: right;
}

.comment {
	width: 345px;
	height: 100px;
	overflow-x: hidden;
	float: right;
	resize: none;
}

.send {
	float: right;
}
	
.error {
	border: 1px solid red;
}

/*------------------------------------------------BUTTON--------------------------------------------------------*/

a.button_standard {
	display: block;
	height: 20px;
	padding-right: 10px;
	text-decoration: none;
	background-image: url(/images/buttons/button_standard_02.png);
	background-repeat: no-repeat;
	background-position: right top;
	font-weight: normal;
	}
	
a.button_standard span {
	display: block;
	line-height: 10px;
	color: #fff;
	background-image: url(/images/buttons/button_standard_01.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 10px;
	}
	
a.button_standard:hover span	{
	background-position: 0 -20px;
	color: #ffffff;
	}
	
a.button_standard:hover {
	background-position: right -20px;
	}
	
	
	
/* ===========================
   ====== Contact Form ======= 
   =========================== */

input, textarea {
	padding: 10px;
	border: 1px solid #E5E5E5;
	width: 200px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;		
}

textarea {
	width: 400px;
	height: 150px;
	max-width: 400px;
	line-height: 18px;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	border-color: 1px solid #C9C9C9;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;	
}

.form label {
	margin-left: 10px;
}

/* ===========================
   ====== Submit Button ====== 
   =========================== */

.submit input {
	width: 100px; 
	height: 40px;
	background-color: #474E69; 
	color: #FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;		
}

.sent {
	width: 100%;
	padding: 10px 0;
	border-style: solid;
	margin-top: 10px;
	font-weight: bold;
	text-align: center;
}

@media only screen and (max-width: 480px) {
	textarea {width: 90% !important;}
	
}
