@import url("html_reset.css");

/*
----------------------------------------------------------------------
H&R Block > (greybox) Tax Client Login - Style Sheet

Author(s):  Jonathan Heavner | www.hrblock.com
Updated:    2/18/2008
----------------------------------------------------------------------*/



/* Global 
------------------------------------------------------------------*/

body {
    margin: 0;
    padding: 0;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

a, 
a:link, 
a:visited {	
	font-size: 10px;
	font-weight: normal;
    text-decoration: none;
    color: #63AD23;;
}
a:hover {
    text-decoration: underline;
    color: #63AD23;;
}


/* Containers
------------------------------------------------------------------*/

#container { 
    width: 330px;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
} 
#mainContent {
    width: 320px;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height: 220px;
    margin-top: 8px;
	border: 1px solid #CACACA;
    overflow: visible; /* Default. The content is not clipped. It renders outside the element */
}

/* TCO login pod
------------------------------------------------------------------*/

.header {
	height: 51px;
	
}
.header_content {
	padding-top: 16px;
}
.login_form{
	border: 1px solid #000000;
}
.form_title_1 {
	font-weight: bold;
	padding-top: 10px;
	padding-left: 11px;
}
.form_title_2 {
	font-weight: bold;
	padding-top: 10px;
	padding-left: 8px;
}
#hd_form_1 {
	color: #666;
	padding-top: 5px;
	/*margin-right: 28px;*/
}
.hd_input_style {
    font-size: 12px;
	color: #666;
	width: 110px;
	border: 1px solid #BBBBBB;
}
.login_button {
	padding-top: 10px;
	padding-bottom: 10px;
}



