﻿.downloadButton
{
width: 199px;
height: 35px;
background: url(images/btn-home-download-trial-green.png) 0px 0px no-repeat;
border: 0px;
display:block;
clear: both;
}

.downloadButton:hover
{
width: 199px;
height: 35px;
background: url(images/btn-home-download-trial-green.png) 0px -35px no-repeat;
border: 0px;
clear: both;
}

.formTopper
{
width: 462px;
height: 8px;
background: url(images/form-topper.gif) top no-repeat;
}

.formBackground
{
width: 412px;
padding: 25px;
background: url(images/form-bg.gif) left top repeat-y;
overflow: hidden;
}

.formBase
{
width: 462px;
height: 8px;
background: url(images/form-base.gif) top no-repeat;
}

.formTitles
{
width: 68px;
height: 30px;
padding: 0 10px 28px 0;
float: left;
font: normal 12px/18px helvetica, arial, sans-serif;
text-align: right;
}

.formInputs
{
width: 320px;
height: 30px;
padding: 0 10px 28px 0;
float: left;
}

.formInputs input[type='text'],
.formInputs input[type='password']
{
width: 324px;
height: 30px;
display:block;
}

.formDownload
{
clear: both;
padding: 0 10px 0 0;
display:block;
margin: 0 0 0 210px;
}
