﻿/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

div.login p 
{
    margin: 2px 0px 10px 0px;
}

div.login label, div.register label, div.changePassword label
{
    display: inline-block;
	 width: 200px;
	 vertical-align: top;
}

div.login label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 750px;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification {
	color: rgb(200, 0, 0);
	border: 1px solid red;
	background-color: rgb(255, 150, 150);
	margin-bottom: 0.5em;
}

.failureNotification ul {
	padding: 0.5em;
	padding-left: 2em;
}

.failure {
	color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: left;
    padding-right: 0px;
}

.accountNavigation {
	text-align: right;
	width: 700px;
}

.labelText {
	display: inline-block;
	width: 150px;
}
.warn {
	background-color: #FFdd77 !important;
	border-color: #d97700 !important;
	color: #d97700 !important;
	min-height: 45px;
	padding-left: 4em !important;
	vertical-align: middle;
}
