.bottom_radius_10 {
	background-color:#5A5A5A;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	-webkit-box-shadow: 0px 1px 4px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 1px 4px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 1px 4px rgba(50, 50, 50, 0.75);
}
.round_table {     
	color:#FFFFFF;
	vertical-align:top;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.textfield {
	width: 260px;
	height: 25px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; border:thin #666666;
}
.position {
	width: 360px;
	height: 294px;
	position: relative;
	top: 50px;
	margin: 10% auto;
	padding: 0;
	border-radius: 20px;
}
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	-webkit-transition: opacity 500ms ease-in;
	-moz-transition: opacity 500ms ease-in;
	transition: opacity 500ms ease-in;
	display: none;
	pointer-events: none;
}
.modalDialog:target {
	display: block;
	pointer-events: auto;
}
.modalDialog_div {
display:none;
width: 360px;
height: 294px;
position: relative;
margin: 10% auto;
padding: 0;
border-radius: 20px;
background: #878787; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzg3ODc4NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI5JSIgc3RvcC1jb2xvcj0iIzdmN2Y3ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzU5NTk1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0OTQ5NDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #878787 1%, #7f7f7f 29%, #595959 60%, #494949 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#878787), color-stop(29%,#7f7f7f), color-stop(60%,#595959), color-stop(100%,#494949)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #878787 1%,#7f7f7f 29%,#595959 60%,#494949 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #878787 1%,#7f7f7f 29%,#595959 60%,#494949 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #878787 1%,#7f7f7f 29%,#595959 60%,#494949 100%); /* IE10+ */
background: linear-gradient(to bottom, #878787 1%,#7f7f7f 29%,#595959 60%,#494949 100%); /* W3C */
-webkit-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.75);
box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.75);
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover { 
	background: #00d9ff;
}
.topTable {
width: 779px;
text-align: center;
}
.searchbox {
	background: #eaf8fc;
	background-image: -moz-linear-gradient(#fff, #d4e8ec);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #d4e8ec),color-stop(1, #fff));
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: #c4d9df #a4c3ca #83afb7;            
	width: 180px;
	height: 30px;
	padding: 5px;
	overflow: hidden; /* Clear floats */
}
#search, #submit {
	float: left;
}
#search {
	height: 20px;
	width: 104px;
	margin-top:4px;
	margin-left:5px;
	border: 1px solid #a4c3ca;
	font: normal 14px 'trebuchet MS', arial, helvetica;
	background: #f1f1f1;
	-moz-border-radius: 8px 3px 3px 8px;
	border-radius: 8px 3px 3px 8px;
	-webkit-border-radius: 8px 3px 3px 8px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);            
}
#submit {		
	background: #006699;
	background: -moz-linear-gradient(top,  #00537a 92%, #019bc1 96%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(92%,#00537a), color-stop(96%,#019bc1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00537a 92%,#019bc1 96%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00537a 92%,#019bc1 96%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00537a 92%,#019bc1 96%); /* IE10+ */
	background: linear-gradient(to bottom,  #00537a 92%,#019bc1 96%); /* W3C */
	-moz-border-radius: 3px 8px 8px 3px;
	border-radius: 3px 8px 8px 3px;
	-webkit-border-radius: 3px 8px 8px 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #006699;
	 -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	 -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	 box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;   		
	height: 22px;
    margin-top:4px;
	margin-left:5px;
    padding: 0;
	width: 54px;
	cursor: pointer;
	font: bold 12px Arial, Helvetica;
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
#submit:hover{		
	background: #0099cc;
	background-image: -moz-linear-gradient(#6cbb6b, #95d788);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #95d788),color-stop(1, #6cbb6b));
}	
#submit:active{		
	background: #006699;
	outline: none;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;		
}

#submit::-moz-focus-inner {
     border: 0;  /* Small centering fix for Firefox */
}
.searchbox1 {	
	background: #eaf8fc;
	background-image: -moz-linear-gradient(#fff, #d4e8ec);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #d4e8ec),color-stop(1, #fff));
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: #c4d9df #a4c3ca #83afb7;            
	width: 180px;
	height: 30px;
	padding: 5px;
	overflow: hidden; /* Clear floats */
}
.style1 {
	color: #FFFFFF;
	font-size: 12px;
	vertical-align:middle;
}
.style2 {
	font-size: 12px;
	color: #FFFFFF;
}
.style3 {font-size: 14px;
	color:#FFFFFF;
}
.style4 {
	font-size:12px;
	font-weight:bold;
}
#phone a:active {
	color: #000000;
	font-weight:bold;
}
#phone a:link {
	color: #000000;
	font-weight:bold;
}
.buttom1 {
width: 260px;
height: 30px;
color:#ffffff;
border:#999999;
background: #999999;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.75);
box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.75);
}