﻿
/* ######### reset ########## */
html {
font-size: 62.5%;
margin: 0;
padding: 0;
outline: 0;
border-width: 0;
width: 100%;
*overflow-x:hidden;
}

body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border-width: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	color: #000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

body {
	color: #000;
	font-size: 1.4em;
	background: #555 url(../../library/images/us/dark_gradient.gif) repeat-x left top;
}


/* ///////////// end of reset ///////////// */

 
 

/* ******************************************************************** linkology */
a { 
  text-decoration: underline; 
}
a:hover { 
  text-decoration: none;
}
a:link {
  text-decoration: underline;
}
a:link:hover {
  text-decoration: none;
}
a:visited {
  text-decoration: underline;
}
a:visited:hover {
  text-decoration: none;
}


h1 { 
	font-size: 1.8em; 
	color: #63a926;
	border-bottom: 1px dotted #484848; 
	margin-bottom: 18px;
}
a.back {
	position: absolute;
	left: 10px;
	top: 10px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	padding-left: 18px;
	background: url(../../library/images/us/cp_login_back_btn.gif) no-repeat left 2px;
}
/* ******************************************************************** cp login screen */

#loginscreen #container { 
	width: 444px;
	border: 0; 
	margin: 55px auto 0 auto;
	height: 100%; 
} 
#logo {
	height: 101px;
	width: 333px;
	margin-bottom: 18px;
}
*html #logo {
	margin-bottom: 0px;
}
#logo h1 {
	border: none;
	float: left;
}
#logo a {
	background: url(../../library/images/us/webfusion_logo_.png) no-repeat left top;
	color:#fff;
	float: left;
	width: 191px;
	height:101px;
	text-indent:-9999px;
}
#logo h2 {
	float: left;
	margin-top: -28px;
	margin-left: 190px;
	background: url(../../library/images/us/webfusion_tag_.png) no-repeat left top;
	text-indent:-9999px;
	height: 11px;
	width: 150px;
}
*html #logo h2 {
	margin-left: 95px;
}
#login {
	padding: 36px;
	background: #fff;
}
* html #loginscreen #login {
	width: 400px;  
	w\idth: 400px; 
}

/* login content */
#loginscreen #login p.errormsg {
	margin: 9px 0px;
	height: auto;
	padding: 4px;
	background: #EBD3E2;
	border-bottom: 1px solid #a59;
	border-top: 1px solid #a59;
}
#loginscreen #login .errormess {
	padding: 4px 10px 4px 25px;
	background: url(/library/images/icons/us/icon_exclamation_onpurple_small.png) no-repeat 5px 5px;
}

/* Paragraphs */
#login p { padding: 0; height: 36px; margin-bottom: 9px; }
#login p label {
	width: 130px;
	margin: 9px 0 0 0;	
	padding-top: 9px;
	float: left;
	display: block;	
	font-size: 1.4em;
}

#login  p input {
	width: 236px;
	margin: 9px 0 0 0;
	padding: 0.2em 0;
	color: #000; 
	border: 1px solid #a5acb2;
	font-size: 1.4em;
}
#login p.pass_remember input { 
	width: 18px;
	float: left; 
	margin-top: 18px;
	border: 0;
}
#login p.pass_remember span label { font-size: 0.9em !important; padding: 8px 0 !important;}

.form_buttons {margin: 18px 0px;padding-left: 130px;}

input.submit { 
	padding: 5px 9px;
	background: #484848 url(../../library/images/grey_menu_header.gif) no-repeat; 
	color: #fff;
	overflow: visible;
	border: 1px solid #484848;
}

/* forgot password */
#login {
	float: left;
}
#email {
	margin-bottom: 9px;
}
#email input {
	border: 1px solid #a5acb2;
}
#login #email span.errormess {
	color: #000;
	margin: 5px 0px !important;
	font-size: 11px;
	padding-left: 20px;
	background: url(/library/images/icons/us/icon_exclamation_onpurple_small.png) no-repeat left 5px;
}
.alertbox {
	float: left;
	width: 100%;
	margin: 10px 0;
	padding: 0;
	padding-bottom: 9px;
	font-size: 0.9em;
	clear: both;
}
.alertbox h2 {
	padding: 0;
	margin: 9px 0 0px 70px !important;
	font-size: 1.6em !important;
	border: none !important; 
}

#login .alertbox p {
	margin: 0 25px 0px 70px !important;
	padding: 0;
	height: auto;
	line-height: 1.6em;
}
.errorbox {
	margin: 9px 0px;
	background: #EBD3E2 url(/library/images/icons/us/icon_exclamation_onpurple.png) no-repeat 9px top;
	border-bottom: 1px solid #a59;
	border-top: 1px solid #a59;
}
.errorbox h2, .errorbox a {
	color: #939 !important;
}
.confirmbox {
	margin: 9px 0px;
	background: #eff7e8 url(/library/images/icons/us/icon_tick_ongreen.png) top left no-repeat;
	border-bottom: 1px solid #c2dfb2;
	border-top: 1px solid #c2dfb2;
}
.confirmbox h2,  confirmbox a{
	color: #72be4a !important;
}
/* the end */

.validation_small {
	padding: 4px 4px 4px 18px;
	background: url(../images/icons/us/icon_exclamation_onpurple_small.png) center left no-repeat; 
	color: #a59; font-size: 0.75em
}

.resetPass {		
	clear:both !important;
	line-height: 14px;
}

