.redcolor{ color: red; }

.button{
	color: #FFF;
	border: none;
	background: #4891AC;
	font-weight: bold;
	padding: 4px;
}
.input{
	font-family: 'Lucida Grande', 'Trebuchet MS', Arial, Sans-serif;
	color: #333;
	font-size: 0.95em;
	padding: 2px;
	border: 1px solid #491539;
	background: #FFF;
	margin: 2px;
}

.size30{ width:30px; } 
.size50{ width:50px; } 
.size100{ width:100px; } 
.size150{ width:150px; } 
.size200{ width:200px; } 
.size250{ width:250px; } 
.size300{ width:300px; } 
.size400{ width:400px; }
.size450{ width:450px; }
.size500{ width:500px; }
.size600{ width:600px; }

div.fll{ width: 50%; float: left; clear: both; }

td.line{ height:1px; background: #EEE; }

.input:hover{
	border: 1px solid #6F2558;
}
.input:focus{
	border: 1px solid #222;
	background: #222;
	color: #FFF;
}

.button:hover{
	background: #222;
	cursor: pointer;
}

.db{ display: block; }
.fl{ float: left; }

.vmiddle{ vertical-align:middle; }

.red{ color: red; }

