.red {
	color: #730225;
}
small {
	font-size: 11px;
}
medium {
	font-size: 12px;
}
large {
	font-size: 14px;
}
.hrStyle {
	color: #CCC;
	background-color: #CCC;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.rowBg {
	background-color: #E1E1E1;
}

.subTd {
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 10px;
}
#form_contact .label    {
	font-size: 13px;
}
#form_contact .label2    {
	font-size: 12px;
}
.claimform .title   {
	font-size: 16px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;
	color: #FFF;
	background-color: #0F415C;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#form_contact a    {
	color: #900;
	text-decoration: none;
}
#form_contact a:hover  {
	color: #900;
	text-decoration: underline;
}
.comments {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.fullField {
	width: 714px;
}
/* css tooltips */
.infoBG {
	position:relative; /*this is the key*/
	z-index:24;
	color:#000;
	text-decoration:none;
}
.infoBG:hover {
	z-index:25;
}
.infoBG span {
	display: none
}
.socnum {
	width: 90px;
}
.socnum {
	width: 90px;
}
.infoBG:hover span{ /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:2em;
	right:2em;
	width:16em;
	border:1px solid #666;
	background-color: #EBEBEB;
	color:#000;
	text-align:left;
	font-weight: normal;
	font-style: normal;
	padding: 10px;
	font-size: 12px;
}
/* css tooltips */
div.info{
	position:relative; /*this is the key*/
	z-index:24;
	color:#000;
	text-decoration:none;
}
div.info:hover {
	z-index:25;
}
div.info span {
	display: none
}

div.info:hover span{ /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:2em;
	left:2em;
	width:22em;
	border:1px solid #666;
	background-color: #EBEBEB;
	color:#000;
	text-align:left;
	font-weight: normal;
	font-style: normal;
	padding: 10px;
	font-size: 12px;
}
hr {
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* Common Form Elements */
input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
textarea {
	overflow:auto;
}
input[type=button],
input[type=submit]  {
	border:1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*color:#333;
	background-color:#FFF;
	background-image:url(../images/inputboxButton.png);
	background-repeat:repeat-x;
	background-position:top;*/
	padding:2px;
	text-shadow: 1px 1px 1px #000;
	cursor: pointer;
	margin-right: 4px;
}
input[type=button]:hover,
input[type=submit]:hover,
input[type=button].active,
input[type=submit].active {
	border:1px solid #999;
	color:#f0c000;
	text-shadow: 1px 1px 1px #ccc;
}

select,
textarea,
input[type=text],
input[type=password]{
	border:1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#000;
	background-color:#FFF;
	/*background-image:url(../images/inputbox.png);
	background-repeat:repeat-x;
	background-position:top;*/
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.inputbox2, .inp-form2 {
	width: 185px;
	height: 80px;
}
select {
	padding:4px 8px;
}
textarea:focus,
input[type=text]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus,
input[type=password]:focus {
	border:1px solid #999;
	background-color:#fff;
	background-image:none;
}
.inputbox.error{
	border:2px solid red;
	background-color:#FFF2F2;
	background-image:none;
}
/* */ 
#content .claimform table {
	border: 0px solid #e7e7e7;
	text-align: left;
	width: 100%;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0;
}
#content .claimform tr th,
#content .claimform thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	padding: 9px 24px;
}
#content .claimform tr td {
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #e7e7e7;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
#content .claimform tr.odd td {
	background: #f2f7fc;
}
#content .claimform table.zeros {
	border: 0px solid #e7e7e7;
	text-align: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content .claimform table.zeros tr td {
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: #e7e7e7;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.btn {
	font-weight: bold;
	color: #FFF !important;
	background-image: url(../images/btnImgExt.png);
	background-repeat: repeat-x;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 0 2px #555;
	text-align: center;
	height: 33px;
	padding-top: 0px;
	cursor: pointer;
	border: 0px;
	width: 160px;
	text-decoration: none;
	background-position: center;
	text-transform: uppercase;
}
.btn:hover {
	color: #E1E1E1 !important;
}
.field370 {
	width: 370px;
}