* {
	margin:0;
	padding:0;
}

html, body {
 height: 100%;
}

.wrapper {
	min-height: 95%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px;
	/*background-color: #eeeeee;*/
}

.main {
	background-position:center;
	width: 500px;
	height: 150px;
	opacity: 0.6;
	filter: alpha(opacity=40);
	margin: 50px auto;
    border-radius: 20px;
	font-size: 20pt;
	border: double;
	padding : 10px;
}

#head {
	height: 15px;
	margin-bottom:0px;
	padding: 10px;
	margin-top:0;
	width: 100%;
	background: -webkit-linear-gradient(45deg, #474747, #A8A8A8);
	background: -moz-linear-gradient(45deg, #474747, #A8A8A8);
	background: -o-linear-gradient(45deg, #474747, #A8A8A8);
	background: linear-gradient(45deg, #474747, #A8A8A8);
	color: #ffffff;
}

#header {
	padding: 10px;
	margin-top:0;
	width: 100%;
	height: 28px;
	background: -webkit-linear-gradient(45deg, #218BD1, #8ECFD1);
	background: -moz-linear-gradient(45deg, #218BD1, #8ECFD1);
	background: -o-linear-gradient(45deg, #218BD1, #8ECFD1);
	background: linear-gradient(45deg, #218BD1, #8ECFD1);
}

#foot {
	margin-top: 0px;
	background: -webkit-linear-gradient(45deg, #474747, #A8A8A8);
	background: -moz-linear-gradient(45deg, #474747, #A8A8A8);
	background: -o-linear-gradient(45deg, #474747, #A8A8A8);
	background: linear-gradient(45deg, #474747, #A8A8A8);
	color: #ffffff;
	height: 10px;
	padding: 10px;
	font-weight: bold;
	text-align: center;
}


#foot p {
	font-size: 12px;
	text-align:center;
	height: 30px;
}

.btn {
	display: block; width: 100px; height: 30px; padding: 0 10px 0 0; margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
	background: #246885; /* old browsers */
	background: -moz-linear-gradient(top, #8DCDD2 0%, #246885 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8DCDD2), color-stop(100%,#246885)); /* webkit */

	box-shadow: inset 0px 0px 6px #fff;
	-webkit-box-shadow: inset 0px 0px 6px #fff;
	border: 1px solid #5ea617;
	border-radius: 10px;
}

input[type=text]
{
    color: #000000;
    height: 30px;
    padding-left: 10px;
    text-decoration: none;
    background-repeat: repeat-x;
    border-radius: 5px; /*up to date browsers support this, but you can add prefixes if you want*/
    border: 1;
	border-color:#334497;
}

input[type=password]
{
    color: #000000;
    height: 30px;
    padding-left: 10px;
    text-decoration: none;
    background-repeat: repeat-x;
    border-radius: 5px; /*up to date browsers support this, but you can add prefixes if you want*/
    border: 1;
	border-color:#334497;
}
