body {
font-family:verdana;
font-size:15px;
}

a {color:#333; text-decoration:none}
a:hover {color:#ccc; text-decoration:none}

#mask {
  position:absolute;
  left:0;
  top:0;
 
  background-color:white;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
 
  display:none;
  z-index:9999;
margin:auto;
 
}

#boxes #dialog {
  width:550px; 

 
  background:white;
}







#boxes #dialog2 {
  background:url(images/notice.png) no-repeat 0 0 transparent; 
  width:326px; 
  height:229px;
  padding:50px 0 20px 25px;
}


.frm_label {
	font-size: 13px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial;
	padding-bottom: 5px;
	color: #000000;
	display: block;
	padding-top: 6px;
text-align:right;
padding-right:6px;
}

.form_element{
padding-bottom:4px;

}

.frm_input {
	background-image: url(images/input_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 13px;
	background-color: #F9FCFC;
	width: 100%;
	/*_height: 22px;*/
	height: 25px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial;
	color: #429E95;
	border: 1px solid #369;
	
       
}

textarea {
height:100px;
background-image: url(images/input_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 13px;
	background-color: #F9FCFC;
	width: 100%;
	/*_height: 22px;*/
	
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial;
	color: #429E95;
	border: 1px solid #369;
}



.frm_input_button {
	background-image: url(images/input_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 13px;
	background-color: lightblue;
	width: 100%;
	/*_height: 30px;*/
	height:28px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial;
	color: #3A2A09;
	border: 2px solid #dddddd;
	padding: 3px;
}
:hover.frm_input_button {
	
	color: #FFFFFF;
	
}

.forbtn{
font-size:13px;
color:black;
}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
