body.glossy {
	margin:0;
	padding:0;
	border:none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial;
	text-align:center;
	background-image:none;
}
body.glossy.kimbia,
body.glossy.givegab {
	font-family: "GT America", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
}
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:transparent url(https://widgets.abilafundraisingonline.com/panel/styles/glossyLogo/errorMsgListBullet.gif) no-repeat left top;
	font-size: 12px;
	line-height:16px;
	color:#480e0e;
	text-align:left;
}
body.kimbia ul.errorMsgList li, ul.fatalMsgList li {
	background-image:url(https://widgets.abilafundraisingonline.com/panel/styles/glossyLogo/errorMsgListBullet.png);
}
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;
}
body.kimbia ul.infoMsgList, body.kimbia ul.warnMsgList{
	background-color: #fcf8e3;
	border-color: #faebcc;
}

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;
}
body.kimbia ul.infoMsgList h4, body.kimbia ul.warnMsgList h4 {
	background-color:#fcf8e3;
	color:#8a6d3b;
	border-bottom:1px solid #faebcc;
}
ul.infoMsgList li, ul.warnMsgList li {
	margin:8px 6px 0;
	padding:0 0 0 18px;
	background:transparent url(https://widgets.abilafundraisingonline.com/panel/styles/glossyLogo/infoMsgListBullet.gif) no-repeat left top;
	font-size: 14px;
	line-height:18px;
	color: #8a6d3b;
	text-align:left;
}
body.kimbia ul.infoMsgList li, body.kimbia ul.warnMsgList li {
	background-image:url(https://widgets.abilafundraisingonline.com/panel/styles/glossyLogo/infoMsgListBullet.png);
}
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.glossy.kimbia #login {
	border-width:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}
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;
}
body.glossy.kimbia #login h1 {
	height:260px;
}
#login h2 {
	margin:0 auto 12px;
	width:418px;
	text-align:center;
	font-size:18px;
	text-transform:uppercase;
}
body.glossy.kimbia #login h2 {
	font-size: 30px;
	font-family: "GT America", Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #0fc2ec !important;
}

/*-- 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;
}
body.glossy.kimbia #login label {
	font-size:14px;
	font-family: "Proxima Nova","helvetica",arial,sans-serif;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#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;
}
body.glossy.kimbia #login textarea, body.glossy.kimbia #login input, body.glossy.kimbia #login select {
	background:#fff;
	border:1px solid #c4c4c4;
}
#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;
}
body.glossy.kimbia #login input {
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}
#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("https://widgets.abilafundraisingonline.com/panel/styles/glossyLogo/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;
}
body.glossy.kimbia #login input.submit, body.glossy.kimbia #login input.altSubmit {
	font-family: "Museo Slab",verdana,arial,sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.42857143;
	font-weight: 700;
	font-size: 1.4em;
	padding: .45em 1.25em;
	background-image:none;background-position:0 0;
	border-radius: 3px;
	border-color: transparent transparent rgba(0,0,0,.17);
	border-style: solid;
	border-width: 0 0 3px;
	text-transform:none;text-shadow: 0 1px 0 rgba(0,0,0,.17);
	width: 100%;
	-webkit-appearance: button;
	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);
}
body.glossy.kimbia #login input.submit:active, body.glossy.kimbia #login input.altSubmit:active {
	background-position:0 top;
}
#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;
}
body.glossy.kimbia #login div.buttonBlock input.submit, body.glossy.kimbia #login div.buttonBlock input.altSubmit {
	width:40%;
}
#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;
}
body.glossy.kimbia a.forgotPass {
	font-size:14px;
}
div.buildVersion {
	margin-top:12px;
	color:#666666;
	font-size:0.7em;
	font-size:0.9em;
	font-weight:bold;
}
body.glossy.kimbia div.buildVersion {
	font-size:0.9em;
}
div.patents {
	margin-top: 4px;
	color: #888;
	font-size: 0.6em;
	font-weight: normal;
}
body.glossy.kimbia div.patents {
	font-size: 0.8em;
}
br {
	height:1px;
	line-height:1px;
	clear:both;
}