﻿.rounded_textbox1 {
    width:60%;
    height:50px;
    background-color:#ccc;
    margin:0px auto;
    border-radius:40px;
    margin-top:13px;
    margin-bottom:13px;
}

.basictextbox {

}
.onecolumn {
    width:100%;
}
.twocolumn {
    width: 46%;
    display:inline-block;
    vertical-align:top;
    margin-right:3%;
}
.twocolumn:last-child {
    margin-right:0;
}

.basictextbox_caption {
    font-size: 12px;
    color: #0c6c55;
    text-shadow: 0 0 2px #eee;
    padding: 20px 0 10px 0;
    display: block;
}

.basictextbox input {
    display: block;
    height: 40px;
    width: 95%;
    border: 0px solid #edeae0;
    border-radius: 6px;
    font-weight: bold;
    color: black;
    font-size: 13px;
    padding: 0 12px 0 12px;
    background-color: #d9f1ec;
}

.basictextbox select {
    display: block;
    height: 40px;
    width: 95%;
    border: 0px solid #edeae0;
    border-radius: 6px;
    font-weight: bold;
    color: black;
    font-size: 13px;
    padding: 0 12px 0 12px;
    background-color: #d9f1ec;
}

.input_tip {
    display: block;
    height: 18px;
    width: 95%;
    border: 2px solid #eaeaea;
    border-top: 0px solid #eaeaea;
    background-color: #f4f4f4;
    padding: 6px 12px 0 12px;
    color: #666;
    font-size: 11px;
    word-spacing:1px;
}



@media only screen and (max-width: 1100px) {

    .twocolumn {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        margin-right: 0%;
    }
}
