/*------------------------------------------- 
Stylesheet for: Catastrophic Health Plans
Created on: May 4, 2007

Updates/Modification Log -

--------------------------------------------*/

/*Form Styles */

div.form {
	background:url(../images/bg-form-top.gif) top center no-repeat; 
	padding-top:15px;
}

form.cat-form {
	padding:0px 10px;
}

form, select, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#000066;
}

form a:link, form a:visited {
	text-decoration:underline;
}

table.form-table {
	background:url(../images/bg-form-middle.gif) center repeat-y;
}

table.form-table th {
	text-align:center;
	padding:5px 2px;
}

table.form-table td {
	padding:5px 2px;
	vertical-align:top;
}

div.buttons {
	text-align:right; 
	padding:0px 20px 5px 0px; 
	margin-top:20px; 
	height:60px; 
	background:url(../images/arrow-form-bottom.gif) top left no-repeat;
}

div.form-bot-border {
	background:url('../images/bg-form-bottom.gif') bottom center no-repeat; 
	height:20px;
}

/* Validation styles */

.validation-advice {
  color: #f00;
  margin-top: .25em;
  margin-bottom: 1ex;
  font-weight: bold;
  text-align:center;
}

#advice-loanform p {
	margin: 1ex 0 1em;
	text-align:center;
}
