/* @override http://mail.businesscatalyst.com/HooDoo/lang/en/webmail-login.css */

/*==============================================================

	WebMail BC/GB: webmail-login.css

	Version:  2009.01.12

==============================================================*/

html, 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, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
	text-align: center;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

td {
	vertical-align: top;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a {
	outline: 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* @end */

/* @group IDIOM */

/* to stop HTML tables from becoming too wide */
/* table {
	table-layout:fixed;
   	width:100%;
   	overflow:hidden;
   	word-wrap:break-word;
} */

/* ultimate clearfix for floats */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height:1px;
}

.hide {
	display: none;
}

/* @end */

/* @group TYPORGRAPHY */

body {
	color: #666;
	font: 12px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}

table {
	font-size: inherit;
	font: 100%;
}

select, input, textarea {
	font: 99% "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;

}

/* @end */


body.webmail-login {
	background: #d7d7d7;
	text-align: center;
}

div#webmail-login {
	margin: 108px auto 0;
	text-align: left;
	width: 453px;
}

div#webmail-login div#cap-top {
	background: transparent url(cssimg/cap-top-webmail.png) no-repeat;
	height: 6px;
	width: 453px;
}

* html div#webmail-login #cap-top {
	margin-bottom: -10px;
}

div#webmail-login div#cap-body {
	background: #E9E9EA url(cssimg/cap-body-webmail.png) no-repeat;
	height: 310px;
	width: 453px;
}

div#webmail-login div#cap-bottom {
	/*background: transparent url(cssimg/cap-bottom-webmail.png) no-repeat;*/
	height: 9px;
	width: 453px;
}

div#webmail-login div#title {
	height: 80px;
}

div#webmail-login div#panelLogin div {
	margin: 0 auto;
	padding-bottom: 18px;
	text-align: left;
	width: 346px;
}

div#webmail-login div#panelLogin div.remember-me {
	padding: 0;
}


div#webmail-login label {
	color: #888;
	display: block;
	font-size: 12px;
}

div#webmail-login  div.remember-me label {
	display: inline;
}

div#webmail-login input#txtwebmail-login,div#webmail-login input#txtPassword,div#webmail-login input#txtEmailAddressResetPass,div#webmail-login input.textbox340 {
	background: #fff;
	border: 1px solid #d7d7d7;
	font-size: 18px;
	line-height: 20px;
	margin: 0;
	padding: 3px;
	width: 340px;
}

* html div#webmail-login input#txt-login,* html div#webmail-login input#txtPassword,* html div#webmail-login input#txtEmailAddressResetPass,* html div#webmail-login input.textbox340 {
	background: #fff;
	border: 1px solid #d7d7d7;
	font-size: 18px;
	line-height: 20px;
	margin: 0;
	padding: 3px;
	width: 340px;
}

div#webmail-login input#txtwebmail-login:focus,div#webmail-login input#txtPassword:focus,div#webmail-login input.textbox340:focus {
	background: #fff;
	border: 1px solid #888;
}

div#webmail-login div#panelLogin div.submit {
	padding: 0;
}

div#webmail-login div.submit p {
	float: left;
	margin: 0;
}

div#webmail-login input#btnLogin, div#webmail-login input#btnRetrieve, div#webmail-login input#btnUpdate {
	float: right;
	margin-bottom: 10px;
}

input#btnLogin {
	background: #f7f7f7;
 	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	font-size: 14px;
	padding: 6px;
	width: 100px;
}

div#webmail-login input#btn-login,div#webmail-login input#btnRetrieve,div#webmail-login input#btnUpdate {
	float: right;
	margin-bottom: 10px;
}

div#webmail-login a:link,div#webmail-login a:visited {
	color: #aaa;
}

div#webmail-login a:hover,div#webmail-login a:active {
	color: #fff;
}

div#webmail-login p.language {
	margin: 0;
	position: relative;
	top: -32px;
	left: 52px;
	width: 220px;
}

div#webmail-login p.language a#lbLostPass:link {
	color: #222;
}

body.webmail-login div#panelErrorMsg {
	color: #000;
	margin: 30px auto -85px;
	padding: 18px 18px 18px 54px;
	width: 450px;
}