@charset "utf-8";
/* CSS Document */


* 
{
	margin: 0px;
	padding: 0px;
}

body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 40px;
	color: #666666;
}

#logo
{
	text-align: center;
}

#logo img
{
	border: 0px;
	width: 398px;
}

#logo a:hover, #logo a:focus, #logo a:active 
{
	background-image: url(../images/login/logo-over.jpg);
	width: 398px;
	height: 75px;
	display: block;
	margin: 0px auto;
	background-position: center;
}

#logo a:hover img, #logo a:focus img, #logo a:active img 
{
	background: transparent;
	visibility: hidden;
}
/* End Create hover effect*/

/* top part shadow */
#top_shadow 
{
	background-image: url(../images/login/bg-top.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 30px;
	width: auto;
	margin-top: 10px;
	/*margin: 0px auto 0px auto;*/
}

/* Login Section */
#login 
{
	margin: 0px auto 0px auto;
}

/* bottom part shadow */
#bottom_shadow 
{
	background-image: url(../images/login/bottom.jpg);
	background-position: center -30px;
	background-repeat: repeat-x;
	height: 30px;
	width: 505px;
	margin: 0px auto 0px auto;
}

/* table contains right and left shadows, login form and please note section */
table
{
	margin: 0px auto;
	border: 0px;
	border-collapse: collapse;
}

td 
{
	vertical-align: top;
}

/**************************** Begin Right and Left Shadows *****************************/

/* first layer - right part shadow */
#rightshadow 
{
	background-image: url(../images/login/right-layerOne.jpg);
	background-position: -40px 0px;
	background-repeat: no-repeat;
	width: 174.5px;
}

/* second layer (extanded shadow) - right part shadow */
#rightshadow_over 
{
	background-image: url(../images/login/right-layerTwo.jpg);
	background-position: -40px 0px;
	background-repeat: repeat-y;
	width: 174.5px;
}

/* first layer - left part shadow */
#leftshadow
{
	background-image: url(../images/login/left-layerOne.jpg);
	background-position: 30px 0px;
	background-repeat: no-repeat;
	width: 174.5px;
}

/* second layer (extanded shadow) - left part shadow */
#leftshadow_over 
{
	background-image: url(../images/login/left-layerTwo.jpg);
	background-position: 30px 0px;
	background-repeat: repeat-y;
	width: 174.5px;
}
/**************************** End Right and Left Shadows *****************************/

h3 
{
	font-size: 16px;
	border-bottom: 1px dashed #B3B3B3;
	padding: 15px 0px 15px 20px;
}

fieldset 
{
	border: 0px;
	margin: 15px 0px 0px auto;
}

legend 
{
	font-weight: bold;
	display: none;
}

ul 
{
	list-style: none;
}

li 
{
	margin: 10px;
	padding: 5px 0px;
}

label 
{
	float: left;
	font-weight: bold;
	margin: 4px 35px 0px 90px; /* top right bottom left */
}

input 
{
	width: 57%;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
}

form p 
{
	margin-bottom: 15px;
}

/* style for both "Reset" and "Login" Buttons */
p input 
{
	font-size: 11px;
	font-weight: bold;
	width: 70px;
	background-color: #F7931E;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 12px;
	border: 1px solid #CCCCCC;
}

/* style only for "Reset" Button */
.resetBT 
{
	margin-right: 140px;
	margin-left: 190px;
}

/* style for background fo note section */
#note_background
{
	width: 500px;
	background-image: url(../images/login/gapShadow.jpg);
	background-repeat: repeat-x;
	background-position: 0px 49px;
}

/* style for note */
#note 
{
	width: 500px;
	margin: 0px auto 0px auto;
	border-top: 1px solid #CCCCCC;
}

#note h5 
{
	padding: 15px 15px 15px 15px;
	font-size: 85%;
	font-weight: normal;
	text-align: center;
	line-height: 18px;
	letter-spacing: 0.5px;
}

#login_help
{
	position: absolute;
	/*top: 170px;
	left: 280px;*/
	background-image: url(../images/login/login-help.jpg);
	background-position: center;
	height: 50px;
	width: 50px;
	margin-top: -113px;
	margin-left: 23px;
}

.question_mark
{
	top: 11px;
	left: 20px;
	position: absolute;
	font-weight: bold;
	font-size: 16px;
}

a:link
{
	color: #666666;
	text-decoration: none;
}

a:visited
{
	color: #666666;
	text-decoration: none;
}

a:hover
{
	color: #F7931E;
	text-decoration: none;
}



