@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain) Eric Meyer
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit; font-style:normal;
	vertical-align: baseline;
}
a, a:hover, input:focus {outline:0px none;}
a img{ border:0px none;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
body {	line-height: 1;}
ol, ul { list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {	content: '';	content: none;}
table {	border-collapse: collapse; 	border-spacing: 0;}




/*header login*/
.login_arrow{ position:absolute; top:-15px; left:55px;}
.header_login{  background:#f5faff; color:#555;   border:3px solid #d0eaf8; border-radius:5px; padding:20px; font:14px/16px Arial, Helvetica, sans-serif; position:absolute; width:251px; z-index:999; top:55px; display:block; box-shadow:0px 7px 10px #555; }
.header_login table{ border-collapse:separate; border-spacing:5px; float:left;}
.header_login th{text-align:right; font-weight:bold;}
.header_login td{font-size:11px;}
.header_login .loginfield, .header_login .passwordfield{border:1px solid #9fd9f8; padding:3px 5px; background:#fff;}
.header_login input.btn_submit{background:#0090c9; padding:5px 10px; color:#fff; font:bold 14px/16px Arial, Helvetica, sans-serif; border:0;}

.loading-icon{background: white url('../images/9.gif') center center no-repeat; width:16px; height:16px;}


/* umail width fix beacuase of gmail content*/
.gmail_quote{overflow: auto; width: 700px;}