/* 
Default values that remove browser-specific settings 
From: http://serenedestiny.com/blog/2009/04/open-thread-create-the-perfect-css-reset/
Based on the reset style sheet of Eric Meyer (http://meyerweb.com)
*/

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100.01%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote, q
{
	quotes: none;
}

/*
Safari doesn't support the quotes attribute, so we do this instead.
*/
blockquote:before, blockquote:after, q:before, q:after
{
	/*
	CSS 2; used to remove quotes in case "none" fails below.
	*/
	content: "";
	/*
	CSS 2.1; will remove quotes if supported, and override the above.
	User-agents that don't understand "none" should ignore it, and
	keep the above value. This is here for future compatibility,
	though I'm not 100% convinced that it's a good idea...
	*/
	content: none;
}

textarea { 
	overflow: auto; 
}

input {
	border: 0px solid white; 
	margin: 0;
	padding: 0;
}
/* End default values */

/* CLEAR FIX*/
/* Used to help with floating elements in all browsers */
/* Thanks to http://www.cssstickyfooter.com */
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {
	background-color: #fff;
	font-family: arial, helvetica, sans-serif;
	padding-top: 40px;
	text-align: center;
}

b {
	font-weight: bold;	
}

em {
	font-style: italic;	
}

h1 {
	color: #c32031;
	font-size: 16pt;
	font-weight: normal;
	text-align: center;
}

h2 {
	font-size: 14pt;
	font-weight: normal;
}

a {
	color: #c32031;
	text-decoration: none;	
}

.instructions {
	font-size: 12pt;
	padding: 30px 0 20px 0;
}

.container {
	background-color: #fff;
	border: 2px solid #c32031;
	margin: 0 auto;
	text-align: left;
	width: 780px;
	-moz-border-radius: 6px;  /* Firefox */
	-webkit-border-radius: 6px; /* Safari/Chrome */
	-khtml-border-radius: 6px; /* older Konqueror */
	border-radius: 6px; /* future-proofing for CSS3 */
	behavior:url(/customers/common/styles/border-radius.htc); /* for IE */
}

.header {
	padding: 20px 40px 0 40px;	
}

.leftTop {
	float: left;
	text-align: left;
	white-space: nowrap;
}

.rightTop {
	float: right;
	padding-top: 10px;
	text-align: right;
	white-space: nowrap;
}

.main {
	text-align: center;
	padding-top: 40px;
}

.holderTable {
	width: auto;
	margin: 0 auto;
}

.loginDiv {
	padding-top: 15px;	
	text-align: center;
}

.smallLink {
	font-size: 11pt;
}

.loginBtnCell {
	padding-left: 15px;
	text-align: center;
}

.loginBtn {
	background-color: #c32031;
	padding: 3px 4px 6px 8px;
	-moz-border-radius: 4px;  /* Firefox */
	-webkit-border-radius: 4px; /* Safari/Chrome */
	-khtml-border-radius: 4px; /* older Konqueror */
	border-radius: 4px; /* future-proofing */
	behavior:url(/customers/common/styles/border-radius.htc); /* for IE */
	
}

.loginBtnText {
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 1px;
	position: relative;
	white-space: nowrap;
}

.vertbottom {
	vertical-align: bottom;	
}

.vertmiddle {
	vertical-align: middle;	
}

.loginLabel {
	font-size: 12pt;
	padding-right: 9px;
	text-align: right;
	white-space: nowrap;
}

.loginField {
	border: 1px solid #000;
	font-size: 11pt;
	width: 220px;
}

.loginPad {
	padding-top: 9px;
}

.footer {
	background-color: #c32031;
	padding: 36px 0 30px 0;
	text-align: center;
}

.footerTextCell {
	color: #fff;
	font-size: 11pt;
	padding: 16px 0 0 20px;
	vertical-align: top;
	white-space: nowrap;
	width: 260px;
}


