@import url(https://fonts.googleapis.com/css?family=Droid+Sans:regular,bold);
/*
 * sticky footer start
 * http://www.cssstickyfooter.com
 */
html, body {
    height: 100%;
}
/* @TODO
@media (max-width: 480px) {
	body {
	/* this option disables automatic text resizing on the iphone
	applied only to this media type to not disable text zooming on webkit desktop browsers
	-webkit-text-size-adjust: none;
	}
}*/
#wrapper {
    min-height: 100%;
    padding: 0 5px;
}
.ie6 #wrapper {
    display: table;
    height: 100%
}
#content {
    overflow: visible;
    padding-bottom: 140px; /* must be same height as the footer (or even more, to have some space left) */
}
footer {
    position: relative;
    margin-top: -130px; /* negative value of footer height */
    height: 130px;
    background-color: #333;
    clear: both;
    padding: 0 5px;
}
/* Opera Fix */
body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
}
/*
 * sticky footer end
 */

/*
 * common start
 */
body {
    font-family: 'Droid Sans', Arial, sans-serif;
    color: #666;
    font-size: 62.5%; /* -> 1em = 10px */
    text-rendering: optimizeLegibility;
}
/* this disables text size adjusting on iPhones etc. */
@media screen and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: none;
  }
}

select, input, textarea, button {
	font-size: 99%; font-family: 'Droid Sans', Arial, sans-serif;
}
header, #content, #footer-content {
    width: 960px;
    margin: 0px auto;
}
header {
    overflow: hidden;
}
#content {
    margin-top: 48px;
    font-size: 1.6em;
}
h1, h2, h3 {
	color: #444;
}
h1 {
    font-size: 2.2em;
}
h1.dashboard {
	font-size: 3em;
	color: #dfdfdf;
	margin: 6px 0 30px 0;
}
h2 {
    font-size: 1.6em;
    margin: 1px 0 12px 0;
}
h3 {
    font-size: 1.3em;
    margin-bottom: 4px;
}
a, a:visited {
    color: #ff8000;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #000000;
    text-decoration: underline;
}
a.no-decoration {
    text-decoration: none;
}

/*
 * forms start
 */

fieldset div.checker {
	margin-top: -2px;
}
fieldset.grey {
    background-color: #FAFAFB;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    padding: 16px;
    margin: 0 0 30px 0;
    border: none;
}
input[type="text"], input[type="email"], input[type="url"], input[type="number"], input[type="password"], textarea {
    background: #f6f6f6;
    border: 1px solid;
    border-color: #cecece #e1e1e1 #e1e1e1 #cecece;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #777;
    font-size: 14px; /* font-size can't be in em's here, because form elements are places at different locations with different parent font-sizes */
    line-height: 140%;
    padding: 6px 10px 5px 10px;
    text-shadow: 0 1px 0 #FFF;
    vertical-align: middle;
    margin: 4px 4px 0 0;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05) inset;
    -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05) inset;
    outline: none;
    float: left;
    width: 206px;
}
.ie9 input[type="text"], .ie9 input[type="email"], .ie9 input[type="url"], .ie9 input[type="number"], .ie9 input[type="password"] {
	line-height: 100%;
}
input.readonly, input[disabled="disabled"] {
    background: #fcfcfc;
	color: #ccc;
}
input[type="submit"][disabled] {
	color: #fff;
}
div.nav-selector.disabled span {
	color: #ccc;
}
span.radioText.disabled{
	color: #ccc;
}
input[type="text"].tiny, input[type="email"].tiny, input[type="url"].tiny, input[type="number"].tiny {
    width: 40px;
}
input[type="text"].small, input[type="email"].small, input[type="url"].small, input[type="number"].small {
    width: 84px;
}
input[type="text"].wide, input[type="email"].wide, input[type="url"].wide, input[type="number"].wide {
    width: 454px;
}
dt#submit-label {
    display: none;
}
input.invalid {
    background-color: #ffd7d7;
    border-color: #ff8c8c;
    -webkit-box-shadow: 0 3px 4px rgba(255, 140, 140, 0.4) inset;
    -moz-box-shadow: 0 3px 4px rgba(255, 140, 140, 0.4) inset;
    box-shadow: 0 3px 4px rgba(255, 140, 140, 0.4) inset;
    position: relative;
}
/* input errors */
.cyonFormInputError {
    color: #fff;
    background-color: #f14d4d;
    border-radius: 10px;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    behavior: url(/assets/PIE.htc);
    margin: -4px 0 0 238px;
    padding: 14px 40px 12px 16px;
    width: 376px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    position: absolute;
    z-index: 1;
    line-height: 140%;
}
/* triangle */
.cyonFormInputError:after {
    content: "";
    position: absolute;
    top: 13px; /* value = - border-top-width - border-bottom-width */
    left: -8px; /* controls horizontal position */
    border-width: 10px 10px 10px 0; /* vary these values to change the angle of the vertex */
    border-style: solid;
    border-color: transparent #f14d4d;
    /* reduce the damage in FF3.0 */
    display: block;
    width: 0;
}
.cyonFormInputError a.errorCloseImg {
    background: url(/plugins/cyon_mod/skins/default/close-buttons.png) 0 -96px no-repeat;
    width:22px;
    height:22px;
    display:inline;
    z-index:3200;
    position:absolute;
    top:12px;
    right:10px;
    cursor:pointer;
}
.cyonFormInputError a.errorCloseImg:hover {
    background: url(/plugins/cyon_mod/skins/default/close-buttons.png) 0 -120px no-repeat;
}
.cyonFormInputError a {
	color: #FFF;
	text-decoration: underline;
}
textarea {
	width: 98%;
	line-height: 150%;
}
/*
 * forms end
 */

/*
 * message box start
 */
.message {
    border: 1px solid;
    padding: 14px 14px 12px 14px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    behavior: url(/assets/PIE.htc);
}
.message h2 {
    margin: 0 0 14px 0;
}
.message p {
    margin-bottom: 0;
}
.message ul {
	margin: 18px 0 0 18px;
}
.message ul li {
	margin-bottom: 12px;
}
.message.info {
    color: #326183;
    border-color: #9fd1f5;
    background: #d1ecff;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#eaf7ff), to(#d1ecff));
    background: -moz-linear-gradient(#eaf7ff, #d1ecff);
    background: linear-gradient(#eaf7ff, #d1ecff);
    -pie-background: linear-gradient(#eaf7ff, #d1ecff);
    behavior: url(/assets/PIE.htc);
}
.message.info h2 {
	color: #326183;
}
.message.success {
    color: #336836;
    border-color: #a6d877;
    background: #d5eebe;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#eeffde), to(#d5eebe));
    background: -moz-linear-gradient(#eeffde, #d5eebe);
    background: linear-gradient(#eeffde, #d5eebe);
    -pie-background: linear-gradient(#eeffde, #d5eebe);
    behavior: url(/assets/PIE.htc);
}
.message.success h2 {
	color: #336836;
}
.message.error {
    color: #820e0e;
    border-color: #f3abab;
    background: #facdcd;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffeaea), to(#facdcd));
    background: -moz-linear-gradient(#ffeaea, #facdcd);
    background: linear-gradient(#ffeaea, #facdcd);
    -pie-background: linear-gradient(#ffeaea, #facdcd);
    behavior: url(/assets/PIE.htc);
}
.message.error h2 {
	color: #820e0e;
}
.message.warn {
    color: #695d0a;
    border-color: #e0d559;
    background: #f3f8ae;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fafcd7), to(#f3f8ae));
    background: -moz-linear-gradient(#fafcd7, #f3f8ae);
    background: linear-gradient(#fafcd7, #f3f8ae);
    -pie-background: linear-gradient(#fafcd7, #f3f8ae);
    behavior: url(/assets/PIE.htc);
}
.message.warn h2 {
	color: #695d0a;
}
/*
 * message box end
 */

/*
 * infobox start
 */

.infobox {
    background-color: #F5F5F5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    padding: 16px;
    margin-bottom: 60px;
}
.infobox h2 {
    margin-top: 0;
}
.infobox input[type="text"] {
    margin: 5px 0 20px 0;
    font-size: 1.4em;
    padding-top: 6px;
    vertical-align: baseline;
	width: 400px;
}
.infobox input[type="checkbox"] {
    float: left;
    margin: 2px 6px 0 0;
}
@-moz-document url-prefix() {
    /* good old firefox fixes */
    .infobox input[type="checkbox"] {
    margin-top: 4px;
}
}
.infobox input.button, .infobox input.button[type="submit"] {
    margin-top: 20px;
    font-size: 1.4em;
    padding-top: 6px;
}
/*
 * infobox end
 */

/*
 * topmessage start
 */
.topmessage, .topmessagesdialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 31px 60px;
    color: #073d64;
    background-color: #d1ecff;
    border-bottom: 1px solid #9fd1f5;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    z-index: 300;
    display: none;
}
.topmessage p, .topmessagesdialog p {
    margin: 0;
    padding-right: 120px;
    font-size: 16px;
}
.topmessage a.close {
    background: url(/plugins/cyon_mod/skins/default/close-buttons.png) 0 -24px no-repeat;
    width: 22px;
    height: 22px;
    display: inline;
    text-indent: -999em;
    position: absolute;
    top: 32px;
    right: 150px;
    cursor: pointer;
}
.topmessagesdialog a.close {
    background: url(/plugins/cyon_mod/skins/default/close-buttons.png) 0 -24px no-repeat;
    width: 22px;
    height: 22px;
    display: inline;
    text-indent: -999em;
    position: absolute;
    top: 32px;
    right: 50px;
    cursor: pointer;
}
.topmessage a.close:hover, .topmessagesdialog a.close:hover {
    background:url(/plugins/cyon_mod/skins/default/close-buttons.png) 0 -48px no-repeat;
}
.topmessage.info, .topmessagesdialog.info{
    color: #073d64;
    background-color: #d1ecff;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e2f3ff), to(#c0e5ff));
    background: -moz-linear-gradient(#e2f3ff, #c0e5ff);
    background: linear-gradient(#e2f3ff, #c0e5ff);
    -pie-background: linear-gradient(#e2f3ff, #c0e5ff);
    border-bottom: 1px solid #9fd1f5;
}
.topmessage.success, .topmessagesdialog.success{
    color: #336836;
    background-color: #d5eebe;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#def2cb), to(#cceab1));
    background: -moz-linear-gradient(#def2cb, #cceab1);
    background: linear-gradient(#def2cb, #cceab1);
    -pie-background: linear-gradient(#def2cb, #cceab1);
    behavior: url(/assets/PIE.htc);
    border-bottom: 1px solid #a6d877;
}
.topmessage.error, .topmessagesdialog.error{
    color: #820e0e;
    background-color: #facdcd;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fcdcdc), to(#f8bebe));
    background: -moz-linear-gradient(#fcdcdc, #f8bebe);
    background: linear-gradient(#fcdcdc, #f8bebe);
    -pie-background: linear-gradient(#fcdcdc, #f8bebe);
    border-bottom: 1px solid #f3abab;
}
.topmessagesdialog.error a.close {
    background:url(/plugins/cyon_mod/skins/default/close-buttons.png) 0 -48px no-repeat;
}
.topmessage.error a.close:hover, .topmessagesdialog.error a.close:hover {
    background:url(/plugins/cyon_mod/skins/default/close-buttons.png) 0 -72px no-repeat;
}
.topmessage.warn, .topmessagesdialog.warn{
    color: #695d0a;
    background-color: #f3f8ae;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f5f9be), to(#f1f79e));
    background: -moz-linear-gradient(#f5f9be, #f1f79e);
    background: linear-gradient(#f5f9be, #f1f79e);
    -pie-background: linear-gradient(#f5f9be, #f1f79e);
    border-bottom: 1px solid #e0d559;
}
.topmessage.persistent {
	display: block;
	position: relative;
	padding: 0;
}
.topmessage.persistent p {
	padding: 30px;
}
#demoTopMessage {
	opacity: 0.6;
	margin-bottom: 18px;
	font-size: 1.24em;
}
/*
 * topmessage end
 */

/*
 * buttons start
 * http://webdesignerwall.com/tutorials/css3-gradient-buttons
 */
.button {
    font-weight: bold;
    display: inline-block;
    padding: 6px 10px;
    color: #fff;
    text-decoration: none;
    outline: none;
    vertical-align: baseline;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
    box-shadow: 0 1px 3px rgba(0,0,0,0.25);
}
.button.small {
    padding: 2px 10px 1px;
    font-size: 0.88em;
    border: none;
}
.button.table {
	line-height: 100%;
	padding: 3px 10px;
	margin-top: 0;
}
aside .button, aside a.button {
	padding: 10px 10px;
	width: 201px;
}
aside a.button {
	width: 181px;
}
.button::-moz-focus-inner /*Remove button padding in FF*/
{
    border: 0;
    padding: 0;
}
a.button {
    color: #FFF;
    padding-bottom: 5px;
}
a.button.white {
    color: #ff8000;
}
.lt-ie8 .button {
    zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
    *display: inline;
    overflow: visible;
}
.ie7 input[type="submit"].button {
    padding: 4px 10px;
}
.ie9 input[type="submit"].button {
    padding: 6px 10px;
    vertical-align: bottom;
}
.ie6 input.button {
    padding: 4px 10px;
    vertical-align: bottom;
}
.ie .button {
    border-radius: 5px;
    box-shadow: none; /* doesn't work on submit buttons */
    text-shadow: 0 -1px 1px #a7a7a7;
    behavior: url(/assets/PIE.htc);
}
.button:hover {
    text-decoration: none;
}
.button:active {
    position: relative;
    top: 1px;
}

/* animation */
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

/* blue */
.button.blue {
    border: 0px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    background: #3EA4D7;
    background: -webkit-gradient(linear, left top, left bottom, from(#66CCFF), to(#2389BC));
    background: -moz-linear-gradient(top,  #66CCFF,  #2389BC);
    background: linear-gradient(#66CCFF, #2389BC);
}
.ie .button.blue {
    border: none;
    -pie-background: linear-gradient(#66CCFF, #2389BC);
}
.button.blue:hover {
    background: #2692c8;
    background: -webkit-gradient(linear, left top, left bottom, from(#4db7ee), to(#0978ae));
    background: -moz-linear-gradient(top,  #4db7ee,  #0978ae);
    background: linear-gradient(#4db7ee, #0978ae);
}
.ie .button.blue:hover {
    border: none;
    -pie-background: linear-gradient(#4db7ee, #0978ae);
}
.button.blue:active {
    background: #3EA4D7;
    background: -webkit-gradient(linear, left top, left bottom, from(#2389BC), to(#66CCFF));
    background: -moz-linear-gradient(top,  #2389BC, #66CCFF);
    background: linear-gradient(#2389BC, #66CCFF);
}
.ie.button.blue:active {
    border: none;
    -pie-background: linear-gradient(#2389BC, #66CCFF);
}

.button.loading, .button.loading:hover, .button.loading:active {
	cursor: default;
    border: 0px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.25);
	background-color: #b7b7b7;
	background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	-o-background-size: 40px 40px;
 	background-size: 40px 40px;
	-webkit-animation: progress-bar-stripes 1.5s linear infinite;
	-moz-animation: progress-bar-stripes 1.5s linear infinite;
	animation: progress-bar-stripes 1.5s linear infinite;
}
/*
 * button end
 */

/*
 * login start
 */
body.login  #wrapper {
    color: #666;
	behavior: url(/assets/PIE.htc);
	background: #ff7c0a;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffa347), to(#ff7c0a));
	background: -moz-linear-gradient(#ffa347, #ff7c0a);
	background: -o-linear-gradient(#ffa347, #ff7c0a);
	background: linear-gradient(#ffa347, #ff7c0a);
	-pie-background: linear-gradient(#ffa347, #ff7c0a);
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
body.webmail  #wrapper {
    color: #666;
	behavior: url(/assets/PIE.htc);
	background: #3EA4D7;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#66CCFF), to(#006699));
	background: -moz-linear-gradient(#66CCFF, #006699);
	background: -o-linear-gradient(#66CCFF, #006699);
	background: linear-gradient(#66CCFF, #006699);
	-pie-background: linear-gradient(#66CCFF, #006699);
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#logincontent {
    width: 407px;
    margin: 0px auto;
    font-size: 1.6em;
    overflow: visible;
    padding-bottom: 70px; /* must be same height as footer.login */
}
#boxcontent {
	position: relative;
	padding-top: 144px;
}
footer.login #footer-content {
    width: 407px;
    margin: 0px auto;
}
#logincontent .loginLogo {
	margin: -147px 0 0 50px;
	position: absolute;
}
#loginbox {
    behavior: url(/assets/PIE.htc);
    background: #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.4);
	box-shadow: 0 3px 10px rgba(0,0,0,0.4);
}
div.multifactorbox {
    padding-top: 40px;
}
#loginbox #tabContainer {
	overflow: hidden;
	margin-bottom: 100px;
}
#loginbox #tabContainer a.tab {
	width: 203px;
	height: 70px;
}
#loginbox #tabContainer a.tab {
	text-decoration: none;
	color: #666666;
	cursor: default;
}
#loginbox #tabContainer .tab.background {
	color: #fff;
	behavior: url(/assets/PIE.htc);
	background: #dcdcdc;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e9e9e9), to(#d2d2d2));
	background: -moz-linear-gradient(#e9e9e9, #d2d2d2);
	background: -o-linear-gradient(#e9e9e9, #d2d2d2);
	background: linear-gradient(#e9e9e9, #d2d2d2);
	-pie-background: linear-gradient(#e9e9e9, #d2d2d2);
	border-bottom: 1px solid #b2b2b2;
	cursor: pointer;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
#loginbox #tabContainer .tab.background:hover {
	behavior: url(/assets/PIE.htc);
	background: #d2d2d2;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#dfdfdf), to(#c8c8c8));
	background: -moz-linear-gradient(#dfdfdf, #c8c8c8);
	background: -o-linear-gradient(#dfdfdf, #c8c8c8);
	background: linear-gradient(#dfdfdf, #c8c8c8);
	-pie-background: linear-gradient(#dfdfdf, #c8c8c8);
	border-bottom: 1px solid #a8a8a8;
}
#loginbox #tabContainer .tab.mycyon {
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	float: left;
}
#loginbox #tabContainer .tab.webmail {
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	width: 202px; /* fix for some browsers where it doesn't fit with 203px */
	float: right;
}
#loginbox #tabContainer .tab.mycyon.background {
	border-right: 1px solid #bcbcbc;
}
#loginbox #tabContainer .tab.webmail.background {
	border-left: 1px solid #bcbcbc;
}
#loginbox #tabContainer .tab p {
	font-size: 1.3em;
	height: 30px;
	margin: 21px 0 0 38px;
	padding: 4px 0 0 44px;
}
#loginbox #tabContainer .tab.mycyon p {
	background: url(/plugins/cyon_mod/skins/default/login-sprite.png) 0 0 no-repeat;
}
#loginbox #tabContainer .tab.mycyon.background p {
	background: url(/plugins/cyon_mod/skins/default/login-sprite.png) 0 -100px no-repeat;
}
#loginbox #tabContainer .tab.webmail p {
	background: url(/plugins/cyon_mod/skins/default/login-sprite.png) 0 -193px no-repeat;
}
#loginbox #tabContainer .tab.webmail.background p {
	background: url(/plugins/cyon_mod/skins/default/login-sprite.png) 0 -293px no-repeat;
}
#loginbox .loginContent, #loginbox.loginContent {
	padding: 0 40px;
}
#loginbox.loginContent h2 {
	padding: 35px 0 10px 0;
}
#loginbox p {
	margin-top: 14px;
}
#loginbox .textInput {
	position: relative;
}
#loginbox .textInput label {
	font-size: 20px;
	position: absolute;
	line-height: 100%;
	margin: 15px 0 0 12px;
	color: #CCC;
	text-shadow: 0 1px 0 #FFF;
}
#loginbox input {
	float: none;
}
/*#loginbox .textInput input.prefilled {
	color: #CCC;
}*/
#loginbox .textInput input {
	margin: 0 0 10px 0;
	width: 307px;
	font-size: 20px;
	padding: 12px 10px 10px 10px;
	line-height: 100%;
}
#loginbox .submitButton input {
	margin: 40px 0 40px 0;
	width: 327px;
	font-size: 20px;
	padding: 16px 10px 14px 10px;
	line-height: 100%;
}
#loginbox .submitButton a {
	text-align: center;
	margin: 40px 0 40px 0;
	width: 307px;
	font-size: 20px;
	padding: 16px 10px 14px 10px;
	line-height: 100%;
}
#loginbox .submitButton input.cancel,
#loginbox .submitButton a.cancel {
	margin-top: -28px;
}
#loginbox dt#rememberme-label {
	padding-top: 3px;
	margin-left: 34px;
}
#subLoginbox {
	margin: 14px 0 20px 0;
	overflow: hidden;
}
#subLoginbox .rememberMe {
	display: none;
	float: left;
	width: 200px;
}
#subLoginbox .rememberMe input {
	margin: 1px 4px 0 0;
	float: left;
}
#subLoginbox .rememberMe span {
	display: block;
}
#subLoginbox .forgotPw {
	overflow: hidden;
}
#subLoginbox .forgotPw a {
	color: #fff;
	float: right;
}
#subLoginbox #pwForgottenInfo {
	position:relative;
	margin-top: 20px;
	background-color: #fff;
	padding: 16px;
	behavior: url(/assets/PIE.htc);
	background: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#subLoginbox #pwForgottenInfo:after {
	content: "";
	position: absolute;
	top: -15px; /* value = - border-top-width - border-bottom-width */
	right: 20px; /* controls horizontal position */
	border-width:0 15px 15px; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#fff transparent;
	/* reduce the damage in FF3.0 */
	display:block;
	width:0;
}
footer.login {
    position: relative;
    margin-top: -70px; /* negative value of footer height */
    height: 70px;
	background: none;
    clear: both;
    padding: 0 5px;
}
footer.login #footer-content {
    color: #fff;
    font-size: 16px;
    text-shadow: 0px -1px 1px rgba(0,0,0,0.2);
    overflow: hidden;
}
footer.login #footer-content a {
	color: #fff;
}
footer.login ul {
	line-height: 140%;
    overflow: hidden;
    opacity: 0.5;
}
/*
 * login end
 */