@import "/ui/css/stylesheet.css";
/* Top section */
#topleft {
	background-image:   url('/ui/img/leftgrad2.gif');
}
#huge {
	float:              left;
	width:              663px;
	height:             188px;
	background-repeat:  no-repeat;
	position: relative;
}
#forgotpassword a {
    font-family:       trebuchet ms;
    font-size:         11px;
    font-style:        normal;
}
#localsonly {
    display:            block;
	width:              300px;
	height:             25px;
	margin:             -10px 0px 0px -25px;
	z-index:            3;
	position:           absolute;
	background-image:   url('/ui/img/localsonly.png');
	background-repeat:  no-repeat;
}
* html #localsonly {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/ui/img/localsonly.png", sizingMethod="crop");
}
#topright {
	float:              right;
	width:              140px;
	height:             531px;
	padding-top:        50px;
	background-image:   url('/ui/img/rightgrad2.gif');
	background-repeat:  no-repeat;
	margin-right: 80px;
}
#special {
	width:              132px;
	height:             138px;
	margin:             -75px 0px 0px 530px;
	display:            block;
	background:         transparent url('/ui/img/special.png') no-repeat scroll center top;
}
* html #special {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/ui/img/special.png", sizingMethod="crop");
    cursor: pointer !important;
}

/* Middle section */
#content_section{
	width:               644px;
	margin:              -393px 0px 0px 0px;
	min-height:          705px;
	padding-top:         20px;
	padding-left:        20px;
	padding-bottom:      50px;
	background-color:    #FFFFFF;
	background-image:    url('/ui/img/contentback.gif');
	background-repeat:   no-repeat;
	background-position: bottom left;
}
#notes {
	width:               135px;
    padding: 	         0px 15px 0px 20px;
	margin-top:          43px;
	margin-left:         -20px;
}
#bottomright {
	padding-left: 140px;
}