.redcolor{ color: red; }

.button{
	color: #E50081;
	border: 0;
	background: #333;
	font-weight: bold;
	padding: 4px;
	-moz-border-radius-bottomright: 7px;
	border-radius-bottomright: 7px;
}
.input{
	font-family: 'Lucida Grande', 'Trebuchet MS', Arial, Sans-serif;
	color: #333;
	font-size:1em;
	padding: 2px;
	border: 1px solid #AAA;
	background: #FFF;
	margin: 2px;
	-moz-border-radius-bottomright: 7px;
	radius-bottomright: 7px;

}

.size100{ width:100px; } 
.size200{ width:200px; } 
.size300{ width:300px; } 
.size400{ width:400px; }
.size500{ width:500px; }
.size600{ width:600px; }

div.fll{ width: 50%; float: left; clear: both; }

td.line{ height:1px; background: #EEE; }

.input:focus, .input:hover{
	border: 1px solid #E50081;
}
.button:hover{
	background: #FFF;
	cursor: pointer;
}

