.border {
 border : 1px solid #cccccc;
}

.textbox
{
 background-color : #ffffff;
 border : 1px solid #CCCCCC;
 font-family : Verdana,Arial, Helvetica, sans-serif;
 font-size : 10px;
 font-style : normal;
 font-weight : normal;
 width : 170;
} 
.button {
 font-size: 11px;
 border : 1px solid #CCCCCC;
 background-color: #efefef;
 color: #666666;
 font-style : normal;
 font-weight : normal;
}

.fieldlabel {
	color: #666666;
	font-family : Verdana,Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
}

.identify {
	color: #666666;
	font-family : Verdana,Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
}

a:link {
 font-family: Verdana, Arial, Helvetica;
 font-size: 11px;
 font-style: normal;
 font-weight: normal;
 color: #cc0033;
 text-decoration: none;
}
a:visited {
 font-size: 11px;
 color: #cc0033;
 text-decoration: none;
}
a:active {
 font-size: 11px;
 color: #cc0033;
 text-decoration: none;
}
a:hover {
 font-size: 11px;
 color: #cc0033;
 text-decoration: underline;
}

.warning {
 font-family: Verdana, Arial, Helvetica;
 font-size: 12px;
 font-weight: normal;
 color: #ffffff;
 background-color: #000000;
 }
 a.warning:link {
  font-family: Verdana, Arial, Helvetica;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #cccccc;
  text-decoration: none;
 }
 a.warning:visited {
  font-size: 12px;
  color: #cccccc;
  text-decoration: none;
 }
 a.warning:active {
  font-size: 12px;
  color: #cccccc;
  text-decoration: none;
 }
 a.warning:hover {
  font-size: 12px;
  color: #cccccc;
  text-decoration: underline;
}