/**
 * Form CSS
 *
 * (c) webndev.net, 2009
 */
input, textarea, select {
	color: #fff;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
}

input, textarea, select {
	border: 1px solid #666;
	background-color: #000;
}

input:focus, textarea:focus, select:focus {
	border: 1px solid #f60;
}

textarea {
	padding: 5px;
}

input.button {
	background-color: #6600ff;
	color: #fff;
	font-weight: bold;
}

form {
	padding: 0;
	margin: 0;
}

#q {
	padding-left: 18px;
	background: #000 url(http://webndev/images/q.png) no-repeat 4px center;
}
