/*--------------------------------------------------------------*
 *                           form                               *
 *--------------------------------------------------------------*/
div.innerpage form{
    margin-top:5px;
}

div.innerpage form input.text{
    width:333px;
    height:30px;
    font-size:130%;
}

div.innerpage form label{
    color:#f39f57;
    font-size:130%;
    font-weight:bold;
}

div.innerpage form div.terms{
    width:150px;
    float:left;
    font-size:80%;
    text-align:left;
    padding-top:10px;
}

div.innerpage form div.terms a{
    color:#f39f57;
}

div.innerpage form div.submitButton{
    float:left;
}

div.innerpage form button{
    float:none;
}

input.oldSchoolSubmitButton{
    background:url(/images/dylg11/customBox/custom_button_content_bg.png) repeat-x;
    border:4px solid #e8e8e8;
    font-size:120%;
    font-weight:bold;
    color:white;
    cursor:pointer;
}