@CHARSET "ISO-8859-1";
#freeDownload{
    width:600px;
    height:400px;
    margin:20px auto;
}
#freeDownload .share{
    width:600px;
    height:50px;
}
#freeDownload .share .tweet{
    float:left;
    margin:2px 0 0 200px;
}
#freeDownload .share .fb{
    float:left
}
#freeDownload .downloadHeader{
    font-size:16px;
    line-height: 1.3em;
    text-align:justify;
}
#freeDownload .downloadHeader .name{
    font-weight:bold;
    color:#DC502D;
}
#freeDownload .form{
    width:330px;
    height:200px;
    margin:20px auto;
    font-size:14px;
}
#freeDownload .form .row{
    width:330px;
    height:30px;
}
#freeDownload .form .submit{
    text-align:center;
    margin-top:25px;
}
#freeDownload .form .row .label{
    width:150px;
    height:30px;
    float:left;
}
#freeDownload .form .row .input{
    width:180px;
    height:30px;
    float:left;
}
#freeDownload .form .row .input input{
    width:175px;
}
#freeDownload .form .row .input select{
    width:178px;
}