/* BULK SMS css for contact form */
#formframe {
    width: 500px;
    border: none;
}

#contactform {
    width: 498px;
    border: none;
}

#contactform legend {
    font-size:1.5em;
    color: #048;
}

#contactform fieldset {
    border: 1px solid #048;
}

#contactform label {
    font-size: 1.3em;
    text-align:right;
    margin-right: 5px;
}
 
#contactform input {
    background: #fff;
    border: none;
    color: #048;
    margin: 3px 0 2px 0;
    border: 1px solid #ccc;
}

.txtbox#nameID {
    /*text-align:right;
    padding:0 0 0 15px;*/
    position:relative;
    left:2px;
}

.txtbox#fromID {
    position:relative;
    left:0px;
}

.selectbox#sel_subject {
    position:relative;
    left:-1px;
    margin-top:3px;
    width:30%;
}

#contactform input:focus {
    background: #eee; 
    color: #048;
    margin: 3px 0 2px 0;
}

#contactform textarea {
    background: #fff;
    border: none;
    color: #048;
    margin: 3px 0 2px 0;
    border: 1px solid #ccc;
}

#contactform textarea:focus {
    background: #eee; 
    color: #048;
    margin: 3px 0 2px 0;
}

#contactform input#mySubmit {
    background: #5090cf;
    color: #fff;
    font-weight: 600;
    cursor: auto; cursor: pointer;
}

* html #contactform label {
    padding-left: 0.5em;
}

* html #contactform input#mySubmit {
    margin-left: 1em;
    margin-bottom: 1em;
}

* html #contactform textarea {
    margin-left: 1em;
}