#dropdown_form{float: left;
    display:none;
    background-color: #efefef;
    height:65px;
    margin-top:10px;
    width: 100%;}

label.error{color: red;
    font-size: 11px;
    font-weight: bold;
    left: 31px;
    position: absolute;}
#dropdown_1,#dropdown_2{color:#555; font-size: 14px;text-align:left!important;font-weight:normal;}
#dropdown_1 {margin-right:10px;}
#gen_loading {
    display: none;
    height: 100%;
    right: 0;
    position: fixed;
    text-align: center;
    top: 100px;
    width: 120%;
    z-index: 999;
}
#gen_loading img {
    display: none;
    margin-top: 155px;
}
#dropdown_submit.btn{
	background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
	-moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px; 
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
#dropdown_submit.btn:focus, #dropdown_submit.btn:active:focus{
    outline: thin dotted;
    outline-offset: -2px;
}
#dropdown_submit.btn:hover, #dropdown_submit.btn:focus, #dropdown_submit.btn.focus {
    color: #333;
    text-decoration: none;
	color:white;
}
#dropdown_result{width:100%;float: left;
    margin-top: 10px;
}