/* =========================== forms =========================== */
#form-account{ 
	margin: 30px; 
	padding: 0 25px;
}

#form-account fieldset {  
    float: left;  
    clear: both;  
    width: 100%;  
    margin: 0 0 1.5em 0;  
    padding: 0;  
    border: 1px solid #BFBAB0;  
    background-color: #F2EFE9;  
    background-image: url(img/fieldset_gradient.jpg);  
    background-repeat: repeat-x; 
}

#form-account fieldset:hover {
    border: 1px #9b0537 solid;  
}


#form-account fieldset input{  
    background-color: #F2EFE9;  
    border: 1px solid #BFBAB0;  
    width: 120px;
}


#form-account fieldset input:focus{  
    background-color: #ffffff;      
    border: 1px #9b0537 solid;  
    width: 120px;
}

#form-account fieldset input:focus:hover{  
    background-color: #ffffff;  
    border: 1px #9b0537 solid;  
    width: 120px;
}

#form-account fieldset select{  
    background-color: #F2EFE9;  
    width: 120px;
}

#form-account fieldset select:focus{  
    background-color: #ffffff;      
    border: 1px #9b0537 solid;  
    width: 120px;
}

#form-account fieldset select:focus:hover{  
    background-color: #ffffff;  
    border: 1px #9b0537 solid;  
    width: 120px;
}


#form-account legend {  
    margin-left: 1em;  
    padding: 0;  
    color: #000;  
    font-weight: bold; 
}

#form-account fieldset ol {  
    padding: 1em 1em 0 1em;  
    list-style: none;
}

#form-account fieldset li {  
    float: left;  
    clear: left;  
    width: 100%;  
    padding-bottom: 1em;
}


#form-account fieldset.submit {  
    float: none;  
    width: auto;  
    border-style: none;  
    padding-left: 12em;  
    background-color: transparent;  
    background-image: none; 
}

#form-account label {  
    float: left;  
    width: 15em;  
    margin-right: 1em;  
    text-align: right; 
    position: relative;  
}

#form-account label em {  
    position: absolute;  
    left: 10em;  
    top: 0;
}

#form-account legend span {  
    position: absolute;  
    margin-top: 0.5em;  
    font-size: 135%;
}

#form-account .submit {  
    padding: 0.25em;
    color: #333333;
}

