@charset "utf-8";

@import url("/lib/udef.css");

body {
    background-color: #BE0088;
    color: #000;
    text-align: center;
    margin-top: 80px;
    font-weight: bold;
    font-size: 0.70em;
}

/*****
	Log in Section 
****/

div#inalert {
	background-color: #E66820;
	margin-bottom: 5px;
	text-align: center;
	width: 200px;
}

a.logbuttun:active {
	position: relative;
	top: 1px;
	left: 1px;
}

a.logbuttun:hover {
	background-color: #ddd;
}

div#fenlogin {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

td#logintd {
	border-left: 1px solid black;
	padding-left: 20px;
}

td#tdlogo {
	text-align: right;
	color: #000;
	font-size: 2em;
}

a.logbuttun { 
	text-decoration: none;
	color: #000;
}

input {
	padding: 2px 4px;
}

td#tdcopy {
	line-height: 1.1em;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
}