/* BULK SMS css for test_form */

#test_form {
    color: #444;
    width: 230px;
}
 
#test_form p {
    color: #4e86c2;
    font-size: 1.4em;
    font-weight: 600;
    margin: 0 0 0 20px;
    padding: 0;
}

#test_form fieldset {
    border: 1px solid #d2d2d2;
    padding: 10px 5px 2px 0;
    text-align:left;
    background: #f7f7f7;
}

#test_form label {
    font-size: 1.1em;
    text-align:left;
    margin-right: 2px;
    font-weight: 600;
}

#test_form .box {
    display: block;
    padding: 0;
    margin: 0 0 0 30px;
}
 
#test_form .box2 {
    display: block;
    padding: 0;
    margin: 5px 10px 0;
    text-align:right;
}

#test_form input.txtbox {
    background: #fff url(/c/input_background.gif) no-repeat 0 0; 
    border: 1px solid #aaa9a9;
    width: 130px;
    height: 17px;
    color: #048;
    margin: 3px 0 2px 0;
}

#test_form input.txtbox:focus {
    background: #fff; 
    color: #048;
    width: 130px;
    height: 17px;
    margin: 3px 0 2px 0;
}

#test_form select {
    padding: 2px;
    background: url(/c/input_background.gif) no-repeat -15px 1px;
    border: 1px solid #999;
    width: 130px;
    height: 21px;
    color: #048;
    margin: 3px 0 3px 0;
}
 
#test_form select.dpbox:focus {
    background: #fff; 
    color: #000;
    width: 130px;
    height: 21px;
    margin: 3px 0 3px 0;
}
