label 
{ 
	width: 230px; 
	float:left; 
	height:25px; 
	padding-top:3px; 
	font-size:14px; 
	text-align: right;
	padding-right:10px;
}
label.secondary { 
	float:left; font-size:14px; width: auto; 
}
input, input.longer
{
	height:23px; 
	font-size:17px; 
	color:#345; 
	border:1px solid #ccc; 
}
input.small
{
	height:auto; 
	font-size:14px; 
}
textarea { border:1px solid #ccc; }
select { border: 1px solid #ccc; height:28px; font-size:17px; color: #345; }
option { font-size:14px; }
input.std
{
	width:275px; 
}
input.longer
{
	width:400px; 
}

.disabled
{
	color:#ccc;
}

input.button
{
	height:auto; 
	border:0px; 
}

input.check
{
	width:1em; 
	height:1em; 
}
