﻿p.signup
{
    margin:0;
    padding:0;
}

p.signup a
{
    color:#b63100;
    font-size:12px;
    text-transform:uppercase;
    text-decoration:none;
	line-height: 30px;
}

p.signup a:hover
{
    text-decoration:underline;
}

.header-links
{
    float: left;
    text-align: left;
    margin: -5px 0 0 0;
}
.header-links ul, .header-links li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-links a
{
    color:#525252;
    font-size:12px;
    text-transform:uppercase;
    text-decoration:none;
    line-height:22px;
}

.header-links a:hover
{
    text-decoration:underline;
}

#login-top
{
	display: none;
}
.vtcvwLogonMain a
{
    color:#525252;
    font-size:10px;
    text-transform:uppercase;
    text-decoration:none;
}

.vtcvwLogonMain a:hover
{
    text-decoration:underline;
}
a.rwdLogin {
    display: none;
    width: 13px;
    height: 13px;
    padding: 0 0 0 15px;
    background: url(images/btn-gear.png) no-repeat right;
}
.post-log
{
    font-size:12px;
    color:#525252;
    font-weight:bold;
}

.post-log a
{
    color:#b63100;
    font-size:10px;
    text-transform:uppercase;
    text-decoration:none;
    font-weight: normal;
}

.post-log a:hover
{
    text-decoration:underline;
}
.post-log ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.post-log li {
    margin: 0;
    padding: 0 5px;
    display: inline;
    border-right: 1px solid #000;
}
li.last {
    border: none;
    padding-right: 0;
}