.b1c-submit, .b1c {

	 

	font-size:14px;

 

width: 220px;

 

 

 

 

 

 

cursor: pointer;

}

.b1c-submit {height:50px;}

div.b1c-close {

float: right !important;

padding: 12px 10px !important;

background: linear-gradient(#FF8000 0%, #FFA000 100%) !important;

overflow: hidden !important;

}



.b1c-tl {

overflow: hidden !important;

border-radius: 2px 2px 0 0 !important;

background: linear-gradient(#FF8000 0%, #FFA000 100%) !important;

color: #fff !important;

text-shadow: 0 -1px 0 #1B457D !important;

font-size: 13px !important;

margin: 0 !important;

}


.b1c-submit, .b1c {
    -webkit-appearance: none !important;
    color: #fff !important;
    padding: 8px 15px !important;
    font: normal 20px "Trebuchet MS", sans-serif !important;
    text-shadow: 0 1px 0 #000 !important;
    font-weight: 700 !important;
    border-radius: 6px !important;
    -webkit-border-radius: 8px !important;
    cursor: pointer !important;
    background: #ff6600 !important;
    border: 0 !important;
    background-image: -webkit-gradient(linear, left bottom,	left top, color-stop(0, #ff6600), color-stop(1, #ff9000) ) !important;
    box-shadow: 0 1px 1px #999 !important;
}