/* Health Stylesheet */

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}
.full-span {
	column-span: 6;
}
.form, .button, .step-header {
	width: 455px;
}
.step-header {
	font-weight: bold;
	font-size: 16px;
	height: 25px;
}
.step-left {
	float: left;
}
.step-right {
	float: right;
}
.red {
	color: #FF0000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;
}
.col1 {
	width: 56px;
}
.col2 {
	width: 85px;
	text-align: center;
}
.col3 {
	width: 135px;
	text-align: center;
}
.col4 {
	width: 105px;
	text-align: center;
}
.col5 {
	width: 65px;
	text-align: center;
}
.col6 {
	width: 55px;
	text-align: center;
}
.2col1 {
	width: 300px;
}
.dobMM, .dobDD, .heightIN, .heightFT{
	width: 23px;
	background-color: #fff;
}
.dobYYYY {
	width: 35px;
}
.dobMM {
	background: url("/images/bg-field-mm.gif") no-repeat -2px 0;
}
.dobDD {
	background: url("/images/bg-field-dd.gif") no-repeat -2px 0;
}
.dobYYYY {
	background: url("/images/bg-field-yyyy.gif") no-repeat;
}
.weight {
	width: 35px;
}
.phone1 {
	width: 25px;
}
.phone2 {
	width: 35px;
}
.button {
	text-align: center;
}

.formRequired{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; font-weight:normal;
	color: #000; text-align:right;
	padding-bottom: 15px;
}
.formHeading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #484649;
}
.formSmall{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #484649;
}
.formMedium{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #484649;
	font-weight:bold;
}
.formMediumREgular{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #484649;

}
.form-text-small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
}

#bottom-text{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	margin-top: 0;
	float: left;
	width: 445px;
}

* html #bottom-text {
	width: 440px;
	padding-top: 10px;
}
#little-bbb {
	float: right;
	margin-right: 30px;
	margin-top: 20px;
}
