form { 
	margin: 0; 
	padding: 0; 
} 
.formtextbox{
	font-size:13px;
	font-weight:normal;
	color:#7e7e7e;
	font-family: 'Open Sans', sans-serif;
	line-height:18px;
	float:left;
	margin-left:10px;
	padding:5px 5px 5px 5px;
	border:1px solid #c5c5c5;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(PIE.htc);
}

/* CSS Button */
button.css_button {
	width:auto;
	height:auto;
	font-family: 'Crete Round', serif;
	color: #ffffff;
	font-size: 14px;
	font-weight:normal;
	padding:3px 20px;
	margin:5px 0 0 15px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid #000000 1px;
	background: #000000;
	text-decoration:none;
	cursor:pointer;
	behavior: url(PIE.htc);
}
button.css_button:hover{
	background: #444;
	color:#fff;
	border:1px solid #eee;
	text-decoration:none;
	-webkit-box-shadow: #666 0px 0px 4px;
	-moz-box-shadow: #666 0px 0px 4px;
	box-shadow: #666 0px 0px 4px;
	cursor:pointer;
}


