 @charset "utf-8";
/* CSS Document */
/*body*/

button
{
	border-radius: 3px;
	margin: 3px;
	padding: 3px 12px;
	border: none;
	min-width: 70%;
	text-align: left;
	text-transform: capitalize;
}
td center a button{
	min-width: 140px;
	text-align: center;
}
td{
	text-align: center;
}
button:hover
{
	background-color: #fff;
}
footer
{
	clear: both;
	width: 100%;
	margin: 42px auto 0px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}
a:link, a:visited
{
	color: #0000ff;
	text-decoration: none;
}
a:active
{
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
	color: #0077ff;
}
body {
	background-color:#ffffff;
	font-family:sans-serif;
	font-size:100%;
}
.helper{
	color: red;
}
/*header panel*/
.header{
	background-color:#cc6328;
	top:0;
	position:fixed;
	height:30px;
	width:100%;
	opacity:0.7;
	padding:14px;
	}
	/*footer*/
.footer{
	background-color:#cc6328;
	position:fixed;
	bottom:0;
	height:30px;
	width:100%;
	padding:14px;
	}
.panel{
	background-color:#eff;
	text-align:center;
	width:250px;
	height:auto;
	color:#000;
	border-radius:5px;
	margin-top:30px;
	padding:5px;
	}
table{
	padding:5px;
	margin:2px;}
input[type="text"],
input[type="option"],
input[type="submit"],
input[type="email"],
input[type="number"],
input[type="password"] {
	color:#000;
	font-size:16px;
	border-radius:7px;
	width: 90%;
	border:solid 2px #cc6328;
	padding: 0.5rem;
}
td{
	text-align: left;
}
label{
	font-size:20px;
	/*font-family: pristina;*/
	color: #222;
}
select{
	color:#000;
	font-size:16px;
	border-radius:7px;
	width: 90%;
	border:solid 2px #cc6328;
	padding: 0.5rem;
}
a#logn
{
	background-color: #0077ff;
	color: #00ffff;
	border-radius: 14px;
	padding-right: 7px;
	padding-left: 7px;
}

input[type="submit"]{
	color:#fff;
	background-color:#cc6328;
	width: 70%;
	height: auto;
}
input[type="submit"]:hover{
	color:#cc6328;
	background-color:#fff;
}
input[type="reset"]:hover{
	color:#cc6328;
	background-color:#fff;
}
input[type="reset"]{
	color:#fff;
	background-color:#cc6328;
	width: 40%;
	height: auto;
}
#img
{
	border-radius: 25px;
}
.error{
	font-size: 16px;
	color: red;
}
.success
{
	color: #00ff00;
	font-size: 16px;
}

img#lg
{
	float: left;
}