#select1,
#select2 table{
	width:100%;
}
#select2{
	min-height:170px;
}

input[type="button"]:disabled{
	display:none;
}

.logo{
	width:650px;
	height:100px;
	text-align:left;
	background:url('i/l.png') no-repeat 0 10px;
}

.logo img{
	border:0;
	width:190px;
	height:90px;
}

.main{
	width:650px;
	cursor:default;
	margin-bottom:10px;
}

#data,
#form{
	display:none;
	cursor:default;
	text-align:left;
	padding:10px 10px 0 10px;
}

#name_erro,
#mail_erro,
#text_erro,
#code_erro,
#network_erro,
#place_erro,
#what_erro{
	display:none;
	color:#ff0000;
}

.b1{background:#ffffff url('i/a.png') no-repeat;}
.b2{background:url('i/b.png') no-repeat right top;}
.b3{background:url('i/c.png') no-repeat left bottom;}
.b4{background:url('i/d.png') no-repeat right bottom;
	width:100%;
}

.select{
	float:left;
	clear:left;
	width:100%;
	overflow:hidden;
	margin:7px 0 0 10px;
}

.select h2{
	margin:0 0 5px 0;
}

.select table tr td,
.select select{
	border:0;
	width:100%;
	color:#000000;
	cursor:pointer;
	background:#ffffff;
}

.title{
	color:#ffffff;
	text-align:left;
	line-height:28px;
	padding-left:6px;
	margin-bottom:4px;
	background:#666d82;
}

.select select option{
	padding:2px 0 2px 2px;
}

#sel_btn_left{
	float:left;
	cursor:pointer;
	margin:5px 0 5px 10px;
}

#sel_btn_right{
	float:right;
	cursor:pointer;
	margin:5px 10px 5px 0;
}

.clear{
	clear:both;
	font-size:1px;
}

.load{
	padding-top:16px;
	text-align:center;
	background:url('i/l.gif') no-repeat center top;
}

#form h2{
	margin:0 0 5px 0;
}

#form table{
	border-spacing:0;
	margin:16px 0 16px 0;
}

#form table td{
	padding:0;
}

#form object,
#form embed{
	width:125px;
	height:40px;
}

#form .sup_btn{
	cursor:pointer;
}

#form textarea{
	overflow:auto;
}

#form .sup_txt{
	width:100%;
	resize:none;
	padding:3px;
	margin-top:3px;
	background:transparent;
	border:1px solid #808080;
}

#usef{
	float:left;
	display:none;
	margin:7px 0 0 20px;
}

#usef a{
	color:#000000;
	text-decoration:none;
}

#usef input{
	margin-bottom:-3px;
}

.page{
	border:0;
	margin:0;
	padding:0;
	width:98%;
	height:100%;
	border-spacing:0;
}

#lab{
	height:40px;
	color:#58c2d0;
	background:#ffffff;
}

#lab a{
	color:#58c2d0;
	text-decoration:none;
}

#lab .bal{
	float:left;
	padding:10px 0 0 20px;
}

#lab .jobb{
	float:right;
	padding:10px 20px 0 0;
}
.tooltip-inner {
	background:#ffffff;
	color:#666666;
	border:1px solid #bebebe;
	max-width:320px;
	text-align:left;
	box-shadow:0 5px 10px #bebebe;
	padding:9px 14px;
	white-space:normal;
	font-weight:normal;
	font-size:14px;	
	text-transform:none;	
}
#recaptcha_whatsthis_btn{
	display:none;
}
.recaptcha_is_showing_audio .recaptcha_only_if_image,
.recaptcha_isnot_showing_audio .recaptcha_only_if_audio,
.recaptcha_had_incorrect_sol .recaptcha_only_if_no_incorrect_sol,
.recaptcha_nothad_incorrect_sol .recaptcha_only_if_incorrect_sol {
    display: none !important;
}
@media (max-width:510px){
	#recaptcha_widget_div{
		width:60px;
		-o-transform: scale(0.6,0.9);
		-o-transform-origin: 0 0;
		-moz-transform: scale(0.6,0.9);
		-moz-transform-origin: 0 0;
		-ms-transform: scale(0.6,0.9); /* IE 9 */
		-ms-transform-origin: 0 0; /* IE 9 */
		-webkit-transform: scale(0.6,0.9); /* Safari */
		-webkit-transform-origin: 0 0; 
		transform: scale(0.6,0.9);
		transform-origin: 0 0;
	}
}