/*----------------------------------------------
css settings for HTML div exactCenter 
------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Raleway);
body{
font-family: sans-serif;
	font-size:12px;
}

h3,p,label{
	text-align:center;
	font-family: sans-serif;
	color:darkgreen;
 }
h2{
	font-family: sans-serif;
	} 
input, select{
	width:100%;
	margin-bottom:20px;
	padding:5px;
	height:30px;
	box-shadow: 1px 1px 12px gray;
	border-radius:3px;
	border:none;
 }

textarea{
    width:100%;
	height:80px;
	margin-top:10px;
	padding:5px;
	box-shadow: 1px 1px 12px gray;
	border-radius:3px;
 }
#send{
	width:100%;
	height:45px;
	margin-top:10px;
	border-radius:3px;
	background-color: #162f71;
	border:1px solid white;
	color:white;
	font-family:sans-serif;
	font-size:18px;
}

div#feedback{
	
	height:100%; 
	width:80%; 
	padding:20px 25px 20px 15px;  
	background-color:#fff; 
	border-radius:3px; 
	border: 1px solid #162f71;
	font-family: sans-serif;
	float:left;
	} 
.container{
	width:460px;
	margin:20px auto;

	}
.container1{
	width:100%;
	margin:20px auto;

	}

div#feedback1{
	
	height:100%; 
	width:90%; 
	padding:20px;  
	background-color:#fff; 
	border-radius:3px; 
	border: 1px solid #162f71;
	font-family:sans-serif;
	float:left;
	}
.error{color:#ff0000;}

ul li{line-height:0;}
table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    text-align: left;
    padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2}

th {
    background-color: #162f71;
    color: white;
}
