
#CAccess_Nav {
	float: left;
	display: block;
	width: 100%;
	color: #333;
	padding: 0px;
	margin: 0px;
	background: #f49faa url(/images/nav_bk.gif);
	background-repeat:repeat-x;
}

#empty {
	float: left;
	display: block;
	width: 100px;
	height: 10px;
	padding: 0px;
	margin: 10px;
}

#CAccess_Nav a{
	text-align:center;
  color: #FFF;  
  font-weight:bold;
  margin: 0px;
  display:block;
  float:left;
  font-size:12px;
  margin:0px 0px 0px 0px;
  text-decoration:none;
  padding:12px 10px 12px 11px;
  background:url(/images/bgOFF.gif) no-repeat top right;
}

#CAccess_Nav a:hover{
	color:#f49faa;
  text-decoration:none;
  background:#fff;
  color:#cc6666;
  background:#fff url(/images/bgON.gif);
}

#CAccess_Nav a.current {
	background:#fff;
	color:#f49faa;
	color:#cc6666;
	background:#fff url(/images/bgON.gif);
}

#Center_600 {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#CAccess_Wrapper {
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#Stats_Wrapper {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.Title {
	display: block;
	float: left;
	width: 100%;
	margin-top: 10px;
}

#CAccess_Search_Box {
	clear: both;
	display: inherit;
	float: inherit;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#CAccess_User {
	width: 100%;
	vertical-align: middle;
	height: 25px;
}

#CAccess_User .BTN1 {
	padding: 5px;
  display:block;
  float:left;
  width: 100px;
}
#CAccess_User .BTN2 {
  display:block;
  float:left;
  width: 100px;
}

#CAccess_View_Inquiry, #Search_Box, #CAccess_Form {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.Form_Wrapper {
	width: 100%;
	display: block;
	float: left;
}

.Form_Field {
	display: block;
	float: left;
	width: 600px;
}

.Form_Title {
	display: block;
	float: left;
	width: 290px;
}

.Form_Title a {
	text-decoration: underline;
	color: blue;
	cursor: pointer;
}

.Form_Input {
	display: block;
	float: right;
	width: 290px;
}



.Form_Input input, .Form_Wrapper table tr td input {
	border: 1px solid #000;
	width: 99%;
}

.Form_Wrapper table tr td textarea, .Form_Input textarea {
	border: 1px solid #000;
	width: 99%;
	height: 100px;
}


.Form_Button {
	display: block;
	float: left;
	width: 100%;
	text-align: right;
}

#ERROR {
	width: 400px;
	padding: 5px;
	color: red;
	font-size: 14px;
	font-weight: bold;
	border: 2px solid red;
	margin-top: 10px;
	margin-bottom: 10px;
}

.Submit, .Form_Input .Submit {
	width: 150px;
	display: block;
	border: 1px solid black;
	background-color: pink;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 2px;
	text-decoration: none;
	cursor: pointer;
}

