@CHARSET "UTF-8";

input, textarea, select
{
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size : 12px;
	background-color: #fff;
	border: 1px solid #c0d6bb;
	padding:2px;
	color:#50665a;
	background:#fff url(../images/input_b.png) repeat-x 0 0;
	width:100%;
	
}

input.edited, textarea.edited
{
	color:#4040ea;
}

.button, submit
{
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size : 11px;
	background-color: #eee;
	border: 1px solid #c0d6bb;
	background:#fff url(../images/panel_h.png) repeat-x 0 0;
	width:100%;
	font-weight: bold;
}

.checkbox
{
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size : 11px;
        width:14px;
        height:14px;
}

label
{

}

