/* Form */

form span input, form span textarea, form span select {
        float: left;
	border: 1px solid #7F7772;
	line-height: 1em;
	width: 90%;
	font: 12px "Trebuchet MS", Arial, sans-serif;
        color: #7F7772;
	margin: 0.1em 0 0.3em 0;
	}
        
form input, select, form textarea {
	padding: 1px;  
        margin: 0px;
	border: 1px solid #7F7772;
	background: #333333;
        
}
form input:active, form input:focus, form textarea:active, form textarea:focus, form select:active, form select:focus {
	border: 1px solid #990000;
}

form input.btn{
       font-size:12px;
       font-family:Trebuchet MS,sans-serif;
       font-weight:bold;
       color:#7F7772;
       background-color:#333333;
       border-style:solid;
       border-color:#7F7772;
}

form input.btn:hover {
        color:#990000;
        border-color:#990000;
    
}

/*Radio buttons*/
form input.rad{
	width:12px;
	height:12px;
	cursor:pointer;
        border: 0px;
}




