* {
  margin: 0;
  padding: 0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
/*	font-family:"lucida grande",tahoma,verdana,arial,sans-serif; */
	font-size:12px;
  cursor: default;
  color: #000;
	background-color:#F7FFFF;
}
input.text, textarea.text, select.text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
  margin: 0;
  padding:2px;
  border-style:solid;
  border-width:1px;
  border-color:#7c7c7c #c3c3c3 #dddddd;
  background:#fff url(/beta/images/text_bg.gif) repeat-x 0 0;
}
input.checkbox, input.radio {
  border: none;
  padding: 0;
}
input.button {
  background-color:#015E65;
  border-color:#018a94 #013539 #013539 #018a94;
  border-width:1px;
  border-style:solid;
  font-size:13px;
  color:#fff;
  padding:2px 15px 3px;
  text-align:center;
  cursor:pointer;
  overflow:visible;
}
option {
  padding: 0 5px 0 3px;
}
a {
	color:#0f6ca7;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration:underline;
}
a:focus {
  -moz-outline-style: none;
}
a img {
  border:none;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 19px;
}
h3 {
  font-size: 17px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 13px;
}
ul {
  list-style: none;
}
.clear_empty {
  clear: both;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: 0 -1px -1px 0;
  border: 0;
  font-size: 0;
  line-height: 0px;
  display: block;
}
.center {
  text-align: center;
}
.bold {
  font-weight: bold;
}
.errormsg
{
  display:block;
	/*
	background-image:url(/images/error.png);
	background-position:0 50%;
	background-repeat:no-repeat;
	padding-left:17px;
	*/
	color:#d22800;
	font-weight:bold;
	font-size:11px;
	line-height:16px;
}
.red {
	color:#C00;
}

