@charset "UTF-8";

#slots{
	background-color:#7ad8ee;
	color:white;
	-webkit-appearance:none;
	background-image: linear-gradient(45deg, rgba(0, 0, 0, 0) 50%, #343434 50%), linear-gradient(135deg, #343434 50%, rgba(0, 0, 0, 0) 50%);
	background-position:calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
	background-size:5px 5px,5px 5px,1px 1.5em;
	background-repeat:no-repeat;
	border-color:#DCDCDC;
	border-radius: 0px;
	border:none;
}

textarea{
	resize:none;
}

#Appoint_msg{
	height:70px;
}

#captcha{
	height:50px;
	width:134.5px;
}

#captcha1{
	height:50px;
	width:134.5px;
}

#captcha_img{
	height:32px;
	width:32px;
}

#captcha_code{
	height:34px;
	width:100%;
	padding-left: 10px;
}

#td_code{
	padding-top: 15px;
    padding-left: 5px;
}

#td_refresh{
    padding-left: 5px;
}

#margin_bottom_0{
	margin-bottom:0px !important;
}

#margin_bottom_5{
	margin-bottom:5px !important;
}

#btn_submit{
	margin-bottom:0px !important;
	margin-top: -40px;
}

.fb{
	padding-left:60px;
}

.txt_white{
	color:white;
}

.txt_black{
	color:black;
}

.font18{
	font-size:18px !important;
}

.g-recaptcha_resize {
    transform:scale(0.5);
    transform-origin:0 0;
}