body {
	font-family: Georgia, Arial;
	color: #404040 ;
	
	font-size:14px;
	
	margin:0px;
	}

div.header {

width:100%;
height:100px;
background-color:#f9f8f6;
border-bottom:1px solid #e2e1df;
}	

.logo{
margin-top:10px;
margin-left:20px;
}
	
div.center {
	margin-top:50px;
	width:600px;
	height:900px;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;

}

h1{
font-size:18px;
}

textarea{
width:250px;
}

input{
width:250px;
}

table{
width:500px;
}


#errormsg{
color:#f63051;
}

div.box {

width:500px;
height:600px;
background-color:#f9f8f6;
border:1px solid #e2e1df;
padding:20px;
}	

div.container {

padding:20px;
}

.button {
display: inline-block;
background-color:#648ee4;
border:1px solid #3871e5;
color:#ffffff;
width:90px;
height:30px;

padding: 5px;
line-height:20px;
text-align:center;
text-decoration: none;
 }

.button:hover {
background-color:#3871e5;
 }