a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

ul
{
padding-left:0px;
margin-left:1em;
}

li
{
padding-bottom:7px;
}

a:link
{
color:#e6e7e8
}

a:visted
{
color:#e6e7e8
}

a:hover
{
color:#CC6600
}

div#disclaimer {
	
	font-size: 12px;
	font-style: italic;
	padding-top: 92px;
	line-height: 15px;	
}

div#success {
	
	font-size: 15px;
	padding-top: 15px;
	line-height: 20px;
	padding-bottom: 25px;
	
}

table#form td {
	
	padding-bottom: 11px;
	padding-right: 18px;
	
}

div.ss-form-entry {
	
	
}

div.ss-q-title {
	
	padding-bottom: 3px;
	
}

input[type=text]
{
    background-color: #000000;
    color: #979797;
    font-size: 14px;
    font-family: 'Times New Roman',Times,serif; 
    height: 18px;
    padding-left:10px;
    width: 225px;
}

input[type=button]
{
    background-color: #1E1E1E;
    color: #979797;
    height: 24px;
    width: 103px;
    color: #bbbbbb;
    text-transform:uppercase;
    box-shadow:-1px 2px #6E6B6A inset;
}

input[type=submit]
{
    cursor: pointer;
    cursor: hand;
    border:1px solid #979797;
    background-color: #1E1E1E;
    color: #979797;
    font-size: 14px;
    height: 35px;
    width: 103px;
    color: #bbbbbb;
    text-transform:uppercase;
}

input[type=submit]:hover
{
    cursor: pointer;
    cursor: hand;
    border:1px solid #979797;
    background-color: #CC6600;
    color: #979797;
    font-size: 14px;
    height: 35px;
    width: 103px;
    color: #242424;
    font-weight: bold;
    text-transform:uppercase;
}

input[type=button], input[type=text]
{
	border: 1px solid #979797;
    border-radius:5px;
    font-family: Sansation,Arial;
}

input[type=submit], input[type=text]
{
    border-radius:5px;
    font-family: 'Times New Roman',Times,serif; 
}