body{font-family:"Calibri", sans-serif;color:#757575;margin:0;font-size:15px;background-image: url('bg.jpg');background-size: 100%;}
a{text-decoration:none;color:#009688;cursor:pointer;}
a:hover{text-decoration:none;color:#000;cursor:pointer;}
#main{
	display: table;
	margin: 50px auto;
	width: 95%;
    height: 50%;
	border: 1px solid #ddd;
	padding: 5px;
}
textarea{
	background-color:#fff;
	box-sizing:border-box;
	border-radius:2px;
	color:#333;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	float:none;
    font-family:Calibri;
	font-size:12px;
	border:1px solid #ccc;
	padding:6px 10px;
	width:100%;
    height:100%;
	line-height:1.3;
}
#textarea{
	background-color:#fff;
	color:#333;
	float:none;
    font-family:Calibri;
	font-size:16px;
	width:100%;
    height:100%;
	padding:6px 10px;
	margin:15px auto;
}
#desc{
	color:#333;
	float:none;
    font-family:Calibri;
	font-size:12px;
	width:100%;
    height:100%;
	padding:6px 10px;
	margin-bottom:5px;
	margin:50px auto;
}
#desc_u{
	color:#333;
	float:none;
    font-family:Calibri;
	font-size:14px;
	width:100%;
    height:100%;
	text-decoration: underline;
	padding:6px 10px;
	margin-bottom:5px;
}
input[type="text"], input[type="email"], input[type="password"], input[type="file"], select{
	margin-bottom:5px;
	background-color:#fff;
	box-sizing:border-box;
	border-radius:2px;
	color:#333;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	float:none;
    font-family:Calibri;
	font-size:12px;
	border:1px solid #ccc;
	padding:6px 10px;
	height:38px;
	width:100%;
	line-height:1.3;
}
input[type="submit"]{
	margin-top:10px;
	background-color:#eee;
	border:1px solid #ddd;
	color:#333;
    font-family:Calibri;
	font-size:12px;
	padding:10px 15px;
	cursor:pointer;
}
input[type="submit"]:hover{
    font-family:Calibri;
	background-color:#ddd;
}
table { 
    width:50%; 
    border-collapse: collapse; 
    margin:6px auto;
	padding:left;
    }
.footer {
	text-align: center;
	padding: 3px;
	color:#ffffff;
	font-size: 8px;
	font-family:Calibri;
	background-color:#3b3b3b;
}
/* Zebra striping */
tr:nth-of-type(odd) { 
    background: #eee; 
    }
th { 
    background: #cacaca; 
    color: #333; 
    font-weight: bold; 
    font-family:Calibri;
    }
td, th { 
    padding: 5px; 
    border: 1px solid #ccc; 
    text-align: left; 
    font-size: 12px;
    font-family:Calibri;
	width:180px;
    }


