html {
	height: 100%;
	margin: 0; 
	padding: 0;
}
 
body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,p,th,td {
	margin: 0; 
	padding: 0;
}

img { border: 0; }

/* paragraph */
p {	margin: 7px 0px; }

/* links */
a, a:visited { 
	text-decoration: underline; 
	color: #0033ff;
}
a:hover { 
	color: #000;
	text-decoration: none; 
}
a:focus { outline: none; }


/* * Page * Layout */
body {
	font-family: "Trebuchet MS", "Times New Roman", Times, serif, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #000;
}

body.sawan_page {
	background: #4e2f19 url(../images/page_bg.jpg) 50% 0 no-repeat;
}

div#page-body {
	background: none;	
}

/* center page */
div.wrapper {
	margin: auto; 
	width: 980px;
}

div#page-body div.page-body-t {
	background: url(../images/page_bg_toolbar.png) 0 0 repeat-x;	
}

div#header {
	width: auto;  
	height: 110px;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 10;
	clear: both;  
}

div#date {
	margin: 0px 10px 2px 0px;
	float: right;
	color: #0033ff;
	font-weight: bold;
}

.date {
	padding: 0px 0px 3px 0px;
	font-size: 90%;
	background: url(../images/content/hr.gif) repeat-x bottom left;
	margin-bottom: 5px;
	margin-top: -3px;
	text-align: left;
}

div#headerbar {
	width: auto;  
	padding: 10px 0px 10px 0px;
	height: 85px;
	clear: both;  
	overflow: hidden;
	font-size: 85%;
	line-height: 200%;
	color: #141414;
}

div#logo {
	position: absolute;
	top: 13px;
	left: 20px;
}

div#logo_bg {
/*	background: url(../images/logo_bg.png) 50% 0 no-repeat; */
}

div.shadow-l {
	background: url(../images/shadow_bg_l.png) 0 0 repeat-y;
}

div.shadow-r {
	padding: 0px 0px 0px 5px;
/*	background: url(../images/shadow_bg_r.png) 100% 0 repeat-y; */
}

div.top-t {
	background: url(../images/top_bg_t.png) 0 0 repeat-x;
	margin-right: 5px;
	padding: 0;
}

#leftcolumn {
	width: 200px;
	vertical-align: top;
	background: url(../images/leftcolumn_bg.png) 0 100% repeat-y;
	padding: 10px 0 5px 0;
}
#rightcolumn {
	padding: 0 0 5px 10px;
	vertical-align: top;
}

div#middle {
	width: auto;  
	margin: 0px 0px 0px 0px;
	clear: both;  
	background: #fafafa url(../images/middle_bg_t.png) 0 0 repeat-x;
}

div.middle-b {
	padding: 0px 15px 1px 0px;
	background: url(../images/middle_bg_b.png) 0 100% repeat-x;	
}

div#middle .background {
	min-height: 200px; 
}

div#main {
	width: auto;
	margin: 0;
	padding: 0;
}

div#maintop {
	padding: 0px 0px 15px 0px;
}

div#mainmiddle {
	margin: 0px 0px 15px 0px;
}

div#content {
	width: auto;
	margin: 0;
}

div#contenttop {
	margin: 0px 0px 15px 0px;
}

div#contentbottom {
	margin: 15px 0px 0px 0px;
}

div#mainbottom {
	padding: 0px 0px 0px 0px;
}

div#sb_content {
	width: auto;  
	margin: 0;
	padding: 0;
	clear: both;  
}

div.sb_content-b {
	padding: 0px 0px 0px 0px;
/*	background: url(../images/bottom_bg_b.png) 0 100% repeat-x; */
}


div#footer {
	position: relative;
	width: 700px;
	height: 60px; 
	margin: 0 auto;
	padding: 10px;
	clear: both;  
	text-align: center;
/*	background: url(../images/footer_bg_l.png) 0 0 no-repeat; */
	background: url(../images/footer_bg.png) no-repeat 50% 0; 
	font-size: 11px;
	line-height: 125%;
	color: #000;
}

/*
div.footer-1 {
	background: url(../images/footer_bg_r.png) 100% 0 no-repeat;
	padding: 0px 10px 0px 10px;
}

div.footer-2 {
	height: 72px;
	padding: 5px 10px;
	background: url(../images/footer_bg_m.png) 0 0 repeat-x;
	overflow: hidden;
}
*/

div#footer a, div#footer a:link, div#footer a:visited {
	color: #222;
}

div#footer a:hover, div#footer a:active {
	color: #000;
}

div#footer a.anchor {
	position: absolute;
	right: 15px;
	top: 10px;
	width: 30px;
	height: 5px;
	background: url(../images/footer_anchor.png) 0 0 no-repeat;
	display: block;
	text-decoration: none;
}

div#footer a.anchorL {
	width: 30px;
	height: 5px;
	background: url(../images/footer_anchor.png) 0 0 no-repeat;
	text-decoration: none;
	float: left;
	margin-left: -5px;
}


/* * Spacing - Clearing & Floating */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0;  
	clear: both; 
	visibility: hidden;
}
	
.clearfix { display: block; }
.floatbox { overflow:hidden; }
.float-left { float: left; overflow: hidden; }
.float-right { float: right; overflow: hidden; }
.spacer { padding-top: 5px; clear: both;}
.spacer2 { padding-top: 2px; clear: both;}
.clr { clear: both;}




/* headings */
h1, h2, h3, h4, h5 {
	margin-bottom: 5px;
	line-height: 100%;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #0033ff;
	display: block;
}

h1 { font-size: 200%; }
h2 { font-size: 175%; }
h3 { font-size: 150%; }
h4 { font-size: 140%; }
h5 { font-size: 120%; }

h1 { font-weight: normal; color: #0033ff;}

#page h1 a {
	color: #0033ff;
	text-decoration: none;
}

h2 { color: #969696; }
h3 { color: #0033ff;}

h3.title {
	color: #0033ff;
	background: url(../images/ico/title.gif) no-repeat 0 50%;
	text-indent: 25px;
}


h4 { color: #000;}
h5 { color: #333;}
h6 { color: #e24912;}



/* * module headers */

/* reset header for all modules */
div.module h3.header {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 160%;
	font-weight: bold;
	font-weight: bold;
	color: #0033ff;
	background: url(../images/ico/title.gif) no-repeat 0 50%;
	text-indent: 25px;
}

div.module h3.header span.color {
	color: #E24912;
}

div.module div.header {
	margin: 0px 0px 5px 0px;
	padding: 0 3px 3px 3px;
	background: url(../images/content/hr.gif) repeat-x bottom left;
	height: 24px;
	line-height: 130%;
	font-size: 170%;
	font-weight: 500;
	color: #0033ff;
	font-family: Arial, Helvetica, "Trebuchet MS", Georgia, Times New Roman, Times, serif, sans-serif;
	display: block;
	vertical-align: top;
	overflow: hidden;
}

div.module div.header div.title {
	background: url(../images/ico/title.gif) no-repeat 0 6px;
	padding-left: 20px;
	overflow: hidden;
}

div.module div.header div.commenttitle {
	background: url(../images/ico/comment.gif) no-repeat 0 50%;
	padding-left: 20px;
	overflow: hidden;
}

div.module div.header div.commenttitle span.date {
	letter-spacing: 0px; 
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}

div.module div.header a, div.module div.header a:link, div.module div.header a:visited {
	text-decoration: none;
}
div.module div.header a:active, div.module div.header a:hover {
	border-bottom: 0px;
	text-decoration: none;
}



/* header span's */
div.module span.header-2,
div.module span.header-3 {
	display: block;
}

/* * space for adjoining modules */

.hr_line, .unterline, hr {
	background: url(../images/content/hr.gif) repeat-x center left;
	height: 2px;
	margin: 4px 0;
	line-height: 1px;
	clear: both; 
	border: 0px !important;
}

.article_div {
	text-align: center; 
	padding-bottom: 5px; 
	clear: both;
	background: url(../images/separator.png) no-repeat 50% 0;
	height: 16px;
	width: 100%;
}


.separator div.module {
	margin: 0px 10px 0px 0px;
}

div#bottom .bottombox div.module {
	padding: 10px 0px 10px 0px;
}

#bottom .bottomblock div.module {
	margin: 0px 0px 10px 0px;
}

/* * styling for special positions */

div#toolbar div.mod-blank {
	margin: 0px 15px 0px 0px;
	float: right;
}

div#headerbar div.module {
	margin-left: 10px;
	float: right;
}

/** module: blank */
div.mod-blank div.module {
	overflow: hidden;
}

div.mod-blank h3.module {
}

#bottom div.mod-blank div.module,
#bottom div.mod-blank h3.header {
	color: #000;
}


/* left modules */
#leftcolumn div.moduletable {
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 5px 10px;
	width: 183px;
	overflow: hidden;
}

#leftcolumn div.moduletable h3 {
	margin: 0px -5px 0px -10px;
	padding: 1px 0px 0px 10px;
	height: 24px;
	line-height: 24px;
	background: url(../images/left_module_header.png) 0 0 repeat-x;
	text-align: left;
	border-bottom: 0px !important;
	color: #000 !important;
	text-shadow: 1px 1px 1px #ccc;
	font-weight: bold;
	font-size: 125%;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

/* blank */
#leftcolumn div.moduletable-blank {
	margin: 0px 0px 15px 0px;
	width: 198px;
	overflow: hidden;
}


/* Search */

div#search {
	height: 20px;
	position: absolute; 
	z-index: 20; 
	top: 120px; 
	right: 20px; 
	padding: 5px 0px 0px 20px;
}

div#search a, div#search a:link, div#search a:active, div#search a:visited, div#search a:hover {
	font-size: 80%; 
	margin-top: 0px; 
	margin-left: 20px;
	display: block;
}

div.sb-search { 
	position: relative;
}

div.sb-search ul {
	margin: 0px;
	padding: 0px;
}
 
div.sb-search li {
	margin: 0px;
	padding: 0px;
	display: block;
}

div.default div.sb-search {
	width: 120px;
	height: 18px;
}

/* searchbox */
div.default div.sb-search div.searchbox {
	width: 120px;
	height: 18px;
	padding: 0px;
	background: url(../images/searchbox_bg.png) 0 0 no-repeat;
}

div.default div.sb-search div.searchbox:hover  {
	background: url(../images/searchbox_bg.png) 0 -18px no-repeat;
}

div.default div.sb-search div.searchbox:hover input {
	color: #000000;
}

div.default div.sb-search div.searchbox input:focus {
	color: #000000;
}

div.default div.sb-search div.searchbox input {
	width: 84px;
	height: 15px;
	padding: 3px 0px 0px 0px;
	border: none;
	outline: none;
	background: none;
	float: left;
	color: #646464;
	font-size: 11px;
}

div.default div.sb-search div.searchbox button {
	width: 18px;
	height: 18px;
	padding: 0px;
	border: none;
	background: url(../images/search_button.png) 0 0 no-repeat;
	float: left;
	cursor: pointer;
	line-height: 0px;
}

div.default div.sb-search div.searchbox button.search-magnifier {
	background: url(../images/magnifier_icon.png) 0 0 no-repeat;
}


.cell2 a, .cell2 a:link, .cell2 a:visited, .cell2 a:active, .cell2 a:hover {text-decoration: none;}
/* /Buttons */

.sb_info {
	width:100%; 
	vertical-align: middle; 
	font: bold 16px "Trebuchet MS", "Times New Roman", Times, serif, Arial, Helvetica, sans-serif;
	color: #FF0000;
	line-height: 125%;
}

.sb_info a, .sb_info a:visited, .sb_info a:link {
	text-decoration: underline;
}

.sb_info a:hover, .sb_info a:active {
	text-decoration: none;
}

.cat_sep {
	margin-left: 5px;
	margin-top: 3px;
}


/**** Speedbar - Shortcut *****/
div#breadcrumbs {
	margin: 5px 0;
	font-size: 85%;
	background: url(../images/content/line.png) repeat-x bottom left;
	padding-bottom: 2px;
	text-transform: uppercase;
	font-family: Arial narrow, Arial, Helvetica, sans-serif;
	color: #ddd;
}

div#breadcrumbs a, div#breadcrumbs a:link, div#breadcrumbs a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #efefef;
}

div#breadcrumbs a:active, div#breadcrumbs a:hover {
	font-weight: bold;
	text-decoration: none !important;
	color: #fff;
}

div#breadcrumbs .speedbar {
		background: url(../images/ico/arrow_white.gif) no-repeat center left;
		padding-left: 13px;
}


.sortpage {
	border: 1px solid #aaa;
	background: url(../images/sort_bg.gif) repeat-x bottom left;
	color: #000;
	padding: 3px; 
	font: normal 10px "Trebuchet MS", "Times New Roman", Times, serif, Arial, Helvetica, sans-serif;
	margin: 3px 0 7px 0;
	text-transform: uppercase;
}

.sortpage .inner {
	padding: 0px 2px;
	margin: 0;
	text-align: right;
}

.sortpage .inner a, .sortpage .inner a:link, .sortpage .inner a:visited {
	text-decoration: none;
	margin: 0 3px;
}
.sortpage .inner a:hover, .sortpage .inner a:focus {
	text-decoration: none;
}



/****** Site Stats Table Styles *********/    
table.userstop {
	font-size: 11px;
	border:1px solid #aaa;
	border-right: 0px;
}
table.userstop thead td{
	font-size: 100%;
    font-weight: bold;
	color: #000;
	background: #333 url(../images/sort_page.gif) repeat-x bottom left;
	padding: 3px;
	border-right: 1px solid #aaa;
	border-top: 0px;
	text-align: center;
}
table.userstop td {
	padding: 2px 4px;
	border-right:1px solid #aaa;
	border-top:1px solid #aaa;
	font-size: 11px;
}

.userstop a, .userstop a:link, .userstop a:visited {
	color: #000;
	font-size: 11px;
}

.userstop a:hover, .userstop a:focus, .userstop a:active {
	color: #0066ff;
	font-size: 11px;
}



.a_link, .a_link a:link, .a_link a:visited, .a_link_on {
    color : #ff0000;
}
.a_link_on a:hover, .a_link_on a:active {
    color : #ff0000;
}

.u_link, .u_link a:link, .u_link a:visited, .u_link_on {
    color : #666666;
}
.u_link_on a:hover, .u_link_on a:active {
    color : #4b73d4;
}

.e_link, .e_link a:link, .e_link a:visited, .e_link_on {
    color : #00a400;
}
.e_link_on a:hover, .e_link_on a:active {
    color : #00a400;
}

.j_link, .j_link a:link, .j_link a:visited, .j_link_on {
    color : #0000ff;
}
.j_link_on a:hover, .j_link_on a:active {
    color : #0000ff;
}

.b_link, .b_link a:link, .b_link a:visited, .b_link_on {
    color : #666666;
}
.b_link_on a:hover, .b_link_on a:active {
    color : #666666;
}


fieldset.uinfo { 
	border: 1px solid #738adb; 
	padding: 3px 5px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.textinfo { font-size: 95%;}

span.icon_img_group a, span.icon_img_group a:link, span.icon_img_group a:active, span.icon_img_group a:hover, span.icon_img_group a:visited {
	text-decoration: none !important;
}

legend.usinfo {
	border: 1px solid #333; 
	background:#e4e4e4;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 1px 3px;
}

legend.cinfo {
	border: 1px solid #738adb; 
	background:#e4e4e4;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 1px 3px;
}
fieldset.ctext {
	border: 1px solid #738adb; 
	padding: 4px;
}


.modules_left {font-size: 90%; padding-left: 10px;}
.modules_left a, .modules_left a:link, .modules_left a:visited {color: #000; text-decoration: underline;}
.modules_left a:hover, .modules_left a:focus {color: #000; text-decoration: none;}

.menu_sep {
	background: url(../images/menu_sep.png) no-repeat center left;
	height: 1px;
	margin: 0;
	padding: 0;
	line-height: 1px;
	clear: both;
	border: 0px !important;
}


.cell1 {
	background: url(../images/content/col_sep.gif) repeat-y top right;
	padding-right: 5px;
}

.cell2 {
	background: url(../images/content/hr.gif) repeat-x top left;
	padding: 10px 5px 3px 5px;
}

.cell3 {
	background: url(../images/content/hr.gif) repeat-x top left;
	padding: 3px;
}

.c_module ul, .c_module ul li {
	margin-left: 35px;
}

.s_module {
	border: 1px solid #738adb; 
	padding: 5px;
}

.contenttop {
	background: #e2e2e2 url(../images/content/top_bg.png) no-repeat top left;
	padding: 5px;
}
.contentbottom {
	background: url(../images/content/bottom_bg.png) no-repeat top left;
	padding: 0px;
	margin: 0;
	height: 13px;
}



.related_title, .tag_title {
	color: #000;	
	border: 1px solid #999;
	background: #ECF0F4 url(../images/sort_page.gif) repeat-x bottom left;
	border-bottom: 0;
	padding: 2px 5px;
}
.related, .tag {
	padding: 2px 4px;
	border: 1px solid #999;
	background: #bababa;
}

.related_title h3 {
	background: url(../images/ico/related_articles.gif) no-repeat 0 2px;
	font-size: 150%;
	padding: 0 0 0 20px;
	display: block;
	color: #1d5eed;
	border: 0px;
}
.related ul, .related ul li {
	margin: 0px;
	padding: 0px;
	margin-left: 25px;
	list-style:square;
}

.tag_title h3 {
	background: url(../images/ico/tag.png) no-repeat 0 2px;
	font-size: 150%;
	padding: 0 0 0 20px;
	display: block;
	color: #1d5eed;
	border: 0px;
}


.contenttitle {
	border: 1px solid #aaa;
	background: url(../images/sort_bg.gif) repeat-x bottom left;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
	margin-top: 10px;
}

table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}


.icon_img{
  padding:0px;
  margin: 1px 0;
  border: 0px;
  vertical-align: middle;
}


/*****************/
.post-date {
    width: 79px;
    height: 67px;
    background: url(../images/date_bg.png) no-repeat;
    float:right;
    margin: -5px -5px 0 5px;
}
.post-month {
	font: normal 12px "Trebuchet MS", "Times New Roman", Times, serif, Arial, Helvetica, sans-serif;
    color: #000;
    text-align: center;
    display:block;
    line-height: 12px;
    padding-top: 8px;
}
.post-day {
    font-size: 22px;
	font-weight: bold;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    display:block;
    line-height: 22px;
    padding-top: 4px;
}
.post-year {
	font: normal 11px "Trebuchet MS", "Times New Roman", Times, serif, Arial, Helvetica, sans-serif;
    color: #000;
    text-align: center;
    display:block;
    line-height: 11px;
    padding-top: 2px;
}


/* ***** basic styles for multi-page nav elements */
.navigation {
	color:#666; 
	border:0px;
	vertical-align: middle;
	font-size: 100%;
	white-space: nowrap; 
	padding-top:5px;
}

.navigation a:link,
.navigation a:visited,
.navigation a:active {
	padding:0px 6px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #dfdde0 url(../images/buttons/button.gif) repeat-x scroll center top;
	border: 1px solid #888;
	color: #000;
	text-decoration: none;
}

.navigation a:hover {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #dddbde url(../images/buttons/button_over.gif) repeat-x scroll center top;
	border: 1px solid #444;
	color: #000033;
}

.navigation span {
	text-decoration:none;
	padding:0px 6px;
	border:1px solid #aaa;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	color:#aaa;
}

input.jump {
	padding: 0 6px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #dfdde0 url(../images/buttons/button.gif) repeat-x scroll center top;
	border: 1px solid #888;
	color: #000;
	font: normal 11px "Trebuchet MS", "Times New Roman", Times, serif, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #ccc;
	text-align: center;
	outline: none;
	margin-left: 5px;
}

input.jump:hover, input.jump:focus {
	padding: 0 6px;
	cursor: pointer;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #dddbde url(../images/buttons/button_over.gif) repeat-x scroll center top;
	border: 1px solid #444;
	color: #000044;
	text-shadow: 1px 1px 1px #aaa;
	outline: none;
}


input.jumpinput
 {
	padding: 0 1px 1px 1px;
	border: 1px solid #888;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: url(../images/input-bg.gif) repeat-x top left #FFFFFF;
}

input.jumpinput:hover, 
input.jumpinput:focus
{
	padding: 0 1px 1px 1px;
	border: 1px solid #444;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: url(../images/input-bg.gif) repeat-x top left #f5f5f5;
}



/*************************** Site login form ************************/
#sbsitelogin {
	background: transparent url(../images/login.png) no-repeat top left;
	width: 570px;
	height: 382px;
	margin: -1px auto 0 auto;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Tahoma, Verdana, sans-serif;
}

#sbsitelogin .texttitle {
	text-align: center; 
	font-size: 20px;
	font-weight: bold;
	color: #ff0000; 
	padding-bottom: 10px;	
}

#sbsitelogin .textdescription {
	text-align: center; 
	font-size: 14px;
	font-weight: bold;
}

a.loginbtn{
	position:relative;
	float:left;
	display:inline;
	outline:0;
	margin:0 5px 0 0;
	padding:0 14px 2px;
	font:13px/25px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	color:#505050;
	background:#e9e9e9 url(../images/button_bg_new.png) no-repeat}
a.loginbtn span.cap{
	position:absolute;
	top:0;right:0;
	display:block;
	width:13px;
	height:27px;
	background:#e9e9e9 url(../images/button_bg_new.png) no-repeat 100% 0}
	
a.loginbtn:hover, a.loginbtn:hover span.cap{color:#fff;background-color:#07f;text-decoration:none}

a.loginbtn.spotlight{
	line-height:33px;
	padding:0 19px 2px;
	color:#fff;
	background:#007fff url(../images/button_bg_new.png) no-repeat 0 -27px;
	text-decoration:none	
}
a.loginbtn.spotlight span.cap{width:18px;height:35px;background:#007fff url(../images/button_bg_new.png) no-repeat 100% -27px}
a.loginbtn.spotlight:hover, a.loginbtn.spotlight:hover span.cap{background-color:#0366ed}



#sbsitelogin .form{
	text-align:left;
	 padding: 10px 0 0 0; 
	 margin: 0 auto;
	 width: 360px;
	 }
#sbsitelogin .form label {float: left; width: 100px; padding-top: 3px; font-size: 14px;}

#sbsitelogin .form input.user {
	padding: 2px 10px 2px 40px; 
	background: transparent url(../images/sitelogin_user.png) no-repeat top left;
	width: 205px;
	height: 22px;
	outline: none;
	border: 0px !important;
	color: #333;
	float: left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Tahoma, Verdana, sans-serif;
}
#sbsitelogin .form input.user:hover, #sbsitelogin .form input.user:focus {
	padding: 2px 10px 2px 40px; 
	background: transparent url(../images/sitelogin_user.png) no-repeat 0 -27px;
	width: 205px;
	height: 22px;
	outline: none;
	border: 0px !important;
	color: #000;
	float: left;
}

#sbsitelogin .form input.pswd {
	padding: 2px 10px 2px 40px; 
	background: transparent url(../images/sitelogin_password.png) no-repeat top left;
	width: 205px;
	height: 22px;
	outline: none;
	border: 0px !important;
	color: #333;
	float: left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Tahoma, Verdana, sans-serif;
}

#sbsitelogin .form input.pswd:hover, #sbsitelogin .form input.pswd:focus {
	padding: 2px 10px 2px 40px; 
	background: transparent url(../images/sitelogin_password.png) no-repeat 0 -27px;
	width: 205px;
	height: 22px;
	outline: none;
	border: 0px !important;
	color: #000000;
	float: left;
}

#sbsitelogin .form .actions{padding-top:5px;margin:0 auto; width: 80px;}
#sbsitelogin .form .actions:after{content:".";display:block;height:0;clear:both;visibility:hidden}
#sbsitelogin .form .actions .submit{display:block}

#sbsitelogin .form .actions .submit span.login-button-text button {
	margin-top: -1px;
	cursor: pointer;
}

#sbsitelogin .form .actions .submit span.login-button-icon button {
	display: block;
	height: 47px;
	width: 80px;
	padding: 0px;
	border: none;
	background: url(../images/login_button_bg.png) 0 0 no-repeat;
	cursor: pointer;
	overflow: hidden;
}

#sbsitelogin .form .actions .submit span.login-button-icon button:hover  {
	background: url(../images/login_button_bg.png) 0 -47px no-repeat;
}


.extra_link a, .extra_link a:link, .extra_link a:visited {
	color: #000;
}

.extra_link a:hover, .extra_link a:active {
	color: #000;
}

#affiliated {
	background: url(../images/aff_bg.png) no-repeat top left;
	width: 435px;
	height: 85px;
	margin: 0 auto;
	padding: 10px 5px 15px 45px;
	vertical-align: middle;
	text-shadow: 0 0 1px #fff;
}

