@charset "utf-8";
/* CSS Document */
.form1 {
    background: rgba(0,0,0,0.5);
    border-radius: 6px;
    padding: 5px;
    width: 100%;
    max-width: 458px;
    float: right;
}

.textBox1{
    height: 54px;
    line-height: 48px;
    padding-left: 16px;
    border: 1px solid #eee; 
    background: #fff;
    border-radius: 3px;
    font-size: 16px;
    color: #888 !important;
    font-weight: 400;
	width: 97%;
}
.text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
    color: #fff;
    text-align: left;
}

 .button1   {font-size: 25px;
    margin-right: 5px;
    background: #1aa5ff;
    color: #fff;
    height: 54px;
    width: 100%;
    border-radius: 5px;
}

.pulldown {
	width: 100%;
    height: 60px;
    border-radius: 5px;
    font-size: 16px;
    color: #756b6b;
}