
#left-content{	
	float:left;
	margin:10px 0;
	padding:0;
	width:40%;		
	color:#444;
}

#left-content h1{
	font-size:27px;
	font-weight:normal;
	margin:10px 0 10px 0;
	padding:0 0 0 0;
	text-align:left;
	border-bottom:solid 0px gray;
	color:#005684;
}

#left-content p{		
	text-align:left;
	font-size:17px;
	line-height:135%;
	font-weight:normal;
}

#left-content a{		
	color:#444;
}

#left-content ul{	
	list-style-type:none;
	margin: 30px 0 0 -20px;
	text-align:left;
	font-size:17px;
	line-height:135%;
	font-weight:normal;
}

#left-content ul li{
	margin-bottom:35px;
}

#left-content ul img{
	margin-left:35px;
}

#right-content{	
	float:right;
	position: relative;
	margin:44px 0 20px 0;
	padding:10px;
	width: 46%; 
	height: 380px; 
	background: #0072A8;
	border-radius: 10px; 
	margin-left:20px; 
	color:white;
}

form{
	width:100%;
	margin:0;
	/*
	background-image: linear-gradient(bottom, #F1FFD5 15%, #E8FFB7 60%);
	background-image: -o-linear-gradient(bottom, #F1FFD5 15%, #E8FFB7 60%);
	background-image: -moz-linear-gradient(bottom, #F1FFD5 15%, #E8FFB7 60%);
	background-image: -webkit-linear-gradient(bottom, #F1FFD5 15%, #E8FFB7 60%);
	background-image: -ms-linear-gradient(bottom, #F1FFD5 15%, #E8FFB7 60%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.15, #F1FFD5),
		color-stop(0.60, #E8FFB7)
	);
	*/
}

form h1{
	text-align:left;
	font-size:21px;	
	width:90%;
	margin-left:5%;
	padding:0 0 10px 0;
	border-bottom:solid 1px #aaa;
	font-weight:normal;
}

fieldset {
	border: none;
	position: relative;
	padding: 0;
}

fieldset div {
    margin: 0;
    overflow: hidden;
}

/* --- Standard labels for text fields --- */
		
fieldset div label.normal {
 	float: left;
    line-height: 1.1;
    margin: 0 20px 0 0;
    width:160px;
	font-size:15px;
	text-align:right;
	color:white;
}

/* --- Standard input fields --- */

fieldset div input.normal,
fieldset div textarea,
fieldset div select {
	float: right;
    display: block;
    font-size: 12px;
    line-height: 1;
	margin: -16px 15px 10px 160px;
	border:none;
	border-radius:5px;
}

fieldset div input.normal {
	width:244px;
}

fieldset div select {
	width:244px;
}

fieldset div textarea {
	width:244px;
}

input:focus, textarea:focus {
	background:#eee;
}

fieldset div textarea{
	padding:5px 0 0 0;
}

#valid{
	float:left;
	margin-left:180px;
	width:70px;
}

/* --- Submit --- */
.controls input {
	float: right;
	margin-right:130px;
}

.clear{
	clear:both;
}

footer{ 	
 	background:transparent;
	height:150px;
}

fieldset div#acceptance label {
 	float: left;
    line-height: 1.1;
    margin: 5px 10px 10px 20px;
    width:350px;
	font-size:12px;
	text-align:right;
	color:white;
}

fieldset div checkbox {
	width:40px;
}

