form {
	margin:0 0 20px 0;
	padding:0;
	
	overflow:auto;
}
form input {
	margin:0;
	padding:4px;
	border:1px solid #ccc;

	background:#fff;
	color:#999;
	font-size:1em;
	
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
form input:focus, form input:active {
	border:1px solid #999;
	color:#000;
}
form label {
	margin:0;
	padding:0;

	display:block;
	font-size:0.9em;
}
form button {
	margin:0;
	padding:3px 7px;
	border:1px solid #25519f;

	display:block;
	float:right;
	
	background:#386ab7 url(../images/layout/button_bg.png) top left repeat-x;
	color:#fff;
	font-weight:bold;
	text-shadow:#25519f 1px 1px 1px;
	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;

	cursor:pointer;
}

/* Callback Form */
#callback label { font-size:0.875em }
#callback input {
	width:210px;
	font-size:0.85em;
}

/* Search Form */
#search { margin-bottom:0 }
#search label, #search button { display:none }
#search input {
	width:190px;
	padding-left:24px;
	background:#fff url(../images/icons/search.png) 4px 4px no-repeat;
}