body {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #6fbcbd;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
}

#wrapper {
	min-height:400px;
	margin:0 auto;
}

#box {
	margin:0 auto;
	text-align:center;
}


.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
}.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}.button:active {
	position:relative;
	top:1px;
}

input[type=text], input[type=password], select {
	padding: 5px;
	margin-bottom: 1em;
	margin-top:.5em;
	width: 200px;
	color: #666666;
	font-size:17px;
}

h1 {
	font-size: 24px;
}


a { 
	color: #fff;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

td {
	text-align:left;
	vertical-align:top;
}

.formLabel {
	width:70%;
	float:left;

}

.formInput {
	width:30%;
	float:left;
	clear:right;
}

#loader {
	display:none;
	background: url(../img/loader_bg.jpg) no-repeat;
	height:24px;
	width: 80px;
	position:absolute;
	z-index: 101;
	top: 150px;
	left: 45%;
}
