/* all */

	select, option, input, textarea {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		background-color: #444444;
		border: 1px solid #666666;
		color:#FFFFFF;
		}
	
	textarea,input {
		font-weight: normal;
		font-size: 11px;
		padding:0px;
		width: 200px;
		line-height: 13px;
		}
	
	OPTION {
		color:#FFFFFF;
		}
	
	#checkbox {
		position:absolute;
		top:-3;
		}
	
	.bigButton{
		padding:3px;
		}
		

	.highlight{
		background-color:#666666;
		}


/* overrides */

	.radio{
		border:none;
		background:none;
		background-color:none;
		width:inherit;
		height:inherit;
		}
		
	.button {
		background-color: #555555;
		width: 100px;
		height:19px;
		border-top: 1px solid #CCCCCC;
		border-right: 2px solid #666666;
		border-bottom: 2px solid #666666;
		border-left: 1px solid #CCCCCC;
		}
	.title {
			color: #333333
		}
		
	select{
		width:200px;
		}
