/*
    Document   : forms
    Created on : Mar 16, 2009, 3:07:51 PM
    Author     : Mohammed Shahbaaz Hussain
    Description:
        To display form elements.
*/



legend {
    font-weight: bold;
}

label {
    color: #fff;
    display: block;
}

input, textarea, select {
    
    color: #fff;
    background: #B95852;
    border: 2px solid #E69374;

}

input:focus, textarea:focus {
    background: #505050;
    border: 2px solid #abc;
}

#login-block p, #quick-block p {
    padding-left: 20px;
    padding-bottom: 3px;
}

#content #quickc #quick-block p textarea {
    width: 170px;
    height: 80px;
}


#content #main-content #careersForm p label {
    color: #555;
}


#content #main-content #careersForm p input[type="text"] {
    width: 250px;
}

#content #main-content #careersForm p input[type="password"] {
    width: 250px;
}

/*
#content #main-content #careersForm p input[type="submit"] {
    width: 100px;
}

*/

#content #main-content #careersForm p select {
    width: 250px;
}

#content #main-content #careersForm p textarea {
    width: 250px;
    height: 100px;
}

input.radio, input.submit {
    width:auto;
}
input.radio {
    float:left;
    margin-left: 1em;
}

.f-radio {
    border:none;
    background:none;
}

#side-nav #cse-search-box div p{
    padding-left: 18px;
    padding-bottom: 5px;
}

#side-nav #cse-search-box div p input[type="text"] {
    color: #000;
   
}
