body {
    background: rgba(0, 0, 0, 0);
    font-family: arial;
    font-size: 10pt;
    margin: 0px;
    padding: 0px;
}
h1 {
	font-size: 20px; 
	font-weight: bold; 
	padding: 45px 0 0 220px;
	text-indent: -99999px;
}

h2 {
	margin-bottom: 0.8em; 
	font-size: 1.8em; 
	color: #333; 
	font-weight: bold;
}

.msg {
    display: none;
}

#box {
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
	background: #eee;
	border: solid 3px #AAA; 
	border-radius: 15px;
	height: 300px;
	position: relative;
	text-align: left;
	top: 2.5em;
	width: 36.1em; 
}

#box label {
	font-weight: normal;	
}

#login_form {
    border: none;
}

#login_form p.help {
    margin: 0.5em;
}

#login_form label {
    clear: both;
    display: block;
    margin-bottom: 0.2em;
}

#login .errmsg,
#logout .errmsg {
    font-weight: bold;
    color: red;
}

#login_form fieldset {
    border: none;
}

#login_form input {
    display: block;
    float: left;
    margin-bottom: 0.6em;
}

#login_form input.checkbox {
    clear: both;
    float: left;
    margin: 0 0.6em 1.3em 0;
}

#login_form input:focus {
    outline: none;
}

#login_form input.text {
	font-size: 1.6em; 
    width: 12em;
}
#login_form label {
	clear: both;
	display: block; 
	font-size: 1.4em; 
	margin-bottom: 0.2em; 
}

#login_form label.right {
    clear: none;
    float: left;
}

#login_form p.note {
    color: #333;
    display: none;
    float: left;
    font-size: 0.8em;
    line-height: 1.9em;
    margin: 0;
    padding: 0;
    position: relative;
    text-indent: 0.6em;
}

#wrap {
    background: url('/lco/graphics/bg-wrap.jpg') no-repeat top left;
    margin: 3% 0 60px 4%;
    min-height: 422px;
    width: 650px;
    min-width: 550px;
}

.btn-login {
    background: url('/lco/graphics/btn-login.jpg') no-repeat;
    background-position: 0 0;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    height: 43px;
    text-indent: -6px;
    width: 84px;
}

.btn-login:hover {
    background-position: 0 -43px;
}

.clear {
    clear: both;
}

.footer {
    border-top: solid 1px #ccc;
    padding-left: 1.5em;
}
.form-wrap {
	padding: 2em 2em 1em;
}

.form-wrap p {
	font-size: 1.4em;
}

.left-wrap {
	float: left;
	text-align: left;
}

.troubleshooting {
    color: #999;
    float: right;
    font-size: 1em;
    margin-right: 2em;
    text-align: left;
    position: relative;
    top: 7em;
    right: 1.3em;
}

.welcome {
	color: #6d6e70;
	float: left;
	font-size: 14px;
	margin-bottom: 12px;
	padding: 30px 0 0 8px;
	text-align: center;
	width: 150px;
}


div#copyright-with-logo {
    font-style: italic;
    float: left;
    width: 100%;
    position: relative;
    top: -3em;
}

div.utd-site-selection {
    font-size: 12pt;
}

div#copyright-with-logo .copy {
    color: #b1b1b1;
    font-size: 11px;
    margin: 0;
    padding: 0 0 0 10px;
    float: left;
    clear: left;
}

div#copyright-with-logo .facebook-icon {
    background: url('/lco/graphics/social-icons_sp.jpg');
    width: 27px;
}

div#copyright-with-logo .twitter-icon {
    background: url('/lco/graphics/social-icons_sp.jpg');
    width: 30px;
    background-position: -27px 0;
}

div#copyright-with-logo img {
    display: block;
    margin-right: 2em;
    float: right;
    position: relative;
    top: 0.8em;
}

div#copyright-with-logo ul.links {
    list-style: none;
    margin: 0 0 10px 10px;
    padding: 0px;
    font-size: 8px;
}

div#copyright-with-logo ul.links li {
    display: inline;
    font-weight: bold;
    color: #bbb;
    padding-left: 4px;
}

div#copyright-with-logo ul.links li a {
    font-weight: normal;
    color: #777;
    font-size: 11px;
    margin-right: 4px;
}

div#copyright-with-logo ul.links li a:link {
    font-weight: normal;
    color: #777;
}

div#copyright-with-logo ul.social {
    margin: 0 0 0 10px;
    padding: 0;
    background: red;
}

div#copyright-with-logo ul.social li {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div#copyright-with-logo ul.social li a {
    display: block;
    height: 27px;
    text-indent: -99999px;
}


table.content {
    position: relative;
    top: 100px;
    left: 20px;
    width: 500px;
    min-height: 320px;
    min-width: 500px;
}

td#left-col {
    color: #6d6e70;
    width: 30%;
    text-align: center;
    vertical-align: top;
    font-size: 14px;
    height: 200px;
}


td#right-col {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background: #eee;
    border: solid 3px #AAA;
    border-radius: 15px;
    text-align: left;
    vertical-align: top;
    padding-left: 1em;
    padding-top: 2ex;
    font-size: 10pt;
    width: 350px;
    height: 225px;
}

form#login_form p.help {
	margin: 0.5em;
}

