body {
    background-color: #fff;
    background-image: url(/images/v2/bkgrnd3.gif);
    background-repeat: repeat-x;
	margin: 0 auto;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}
br {
	line-height: .8em;
}
img {
    border: none;
}
#main {
    float: none;
    text-align: left;
    width: 940px;
    vertical-align: top;
    padding: 5px 0;
    margin: 10px;
}
#footer {
    background-color: #f4f4f4;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
}
.footer {
    width: 950px;
    vertical-align: top;
    text-align: left;
    margin: 0;
}
.td-footer {
    line-height: 2em;
    font-size: 80%;
    padding-right: 60px;
    vertical-align: top;
}
.logo {
    float: left;
    vertical-align: top;
}
a.s-nav:link,
a.s-nav:active,
a.s-nav:visited {
    color: #333;
    text-decoration: none;
}
a.s-nav:hover {
   text-decoration: underline;
}
#s-nav {
    float: right;
    vertical-align: bottom;
    text-align: right;
    padding: 0 0 14px 0;
}
.main-headline {
    text-align: center;
    padding: 10px 0 20px 0;
    font-size: 26px;
}
.main-headline span {
    font-size: 16px;
    color: #777777;
}
.secondary-headline {
    text-align: center;
    font-size: 16px;
}
.secondary-headline span {
    font-size: 14px;
    color: #777777;
}
.box2 {
    background-image: url(/images/v2/bkgrnd2.gif);
    background-repeat: repeat-x;
    background-color: #fff;
    border: 1px solid #c7c7c7;
    padding: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.box3 {
    background-image: url(/images/v2/bkgrnd4.gif);
    background-repeat: repeat-x;
    background-color: #fff;
    border: 1px solid #c7c7c7;
    padding: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.more-box {
    float: left;
    position: absolute;
    z-index: 1;
    width: 240px;
	background-image: url(/images/v2/bkgrnd5.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #fff;
	border: 1px solid #d4d4d4;
    padding: 10px 10px 0 10px;
    font-size: 11px;
    text-align: left;
}
.more-tab-container {
    position: relative;
    top: 25px;
    z-index: 2;
    width: 243px;
}
.more-tab {
    text-align: center;
    width: 80px;
    background-color: #dbf1ff;
    border: 1px solid #d4d4d4;
    border-top: 0;
    padding: 9px 0 2px 0;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;    
    cursor:pointer;
	color: #333;
}
.more-tab:hover
{
    background-color: #dbf1ff;
}

a,
a:link,
a:active,
a:visited {
    color: #0000cc;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
	cursor: pointer;
}
a.footer,
a.footer:link,
a.footer:active,
a.footer:visited {
    color: #666;
	text-decoration: underline;
	cursor: pointer;
}
a.footer:hover {
	text-decoration: none;
	cursor: pointer;
}
a.muted:link,
a.muted:active,
a.muted:visited {
    color: #333;
}
a.muted:hover {
   text-decoration: none;
}
.alert {
    width: auto;
	background-color: #ffffed;
	color: #333;
	border: 1px solid #333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    text-align: left;
    margin: 0;
}
.alert li {
    list-style: none;
    display: inline;
    margin: 0;
}
.alert ul {
    margin: 0;
    padding: 10px;
}
.welcome li {
    list-style-image: url("/images/icons/arrow_show.gif");
}
.subtitle {
    text-align: center;
    background-color: #d2f08b;
    padding: 3px 10px;
    border: 1px solid #333;
    font-weight: bold;
    margin-bottom: 5px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.subtitle2 {
    text-align: center;
    background-color: #5670a6;
    color: #fff;
    padding: 3px 10px;
    border: 1px solid #333;
    margin-bottom: 5px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#email,
#password1,
#password2 {
    border: 1px solid #333;
	font-size: 16px;
	font-weight: bold;
	width: 175px;
	padding: 3px;
}
.title {
	font-size: 24px;
	color: #007ab3;
	text-align: center;
}

.help-title {
	font-size: 16px;
}

#install-helper {
    border-left: 1px solid #333 !important;
    border-right: 1px solid #333 !important;
    border-bottom: 1px solid #333 !important;
    border-top: none !important;
    padding: 8px;
    background-color: #fff;
    right: 6px;
    height: 190px;
    width: 400px;
    position: absolute;
    z-index: 1000;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
}

#install-helperFF3 {
    border-left: 1px solid #333 !important;
    border-right: 1px solid #333 !important;
    border-bottom: 1px solid #333 !important;
    border-top: none !important;
    padding: 8px;
    background-color: #fff;
    right: 6px;
    height: 120px;
    width: 300px;
    position: absolute;
    z-index: 1000;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
}

.input {
	border: 1px solid #333;
}
.small {
	font-size: 11px;
}

div.question {
	float: left;
	width: 68%;
	padding: 10px 0 0 10px;
}

a.question:link,
a.question:active,
a.question:visited {
	color: #333;
	text-decoration: underline;
}
a.question:hover {
	text-decoration: none;
}