body.glossy {
	margin:0;
	padding:0;
	border:none;
	font-family: "Proxima Nova","helvetica",arial,sans-serif;font-weight: 400;
    font-size: 14px;
	text-align:center;
	background-image:none;
}
a {
  outline: none;
}
form {
	height:100%;
	margin:0;
	padding:0;
}

/*-- ERROR MESSAGES --*/
ul.errorMsgList, ul.fatalMsgList {
	margin:6px auto 10px;
	padding:0 0 10px;
	background-color:#f3f0e5;
	list-style: none;
    width:418px;
	text-align:center;
	border:1px solid #480e0e;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
ul.errorMsgList h4, ul.fatalMsgList h4 {
	margin:8px 0 0;
	font-size:11px;
	font-weight:bold;
	line-height:16px;
	background-color:#862525;
	color:#f3f0e5;
	border-bottom:1px solid #480e0e;
	text-transform:uppercase;
	text-align:center;
}
ul.errorMsgList li, ul.fatalMsgList li {
	margin:8px 6px 0;
	padding:0 0 0 18px;
	background-image:transparent url(errorMsgListBullet.png);
	font-size: 12px;
	line-height:16px;
	color:#480e0e;
	text-align:left;
}
ul.errorMsgList li.hideMe, ul.fatalMsgList hideMe {
	display:none;
}

/*-- INFO MESSAGES --*/
ul.infoMsgList, ul.warnMsgList{
	margin:6px auto 10px;
	padding:0 0 6px;
	background-color:#d6e5e9;
	list-style: none;
    width:418px;
	text-align:center;
	border:1px solid #417885;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
ul.infoMsgList h4, ul.warnMsgList h4 {
	margin:8px 0 0;
	font-size:11px;
	font-weight:bold;
	line-height:16px;
	background-color:#417885;
	color:#f3f0e5;
	border-bottom:1px solid #417885;
	text-transform:uppercase;
	text-align:center;
}
ul.infoMsgList li, ul.warnMsgList li {
	margin:8px 6px 0;
	padding:0 0 0 18px;
	background:transparent url(infoMsgListBullet.gif) no-repeat left top;
	font-size: 14px;
	line-height:18px;
	color: #8a6d3b;
	text-align:left;
}
ul.infoMsgList li.hideMe, ul.warnMsgList li.hideMe {
	display:none;
}

fieldset span.error {
	display:none;
}

/*-- FIELDSET --*/
#login {
	margin:100px auto 12px;
	padding:0;
	width:466px;
	text-align:center;
	border-width:3px;
	border-style:solid;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	background-position:center top;
	background-repeat:no-repeat;
}
body.login #login, body.conf #login {
	margin-top:2.7em;
}

body.create #login {
	margin-top:.2em;
}
#login table {
	margin:0 auto;
	width:418px;
}

#login table td.top {
	padding-bottom:10px;
	background-color:transparent;
	background-image:none;
	background-repeat:no-repeat;
	background-position:top center;
}

#login table td.btm {
	height:20px;
	background-color:transparent;
	background-image:none;
	background-repeat:no-repeat;
	background-position:top center;
}

/*-- HEADERS --*/
#login h1 {
	display:block;
	margin:0 auto;
	height:200px;
	width:418px;
	border-bottom: none;
}
#login h2 {
	margin:0 auto 12px;
	width:418px;
	text-align:center;
	font-size:18px;
	text-transform:uppercase;
}
/*-- NON ERROR SYSTEM MESSAGES --*/
#login p {
	margin:6px auto 0;
	padding-bottom: 18px;
	width:420px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
}
#login p a {
	text-decoration:none;
	border-bottom:1px dotted;
}

/*-- LABELS --*/
#login label {
	display:block;
	float:left;
	clear:left;
	margin:0 16px 0 0;
	padding:0;
	width:106px;
	font-size:12px;
	font-weight:bold;
	cursor: pointer;
	text-align:left;
	line-height:30px;
}
#login label.inline {
	display:inline;
	float:left;
	margin-top:8px;
	width:auto;
	line-height:1;
	clear:none;
}

/*-- FORM ELEMENTS --*/
#login textarea, #login input, #login select {
	display:block;
	float:left;
	margin:2px auto 10px;
	padding:4px;
	width:286px;
	background:#f3f3f3;
	border:1px solid #666;
	font-size: 16px;
}
#login select.disabled {
	background-color:#eaeaea;
	color:#999;
}
/* GG SELECT */
.gg-select select {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: .6rem 3rem .6rem 1.2rem;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    border: 3px solid #c4c4c4;
    border-radius: 0;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-height: 46px;
}

#login input {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#login input.error {
	color:#f3f3f3;
}
#login input:focus, #login textarea:focus, #login select:focus {
	background: #fff;
	border: 1px solid #ccc;
}
#login input.rememberme {
	display:inline;
	float:left;
	margin-top:8px;
	margin-left:122px;
	margin-right:4px;
	padding:0;
	width:auto;
	border:none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	background-color:transparent;
	vertical-align:text-bottom;
}
#login input.submit, #login input.altSubmit {
	float:none;
	margin:20px auto 0;
	padding:0.25em;
	width:5em;
	background-image:url("30percentGradBG.png");
	background-repeat:repeat-x;
	background-position:0 bottom;
	font-size:15px;
	border-width:1px;
	border-style:solid;
	text-transform:uppercase;
  	outline:none;
	clear:both;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);
	cursor:pointer;
}
#login input.submit:active, #login input.altSubmit:active {
	background-position:0 top;
	color:#fff;
	text-shadow:-1px -1px 0 rgba(0, 0, 0, 0.5);
}
#login div.buttonBlock {
	margin:0;
	text-align:center;
	clear:both;
}
#login div.buttonBlock input.submit,#login div.buttonBlock input.altSubmit {
	display:inline;
    vertical-align:middle;
	clear:none;
}
#login div.buttonBlock input.altSubmit {
	margin-left:0;
	margin-right:10px;
}
#login div.buttonBlock input.submit {
	margin-left:0;
	margin-right:0;
}
/*-- OTHER ELEMENTS --*/
img#btmImg {
	margin:0 auto;
	width:390px;
	height:20px;
	border:none;
}
a.forgotPass {
	margin:0 auto;
	width:auto;
	font-size:12px;
	font-size:14px;
	padding-bottom:2px;
	text-decoration:none;
	border-bottom:1px dotted #480e0e;
	color:#480e0e;
	clear:both;
}
div.buildVersion {
    margin-top:12px;
    color:#666666;
    font-size:0.7em;
    font-size:0.9em;
    font-weight:bold;
}
div.patents {
	margin-top: 4px;
	color: #888;
	font-size: 0.6em;
	font-weight: normal;
}
br {
	height:1px;
	line-height:1px;
	clear:both;
}