/*
 * 	vim: set fdm=marker:
 *	Common Styles for 7 million 2008/2009
 *	(c) 2008 by T-SIGN Studios, http://www.t-sign.com
 *	Authors: Robert Adrianowski (robert_adrianowski@t-sign.com)
 *
 */

/* {{{ form */
input, textarea {
	width: 223px;
	height: 13px;
	padding: 3px;
	border: 1px solid #bfbfbb;
	font: normal 10px Verdana;
	color: #91918c;
	background: white url(/img/misc/form/input.png) left top repeat-x;
}
textarea	{
	width: 795px;
	height: 130px;
}
.rows	{
	margin-bottom: 10px;
}
/* }}} */