body {width: 100%; height: 100%; margin: 0; padding: 0; font-family: Arial, "sans-serif", verdana; font-size: 12px; color: #414042;background: #F2F2F2;}
h1 {color: #ffffff; background: #ddd; font-weight: bold; width: 90px; height: 28px; font-size: 11px; text-align: center; line-height: 2.2; display: block; -webkit-border-bottom-right-radius: 12px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px; margin: -22px auto 20px auto; }
.container {margin-top: 55px;}
.logotop {
	display: block;margin: 0 auto; width: 146px;padding-bottom: 8px;
}
td {padding: 3px 0;}
td.label {width: 120px;}
.form-wrapper {width: 450px; margin: 20px auto;}
.form-wrapper img {position: relative; z-index: 100;}
.form {position: relative;width: 330px; margin: 0 auto; padding: 20px 0 0 0; border: 1px solid #ddd; border-top: none; -webkit-border-bottom-right-radius: 8px; -webkit-border-bottom-left-radius: 8px; -moz-border-radius-bottomright: 8px; -moz-border-radius-bottomleft: 8px; border-bottom-right-radius: 8px; border-bottom-left-radius: 8px;

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-8 */
	-webkit-box-shadow:  0px 4px 15px 0px rgba(216, 216, 216, 0.2);
	box-shadow:  0px 4px 15px 0px rgba(216, 216, 216, 0.2);
}
td.label strong {border-top: 1px solid #ccc; display: block; padding: 10px 0 0 0; margin: 10px 0 0 0;}
form {padding: 0 15px;margin-top: 18px;}	
input {background: #f6f6f6; line-height: 16px; height: 16px; padding: 4px 10px; border: 1px solid #ddd; font-size: 11px; color: #7F7F7F; margin-bottom: 9px; margin-left: 10px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px;}
input:focus {outline: none; background:#fff; -webkit-box-shadow:0 0 5px #e8167e;; -moz-box-shadow:0 0 5px #e8167e;; box-shadow:0 0 5px #e8167e;; -webkit-transition:background 0.45s; -moz-transition:background 0.45s; transition:background 0.45s;}
input:-webkit-autofill, textarea:-webkit-autofill {background-color:#CBEAFF !important;}
input[type='submit'] {color: #ffffff; background: #e8167e; font-weight: bold; line-height: 16px; height: 28px; padding: 4px 10px;  text-align: center; display: block; margin: 12px 0 20px 0 -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; cursor: pointer;}
input[type='text'], input[type='password'], input[type='email']  {width: 170px}
input[type='submit']:hover {outline: none;  background: #11168f; -webkit-transition:background 1s; -moz-transition:background 1s; transition:background 1s;}
.rule {border-bottom: 1px solid #ccc; padding-bottom: 10px;}
input[type="checkbox"] {position: absolute; opacity: 0; z-index: 1000; cursor: pointer; width: 45px;}
/* Normal Track */
input[type="checkbox"].ios-switch + div {vertical-align: middle; width: 40px;	height: 18px; border: 1px solid #fff; border-radius: 999px; background: #999 url("../images/ui/checkbox-unchecked.png") no-repeat 75% 5px; -webkit-transition-duration: .4s; -webkit-transition-property: background-color, box-shadow; box-shadow: inset 0 0 0 0px #58585B;}
/* Checked Track (Green) */
input[type="checkbox"].ios-switch:checked + div {background: #0098FF url("../images/ui/checkbox-done.png") no-repeat 6px 5px; }
/* Normal Knob */
input[type="checkbox"].ios-switch + div > div {float: left; width: 16px; height: 16px; border-radius: inherit; background: #eee; -webkit-transition-timing-function: cubic-bezier(.54,1.45,.5,1); -webkit-transition-duration: 0.4s; -webkit-transition-property: transform, background-color, box-shadow; -moz-transition-timing-function: cubic-bezier(.54,1.45,.5,1); -moz-transition-duration: 0.4s; -moz-transition-property: transform, background-color; pointer-events: none; margin-top: 1px; margin-left: 1px;}
/* Checked Knob (Green Style) */
input[type="checkbox"].ios-switch:checked + div > div {-webkit-transform: translate3d(22px, 0, 0); -moz-transform: translate3d(22px, 0, 0); background-color: #CBEAFF; }
p.error {float: left; width: 180px; position: relative; font-size: 11px; color: #FF0000;}
span.error {
	position: relative;
	top: 0px;
	font-size: 11px;
	color: #FF0000;
	left: 14px;
}
.right {
	float: right;
}
.register {color: #333; text-align: center;}
.register:after {clear: right}
.register a {color: #999;}
.register a:hover, .terms {color: #0098FF;}
.clear {clear: both;}
#email_img { display: none;}
input[name=incoming_server], input[name=outgoing_server], input[name=incoming_port], input[name=outgoing_port] {color: #ffffff; -webkit-transition:color 2s ease; -moz-transition: color 2s ease; -o-transition: color 2s ease; transition: color 2s ease;}