div.content-div{
    background:#eee;
    width: 400px;
	height: 300px;
	border: 1px solid #D5D2D2;
	margin-top: 20px;
	margin-bottom: 25px;
    padding: 5px;
}

div.content-div form{
	margin-top: 10px;
    width: 360px;
	float: right;
}

div.content-div input[type=text]{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size:15px;
    color:#b8b8b8;
    border:0;
    height: 35px;
	margin-top: 5px;
    margin-bottom:3px;
    padding:0;
    text-indent: 5px;
    width: 330px;    
    font-family: 'robotoregular';
}

div.content-div input:focus{
    color:#222;
}

div.content-div textarea:focus{
    color:#222;
}

div.content-div textarea{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size:15px;
    color:#b8b8b8;
    border:0;
    height: 120px;
    width: 330px;    
    padding:0;
	margin-top: 5px;
	margin-bottom: 10px;
    text-indent: 5px;
    font-family: 'robotoregular';
}

div.content-div input[type=submit]{
    background: #eee;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d0d0d0));
    background: -webkit-linear-gradient(#ffffff, #d0d0d0);
    background: -moz-linear-gradient(center top, #ffffff 0%, #d0d0d0 100%);
    background: -moz-gradient(center top, #ffffff 0%, #d0d0d0 100%);
	-moz-box-shadow: 0 0 3px #222;
    -webkit-box-shadow: 0 0 3px#222;
    box-shadow: 0 0 3px #222;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size:15px;
    color:#000;
    border:0;
    cursor:pointer;
    font-size:14px;
    text-align: center;
    float:right;
    margin-right: 35px;
    padding:5px 30px;
    text-indent: 5px;
    font-family: Arial;
}

div.content-div input[type=submit]:hover{
    background: #bbb;
    background: -webkit-gradient(linear, left top, left bottom, from(#d0d0d0), to(#ffffff));
    background: -webkit-linear-gradient(#d0d0d0, #ffffff);
    background: -moz-linear-gradient(center top, #d0d0d0 0%, #ffffff 100%);
    background: -moz-gradient(center top, #d0d0d0 0%, #ffffff 100%);
    color:#333;
}

.space2 {
	display: block;
	float: left;
	margin-top: 200px;
	width: 100%;
	border-bottom:1px solid #E4E3E3; 
	height: 10px;
}

.space3 {
	display: block;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}

div.div-green{
	width: 80%;
}

div.div-green h2{
	background:url(/images/divider.png) 0 bottom repeat-x;
	margin-top: 170px;
	padding-bottom: 5px;
	font-size: 24px;
	font-family: 'robotoregular';
    margin-bottom: 20px;
	text-align:center;
}


div.div-green h4{
	margin-bottom: 5px;
}

div.div-green h6{
    font-size:16px;
	font-family: 'robotoregular';
	color:#184486;
	margin-top: 7px;
	text-align:center;
}

div.div-green p{
	padding-right:10px;
	padding-top: 5px;
	text-align:justify;
}

div.content-div-page{
    width: 370px;
	float: left;
	display: block;
	margin-left: 10px;
	margin-right: 20px;
	border: 1px solid #005b24;
    display: block;
}

div.content-div-page h3{
    text-align: center;
    font-family: 'robotoregular';
    font-size:16px;
    color: #000000;
    margin-bottom: 5px;
    padding: 5px 0 8px 10px;
}

div.content-div-page p{
	text-align: justify;
	font-size: 14px;
    margin:0;
    padding: 5px 8px 8px 10px;
}

div.content-div-page img{
    border:0;
}

div.content-div-page ul{
    margin:0;
    overflow:hidden;
    padding:15px 12px;
}

div.content-div-page li{
    float:left;
    font-size:13px;
    color:#000000;
    border:0;
    padding:0 6px;
    font-family: 'robotoregular';
}

div.content-div-page li a{
    font-size:13px;
    color:#000000;
    border:0;
    padding:5px 12px;
    cursor:pointer;
    font-family: 'robotoregular';
}

div.message {
	font-family: 'robotoregular';
	font-size: 22px;
	font-weight: normal;
}

a{
    text-decoration: none;
	    color:#000000;
}

a:hover{
    text-decoration: underline;
	    color:#1E4087;
}