body {
	font-size: 13px; 
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background: #ffffff;
}


label
{
	font-weight: normal;
    line-height: normal;
    text-align: left;
    margin-bottom: 5px;
    display: block;
    float: left;
    width: 100%;
}	

input {
	padding: 5px;
	border: solid 1px #cccccc;
    color: #333;
    background-color: #fff;
    width:200px;
    margin-bottom: 5px;
}
select {
	padding: 3px;
	border: solid 0px #cccccc;
	width:96%;
	margin-bottom: 5px;
}
textarea {
	padding: 3px;
    color: #fff;
    border: solid 0px #cccccc;
    background-color: #333;
    width:95%;
    margin-bottom: 5px;
}

input[type="radio"] {
	width:12px;
	background-color: transparent;
	border: 0px;
	margin-top: 0px;
	margin-right: 5px;
}
input[type="checkbox"] {
	width:12px;
	background-color: transparent;
	border: 0px;
	margin-top: 0px;
	margin-right: 5px;
}

input[type="submit"] {
	width:70px;
	float:left;
	padding:5px;
	margin:0px;
	border:0px;
	cursor: pointer;
	color: #fff;
	background: #ff9600;
}


input:focus, input.sffocus,textarea:focus, textarea.sffocus {
	background-color: #ff9600;
    color:#fff;
}








