
a.btn,
a.act,
input[type="submit"]
{
	display: inline-block;
	padding: 10px 30px;
	border: solid 1px #fff;
	color: #fff;
	text-decoration: none;
	x-background: none;
}

a.btn:hover,
a.act,
input[type="submit"]:hover
{
	background: #369;
}

textarea, select, input[type="text"], input[type="password"] 
{
    padding: 5px;
    border: none;
    outline: none;
    font-size: 16px;
    font-family: arial;
}

#login_form input[type="text"], 
#login_form input[type="password"] 
{
    padding: 5px;
    border: ;
    outline: none;
    font-size: 16px;
    font-family: arial;
}

.list th,
.list td
{
	padding: 10px;
}

a
{
	color: #ddf;
}

a:hover
{
	color: #fff;
}

textarea, select, input[type="text"] 
{
    padding: 5px;
    border: none;
    outline: none;
    font-size: 16px;
    font-family: arial;
}



a.p0, a.p1
{
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	color: #88a;
	text-decoration: none;
	x-border: solid 1px #88a;
	border-radius: 5px;
}

a.p0:hover, a.p1
{
	background: none repeat scroll 0% 0% #369;
	color: #FFF;
	text-decoration: none;
}

.t_on
{
	color: #090;
}

.t_off
{
	color: #d00;
}

.t_off::before
{
	content: "-";
}


