form {
	width:48.5%;
	padding:0;
	border-bottom:1px solid #b3c3e3;
	float: left;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-top-right-radius: 6px;
	border-top-left-radius:  6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-topright:  6px;
	-moz-border-radius-topleft:  6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-top-right-radius:  6px;
	-webkit-border-top-left-radius:  6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	background-image: url(../images/forms.png);
	background-repeat: repeat-x;
}
.form_description {
	width:47%;
	float: right;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 1%;
	padding-bottom: 0;
	padding-left: 0;
	text-align: justify;
}


fieldset{margin:0; padding:0; border:0;}
form ul{margin:0; padding:0; list-style:none;}
form ul li{border-top:1px solid #fff; border-bottom:1px solid #b3c3e3; padding:10px;}
form ul li.first{
	border-top:0;
	font-size:16px;
	color:#404245;
}
form ul li.last{border-bottom:0;}

label{display:block; color:#404245; float:left; width:55px; line-height:21px; text-align:right; padding-right:5px; margin:0 0 0 5px;}

input, .text{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#404245;}

.text{
	width:200px;
	border:1px solid #fff;
	border-top:1px solid #b3c3e3;
	border-left:1px solid #b3c3e3;
	height:15px;
	background-color: #fff;
	padding: 3px;
}

input#email{
	background-color: #fff;
}

textarea.text{
	height:100px;
	background-color: #fff;
}

input.submit{
	width:auto;
	height:23px;
	cursor:pointer;
	border:0;
	color:#FFF;
	font-weight:bold;
	background-image: url(../images/headline.gif);
	border-top-right-radius: 6px;
	border-top-left-radius:  6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-topright:  6px;
	-moz-border-radius-topleft:  6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-top-right-radius:  6px;
	-webkit-border-top-left-radius:  6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	float: right;
	margin-bottom: 10px;
}
