html {
	margin: 0;
	padding: 0;
}

body {
	font-family:Verdana,Tahoma,Arial,sans-serif;
	font-size:12px;
	background:#e6f0f5;
	margin:0;
	padding:0;
}

#maincontainer {
	margin:0 auto;
}

#productLogo {
	height: 80px;
	width: 230px;
	line-height: 80px;
	text-align: center;
	background: transparent url(../images/athena_clinic_logo_bold.png) center center no-repeat;
}


#productLogo span {
	font-weight: bold;
	font-size: 3em;
}

.login_top {
	margin: 0 auto;
	margin-top: 8%;;
	width: 470px;
	background: transparent url(../images/login-panel.png) top left no-repeat;
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.5);
}

.login_bottom {
	padding: 0 0 50px;
	width:100%;
}

#loginContainer {
	padding:0;
	width:417px;
	margin: 0 auto;
}

#loginContainer div {
	margin-bottom:10px;
}

#accessDenied {
	height: 150px;
	background:transparent url(../images/block.png) no-repeat scroll center center;
}

#retry a {
	font-weight: bold;
	text-decoration: none;
	color: #E51B06;
}

label {
	font-size: 14px;
	float: left;
	margin-bottom: 5px;
	width: 150px;
	color: #FFF;
	font-weight: bold;
	display: block;
}

input, select {
	background-color: #FBFBFB;
    border: 2px solid #FBFBFB;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    font-size: 1.5em;
    padding: 11px 5px 11px 8px;
    position: relative;
    z-index: 2;
}

input:focus, select:focus {
    border: 2px solid #00ff96;
}

button {
	background: url("../images/login_button.png") no-repeat scroll 0 -50px transparent;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 1.5em;
    font-weight: normal;
    padding: 7px 0 13px;
    text-transform: uppercase;
    min-width: 170px;
}

button:hover {
	background: url("../images/login_button.png") no-repeat scroll 0 0 transparent;
    color: #F8F8F8;
    font-weight: bold;
}

#footer {
	color:#000;
	height:80px;
	padding-top:50px;
	text-align:center;
}

#footer a {
	color:green;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

#hospitalImage {
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:transparent url(../images/logo/hospital_image.png) no-repeat scroll center center;
	height:218px;
	width:470px;
}