﻿/*            COMMON BLUE BOX STYLES
***************************************************/
.login .blubx	{
	width: 684px;
	margin-bottom: 13px;
	background: url(../../images/bg_calculator_blubx.jpg) repeat-y left top;
}
.login .blubx .blubxtop, .login .blubx .blubxbot	{
	display: block;
	overflow: hidden;
}
.login .blubx .blubxtop	{
	height: 20px;
	background: url(../../images/bg_calculator_blubx_edges.jpg) no-repeat 0px -20px;
}
.login .blubx .blubxbot	{
	height: 20px;
	background: url(../../images/bg_calculator_blubx_edges.jpg) no-repeat 0px 0px;
}
.login .blubx h3	{
	color: #666;
	height: 56px;
	width: 535px;
	margin: 0 auto;
	font-size: 3em;
	padding: 10px 0 0 95px;
}

.login .whbx	{
	width: 590px;
	padding: 0 20px;
	background: #fff;
	margin: 0 auto 6px auto;
}

.login .whbx h4	
{
	color: #fff;
	height: 27px;
	font-size: 1.8em;
	padding: 4px 0 0 15px;
	margin: 0 -20px 5px -20px;
	border-bottom: solid 1px #e4e9f0;
	background: url(../../images/bg_calculator_whbx_edges.jpg) no-repeat left top;
}

.login .whbx .whbxtop	{
	clear: both;
	height: 5px;
	display: block;
	margin: 0 -20px;
	overflow: hidden;
	background: url(../../images/bg_calculator_whbx_top.jpg) no-repeat 0px 0px;
}
.login .whbx .whbxbot	{
	clear: both;
	height: 5px;
	display: block;
	margin: 0 -20px;
	overflow: hidden;
	background: url(../images/bg_calculator_whbx_edges.jpg) no-repeat 0px -35px;
}
.login #logindata li	{
	padding: 6px 0;
	list-style-type:none;
}
.login #logindata li label	{
	color: #666;
	float: left;
	clear: left;
	width: 165px;
	display: block;
	padding-top: 3px;
	font-size: 1.4em;
	font-weight: bold;
}
.login #logindata span.txtbx, .calculator #persdata input.txt	{
	width: 150px;
}

.login form	{
	clear: both;
}
.login span.txtbx	{
	height: 23px;
	width: 200px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	border: solid 1px #838383;
	background: url(../../images/bg_calculator_textbox.png) no-repeat left top;
}
.login span.txtbx input.txt	{
	color: #000;
	padding: 4px;
	height: 15px;
	width: 200px;
	display: block;
	background: none;
	font-size: 1.2em;
}
.login span.txtbx input.txt:focus	{
	color: #000;
}
.login .txtarea	{
	clear: both;
	width: 370px;
	height: 80px;
	display: block;
	margin-left: 10px;
	border: solid 1px #838383;
	background: url(../images/bg_input.png) no-repeat left top;
}
.login .txtarea textarea	{
	width: 360px;
	height: 70px;
	padding: 5px;
	overflow: auto;
	background: none;
	font-size: 1.2em;
}