.test {
	background-color: #99CCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: table;
	width: 300px;
	text-align: left;
}
.content_box {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.visit_content_box {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#Button{
	background-color:#CCFFFF;
	color:#000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	font-weight: normal;
	width: 400px;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	}
#white_Button{
	background-color:#FFFFFF;
	color:#000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	font-weight: normal;
	width: 400px;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	}
#Buttonover{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	text-align: left;
	width: 400px;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #CCFFFF;
	color: #FF0000;
	}
#white_Buttonover{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	text-align: left;
	width: 400px;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #FFFFFF;
	color: #FF0000;
	}
.main_content_box {
	color: #FFFFFF;
}
#reset_button {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background-color: #CCCCCC;
	font-weight: bold;
	font-size: 10px;
}
#reset_button_over {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background-color: #000099;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10px;
}
.search {
	font-size: 10px;
}
#next_button {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background-color: #CCCCCC;
	font-weight: bold;
	font-size: 10px;
}

#next_button_over {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background-color: #000099;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10px;
}

.blue_row {
	background-color: #CCFFFF;
	font-size: 12px;
}
.white_row {
	background-color: #FFFFFF;
	font-size: 12px;
	
}

