/* Form styles */
div.form {
	padding:5px; 
	border:1px solid #dcdcdc;
	background-color: #e6e6e6;
}

div.form_label {
	font-weight: bold;
	font-size:13px;
	color:#333333;
}

input {
	margin-top:3px;
}

textarea {
	margin-top:3px;
	font-size: 10px;
}

.text {font-family: 'Lucida Grande', Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
	font-size:10px;
	background-color: #ffffff;
	border-width: 3px;
	border-style: double;
	border-color:#cccccc;
	height:25px;
	width:100%;	
	padding: 2px;
}

.select {font-family: 'Lucida Grande', Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
	font-size:10px;
	background: #ffffff;
	color:#000000;
	height:20px;
	text-decoration:none;
	border-width: 3px;
	border-style: double;
	border-color:#cccccc;
}

.textarea {font-family: 'Lucida Grande', Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
	background: #ffffff;
	border-width: 3px;
	border-style: double;
	border-color:#cccccc;
	color:#000000;
	height:200px;
	width:100%;;
	text-decoration:none;
	padding: 5px;
}

.button {
	background-image:url("../images/button_bg.gif");
	font-family: 'Lucida Grande', Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
	font-size:10px; 
	border: 1px solid #666666;	
	color: #333333;
	height:20px;	
	padding:	1px;
}

.button:hover {
	background-image:url("../images/button_bg_over.gif");	
	color: #000000;
	cursor: hand;
	cursor: pointer;
}

.error {
	color: red;
}