#signupForm {margin-top: 0px;}

#signupForm td 
{
    vertical-align: top;
    padding-bottom: 14px;    
}

#signupForm a { text-decoration:underline; }

#signupForm label
{
    font-weight: bold;
    margin-left: 10px;
    width: 150px;
    display: block;
}

#signupForm .textbox  
{
    height: 20px;
    font-size: 14px;
}

#signupForm textarea 
{
    font-size: 14px;
    width: 365px;
    height: 50px;
}

#signupForm .shortlist
{
    font-size: 14px;
    width: 100px;
}

#signupForm .textbox,
#signupForm select
{
    width: 275px;
}

#signupForm .textbox:focus, #signupForm textarea:focus
{
    background-color: #ecf2df;
}

#signupForm .tableheader
{
    padding-left: 10px;
}

#signupForm .tablefooter
{
    text-align: center;
}

#signupForm .submit
{
    background-image: url(/images/support/submit_button.png);
    width: 200px;
}

#signupForm .submitsmall
{
    background-image: url(/images/green_button.png);
    width: 83px;
}

#signupForm .submit, #signupForm .submitsmall
{
    border: none;
    background-color: transparent;
    text-align: center;
    height: 31px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0pt 4px;
    font-size: 12px;
    margin-left: 10px;
    cursor: pointer;    
}

#signupForm .submit:hover, #signupForm .submitsmall:hover
{
    color: #ffffff;
    text-decoration: none;
}

#signupForm .error
{
    display: block;
    font-weight: bold;
	margin-bottom: 0px;
}


#download_form .row
{
    padding-top: 3px;
    margin-bottom: 15px;
}

#download_form label
{
    display:inline-block;
    margin: 0px 0px 4px 10px;
    vertical-align: bottom;
    width: 220px;
    font-weight: bold;     
}

#download_form .radio
{
    border: solid 0px Transparent;
    display: inline;
    padding-top: 5px;
    margin-top: 5px;
}

#download_form .error
{
    display: inline-block;
    font-weight: bold;
    margin-bottom: 2px;
}

#download_form .download
{
    display: inline-block;
    margin-left: 10px;
    background-image: url(/images/green_button.png);
    width: 83px;
    border: none;
    background-color: transparent;
    text-align: center;
    height: 31px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0pt 4px;
    font-size: 12px;    
    cursor: pointer;
    
}

#download_form .download:hover
{
    color: #ffffff;
    text-decoration: none;
}


div.error { display: none; }
