html { min-width: 780px; }

body {
	background: #ffffff;
	color: #333;
	background-image: url(../images/topback.gif);
	background-repeat: repeat-x;
	margin: 0px;
	overflow: -moz-scrollbars-vertical;
}

body, div, td, th, h2, h3, h4
{
	/* redundant rules for bad browsers  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	color: #333;
}  
.clearhack { display: inline; } /*Clears Box Model Hack in IE5*/

.cost {
	font-size: small;
	font-weight: bold;
}

#frontbox1 {
	background-image: url(../images/personal_front.gif);
	background-repeat: no-repeat;
	width: 157px;
	padding: 10px;
	padding-top: 50px;
	font-size: x-small;
	height: 192px;
	float: left;
	margin: 5px;
	line-height: 150%;
}

#frontbox2 {
	background-image: url(../images/pro_front.gif);
	background-repeat: no-repeat;
	width: 157px;
	padding: 10px;
	padding-top: 50px;
	font-size: x-small;
	height: 192px;
	float: left;
	margin: 5px;
	line-height: 150%;
}

#frontbox3 {
	background-image :url(../images/progold_front.gif);
	background-repeat: no-repeat;
	width: 157px;
	padding: 10px;
	padding-top: 50px;
	font-size: x-small;
	height: 192px;
	float: left;
	margin: 5px;
	line-height: 150%;
}



#error_box {
    padding: 3px;
    margin: 6px;
    border: 1px dashed #d1d1d1;
    background-color: #eeeeee;
    width: 40em;
    font-size: small;
    line-height: 150%;
}

#error_box img {
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
}

#error_box strong {
    color: red;
    font-weight: bold;    
}

#domain_box {
    width: 40em;
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    padding: 10px;
    margin: 6px;
    background-color: #eeeeee;
}

#domain_box hr {
    border: 0;
    border-top: 1px dashed #c1c1c1;
}

#domain_box .domain {
    background-color: yellow;
}

div.contents {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 3em;
	padding-left: 20px;
}

a { color: #AD0000; }
a:hover { color: #333; }
a:active { color: #000; }

p { line-height: 140%; }

h1,h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	display: inline;
}

h1 {
	font-size: 180%;
	margin: 0;
}


h1 a { text-decoration: none; color: #333; }
h1 a:hover { border-bottom: 1px dotted #666; color: #000; }

h2 {
	font-size: 140%;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCC;
	margin: 0;
	clear: left;
}

p.note {
	background: #EEE;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 130%;
	margin-top: 0;
}

ul li {
	list-style-image: url(../images/star.gif);
}
ol li {
	line-height: 150%;
}
.package_table {
	font-size: 10px;
	border: 1px solid #333333;
}
.col1 {
	background-color: #eeeeee;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7f7f7f;
	font-size: x-small;
}
#WebSiteOS {
	width: 200px;
	margin: 2px;
	padding: 6px;
	border: 1px solid #333333;
	float: right;
	text-align: center;
	background-color: #FFFFFF;
}

#LutherPodcast {
	width: 200px;
	margin: 2px;
	padding: 6px;
	border: 1px solid #333333;
	float: right;
	font-size: x-small;
	line-height: 100%;
	text-align: center;
	background-color: #FFFFFF;
}

.package_headers {
	background-color: #FFFFFF;
	text-align: left;
	font-size: x-small;
}
.col2 {
	background-color: #d1d1d1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7f7f7f;
	font-size: x-small;
	}
#logo {
	float: left;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#good_form input[type=text] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	width: 20em;
	margin: .3em;
}

#good_form input[type=password] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	width: 20em;
	margin: .3em;
}


#good_form input[type=radio] {
	margin: .3em;
}

#good_form select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	width: 20em;
	margin: .3em;
}

#good_form fieldset {
	border: 1px solid #800000;
	margin-bottom: 2em;
	background-color: #eeeeee;
	width: 40em;
	padding: 10px;
}

#good_form legend {
	background-color: #FFFFFF;
	color: #800000;
	border: 1px solid #800000;
	padding: .3em;
}

#good_form label {
	display: block;
	width: 13em;
	text-align: right;
	float: left;
	margin: 3px;
}

#good_form label.errorLabel {
    color: red;
    font-weight: bold;
}
	
#good_form .note {
	margin-left: 200px;
	font-size: x-small;
	font-weight: bold;
}
/*
#good_form label {
	clear: left;
	margin-left: 150px;
	text-align: right;
}
#good_form label:after {

}*/

#good_form fieldset fieldset {
	width: auto;
	margin-left: 13em;
	padding: 0px;
	border: none;
}

#good_form fieldset fieldset label {
	margin: 0px;
	display: inline;
	width: auto;
	float: none;
}


#livechat {
	float: left;
	background-color: transparent;
	clear: right;
	margin-left: 100px;
}
