* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
}

body 
{
	background-color: #fff;
	background-image: url(/images/bak_repeat.png);
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
}
h1 {
	font-size: 2em;
	line-height: 2.2em;
}
.grey
{
	color: #b9b8b8;
}
h2 {
	font-size: 1.5em;
	line-height: 1.5em;
}
h3 {
}
p
{
	font-family: Arial, Sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: .6em;
}
span.steps
{
	font-size: 1.8em;
	color: #b9b8b8;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
}
a
{
	color: #b9b8b8;
}
a:hover
{
	color: #333;
}
textarea
{
width: 536px;
}
a img
{
	border: none;
}
ul, ol
{
	list-style: none none;
	margin: 0px;
}
input
{
border: 1px solid #fff;
margin: 0px;
}
html>body input
{
border-color: transparent;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

.printOnly
{
	display: none;
}
.hidden
{
	display: none;
}
#main
{
    margin: 0 auto;
	width: 600px;
	background-image: url(/images/header.png);
	background-repeat: no-repeat;
	position: relative;
	padding-top: 140px;
	text-align: left;
    min-height: 100%; /* For Modern Browsers */
}
* html #main
{
    height: 100%; /* For IE */
}

#middle
{
	margin: 0 0 0 0;
	padding-bottom: 40px;
	margin-bottom: 4px;
}
html>body #middle
{
	margin-bottom: 40px;
}
#middle:after
{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}
div.panel
{
	width: 598px;
	border: 1px solid #a5d982;
	background-color: #f2f9ec;
	height: auto;
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-align: center;
}
div.panel h2
{
	color: #fff;
	background-color: #a5d982;
	font-size: 1.5em;
	line-height: 1.5em;
	padding-left: 20px;
	margin-bottom: .5em;
	text-align: left;
	font-weight: normal;
}
div.panel p
{
	text-align: left;
	font-family: Arial, Sans-serif;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.3em;
}
div.formRow
{
	width: 546px;
	height: 20px;
	background-color: #fff;
	border: 2px solid #a5d982;
	margin: auto;
	margin-top: 20px;
	text-align: left;
}
div.formRow label
{
	font-size: 1.2em;
	line-height: 1.5em;
	background-color: #ebebe6;
	display: block;
	padding-left: 3px;
	padding-right: 4px;
	float: left;
}
html>body div.formRow label
{
	line-height: 1.4em;
}
div.formBox
{
	width: 546px;
	height: auto;
	background-color: #fff;
	border: 2px solid #a5d982;
	margin: auto;
	margin-top: 20px;
	text-align: left;
}
div.formBox label
{
	font-size: 1.2em;
	line-height: 1.5em;
	background-color: #ebebe6;
	display: block;
	padding-left: 3px;
	padding-right: 4px;
	float: left;
	width: 539px;
}
html>body div.formBox label
{
	line-height: 1.4em;
	width: 539px;
}
div.formBox input
{
	width: 543px;
}
#tStatus
{
	margin-left: 20px;
	margin-bottom: 20px;
}
#tStatus li
{
	float: left;
	width: auto;
	height: auto;
	margin-right: 20px;
}

#tStatus li label
{
	padding-left: 26px;
	padding-top: 4px;
	padding-bottom: 5px;
	clear: both;
}
#tStatus li label:hover
{
	text-decoration: underline;
}
.unselected, .unchecked
{
	background-image: url(/images/radio_off.gif);
	background-repeat: no-repeat;
	color: #666;
	font-size: 1.2em;
	line-height: 1.6em;
	padding-left: 26px;
	width: auto;
}
.checked
{
	background-image: url(/images/check_on.gif);
	background-repeat: no-repeat;
	color: #000;
	font-size: 1.2em;
	line-height: 1.6em;
	padding-left: 26px;
	width: auto;
}
.selected
{
	background-image: url(/images/radio_on.gif);
	background-repeat: no-repeat;
	color: #000;
	font-size: 1.2em;
	line-height: 1.6em;
	padding-left: 26px;
	width: auto;
}
#allServices
{
	text-align: left;
	margin-left: 20px;
	margin-bottom: 20px;
}
#allServices li
{
	width: auto;
	height: auto;
	margin-top: 10px;
}

#allServices li label
{
	padding-left: 26px;
	padding-top: 4px;
	padding-bottom: 5px;
	clear: both;
}
#vpa
{
	margin-left: 20px;
}
div.panel div.statusPanel
{
	width: 546px;
	height: auto;
	clear: both;
	margin-top: -20px;
}
html>body div.panel div.statusPanel
{
	padding-left: 20px;
	padding-top: 5px;
	`padding: 0px;
}

div.persPanel
{
	margin-bottom: 10px;
	margin-top: 20px;
}
div.persPanel h3
{
	font-size: 1.3em;
	text-align: left;
	color: #666;
	padding-left: 20px;
}
#vmPrefs
{
	text-align: left;
	margin-left: 20px;
	margin-bottom: 20px;
}
#vmPrefs li
{
	width: auto;
	height: auto;
	margin-top: 10px;
}

#vmPrefs li label
{
	padding-left: 26px;
	padding-top: 4px;
	padding-bottom: 5px;
	clear: both;
}
#vmPrefs li label:hover
{
	text-decoration: underline;
}
.notesPanel
{
text-align: left;
}
#howHear
{
	text-align: left;
	margin-left: 20px;
	margin-bottom: 20px;
}
#howHear li
{
	width: auto;
	height: auto;
	margin-top: 10px;
}

#howHear li label
{
	padding-left: 26px;
	padding-top: 4px;
	padding-bottom: 5px;
	clear: both;
}

#signIt
{
	width: 598px;
	background-color: #f2f2f2;
}
#signIt ul
{
	text-align: left;
	width: 558px;
}
html>body #signIt ul
{
	padding-left: 20px;
	margin-top: 20px;
	`margin: 0px;
	`padding: 0px;
}
#signIt ul li
{
	margin-top: 15px;
	border-bottom: 1px dashed #666;
}

#footer
{
	height: auto;
	width: 100%;
	background: #e5e5e5;
	position: relative;
	left: 0px;
	top: 0px;
	margin: -4.5em auto;
	border-top: 1px solid #a5d982;
	text-align: center;
}

* html #footer
{
	margin-top: -3.5em auto;
}
#footer div.center
{
text-align: center;
margin: 0 auto;
width: 170px;
height: 50px;
}
#footer a
{
	display: block;
	background-image: url(/images/print_icon.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
	padding-right: 40px;
	padding-top: 16px;
	width: 170px;
	height: 34px;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 1.3em;
	text-decoration: none;
}
html>body #footer a
{
width: 130px;
}

/*for t&cs*/
#tcmain
{
	text-align: left;
    margin: 0 auto;
	width: 600px;
	background-image: url(/images/header_tc.png);
	background-repeat: no-repeat;
	position: relative;
	padding-top: 140px;
	padding-bottom: 20px;
	text-align: left;
    min-height: 100%; /* For Modern Browsers */
}
* html #tcmain
{
    height: 100%; /* For IE */
}
#tcmain ul
{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 1em;
	color: #333;
	text-align: left;
	list-style-position: outside;
	list-style-type: none;
	position: relative;
	top: 0px;
	left: 0px;
}
#tcmain ul li
{
	padding-left: 0px;
	/*background-image: url(/images/bak_tc_list.jpg);
	background-repeat: repeat-x;*/
	border-top: 1px solid #ccc;
	padding-top: 3px;
}
#tcmain ul ul
{
	color: #666;
	background-color: #fff;
	font-size: .9em;
	margin-top: 8px;
}
#tcmain ul ul li
{
	padding: 0px;
	background-color: #fff;
	line-height: 1.5em;
	margin-bottom: .6em;
	margin-left: 8px;
	border-top: none;
	background-image: none;
}


