#header{
	background-color: #2c2c2c;
	padding:20px;
}

#content{
	min-height:400px;
}
form{
	width:400px;
	margin:30px auto;
	text-align:center;
}
form input{
	padding:5px;
	width:300px;
}
form input, form button{
	font-size:16pt;
	margin:10px 0;
}

#content .warpper{
	padding:20px;
}

/*
 * list tables
 */
table.lists {
	width: 100%;
	margin: 10px 0;
	
}
table.lists th {
	background-color: #444;
	color: #fff;
	padding:5px;
	vertical-align: middle;
}
table.lists tr:hover {
	background-color: #eee;
}
table.lists td {
	padding: 5px;
	border-right:dotted 1px #aaa;
	border-bottom:solid 1px #aaa;
	min-width:55px;
}
table.lists td:first-child {
	
}
table.lists td:last-child {
	border-right:none;
}
table.lists td.action_btn{
	text-align:center;
	width:120px;
}
img.sort-drop {
	cursor: move;
}

#footer{
	text-align:center;
	color:#333;
	width:100%;
}