body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	color: #000;
}
body.user.loggedin {
	background: url(/img/page-bg.png) no-repeat center 153px;
}
body, input, select, textarea {
	font-family: arial, sans-serif;
}
h1 {
	font-size: 24px;
}
h4 {
	font-size: 15px;
	font-weight: bold;
}


/* Page layout */

.page-wrapper {
	width: 100%;
	text-align: center;
	background: url(/img/header-bg-new.png) repeat-x;
}
.page {
	max-width: 990px;
	width: expression(Math.min(parseInt(this.offsetWidth), 990) + "px");
	text-align: left;
	margin: 0 auto;
}
.page-content {
	min-width: 990px;
	width: expression(document.body.clientWidth < 990 ? "990px": "auto" );
	clear: both;
	padding: 0 0 10px 0;
	min-height: 460px;
	height: 460px;
	border-bottom: 1px solid #ddd;
}
body.admin .page {
	max-width: 1200px;
	width: expression(Math.min(parseInt(this.offsetWidth), 1200) + "px");
}
body.admin .page-content {
	min-width: 1200px;
	width: expression(document.body.clientWidth < 1200 ? "1200px": "auto" );
}
.page-header {
	min-width: 650px;
	width: expression(document.body.clientWidth < 650 ? "650px": "auto" );
	height: 151px;
	padding: 0 3em;
}
html > body .page-content {
	height: auto;
}
.left-column {
	width: 44em;
}
.right-column {
	background: url(/img/widgets/shadow.png) no-repeat 0 4em;
	width: 20em;
}
.left-column, .right-column {
	padding: 3em 2em 2em 4em;
	float: left;
	min-height: 50em;
	height: 50em;
}
html > body .left-column, html > body .right-column {
	height: auto;
}
.right-column h2 {
	background: #296cbe url(/img/boxes/sidebar-heading.png) no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	padding: 6.5px 0px 11px 13px;
	display: block;
}
.right-column p {
	padding: 0.5em 1em 1em 1em;
}
.right-column .bigcount {
	color: #40b040;
	font-size: 45px;
	text-align: center;
	letter-spacing: -2px;
	padding: 0;
}


.content-left {
	padding: 8px 12px 0px 12px;
}
.content-right {
	width: 18em;
	height: 30em;
	padding: 2em 1em 0 1.3em;
	background: url(/img/company/content-right-bg.jpg) no-repeat 0 2em;
}


.content-right h2 {
	background-color: #edf4f8;
	font-weight: bold;
	font-size: 13px;
	padding: 0.4em 0.5em 0.5em 0.9em;
	display: block;
	height: 2.1em;
}
.content-right .submit {
	padding: 0 0 1em 1em;
}
.page-footer {
	height: 70px;
	padding-top: 10px;
	color: #555;
}
.page-footer a {
	text-decoration: underline;
	margin: 0 12px 0 18px;
}
.page-footer a:hover {
	text-decoration: none;
}
.copyright {
	float: left;
}
.page-footer-links {
	float: right;
}


.breadcrumb {
	font-size: 11px;
	margin: 7px 0 0 3px;
}

a {
	color: #3b5998;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a, .submit input, input.checkbox {
	cursor: pointer;
}

.small {
	font-size: 11px;
}

.page-header .logo {
	float: left;
	display: block;
	width: 224px;
	height: 63px;
	margin: 18px 0 8px;
	background-image: url(/img/logo.png);
}



/* Top login form */

.login-form {
	padding-top: 3em;
}
.login-form form {
	padding-top: 0.7em;
}
.login-form div.input, .login-form div.submit {
	float: left;
}
.login-form div.input {
	margin-right: 1em;
}
.login-form div.links {
	padding-right: 6em;
	text-align: right;
}
.login-form a, .login-form a:hover {
	color: #98a9ca;
	font-size: 11px;
	display:block;
}
.login-form #UserEmail {
	width: 11em;
}
.login-form #UserPassword {
	width: 9em;
}

.login-form div.submit {
	swidth: 54px;
}
.login-form .submit input {
	background: url(/img/buttons/blue3.png) no-repeat;
	width: 54px;
	height: 22px;
	line-height: 22px;
	border: none;
	margin: 0;
	padding: 0 9px;
	float: left;
	color: #0b507d;
	font-size: 12px;
}

#migration_form label {
	color: #666;
	font-weight: bold;
}

.page-top-menu {
	float: right;
	padding: 3em 2px 0 0;
	text-align: center;
	color: #fff;
	line-height: 23px;
}
.page-top-menu .icon-warning {
	margin-right: 0.5em;
	cursor: pointer;
}
.page-top-menu ul {
	list-style-type: none;
}
.page-top-menu li {
	float: left;
	display: block;
}
.page-top-menu li.divider {
	background: url(/img/widgets/divider.png) no-repeat center center;
	padding: 0 0.8em;
	height: 23px;
}
.page-top-menu .blue-button, .page-top-menu .green-button {
	display: block;
	width: 54px;
	height: 23px;
	text-decoration: none;
}
.page-top-menu .blue-button {
	background: url(/img/buttons/blue3.png) no-repeat;
}
.page-top-menu .green-button {
	background: url(/img/buttons/green.png) no-repeat;
	color: #0b507d;
	font-size: 10px;
}
.page-top-menu a:hover {
	text-decoration: none;
}
.page-top-menu a.linkification-ext {
	color: #144282;
}


/* Top menu tabs */

.page-menu {
	float: left;
	clear: left;
	height: 31px;
}
.loggedin .page-menu {
	width: 100%;
}
.page-menu a {
	display: block;
	float: left;
	height: 31px;
	background: url(/img/company/page-menu-item-bg.png) #4a73af repeat-x;
	background-position: 0 0;
	margin-right: 2px;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	line-height: 31px;
}
.page-menu a.hover:hover {
	background-position: 0 -31px;
	background-color: #94b4dd;
}
.page-menu a.selected, .page-menu a.selected:hover {
	background-color: #d9e2f0;
	color: #144282;
	font-weight: bold;
}
.page-menu a.selected:hover {
	text-decoration: none;
}
.page-menu a span {
	display: block;
	float: left;
	padding: 0 8px;
}
.page-menu a div {
	float: left;
	width: 4px;
	height: 31px;
}
.page-menu a div.l {
	background-image: url(/img/company/page-menu-item-left.png);
	background-position: 0 0;
}
.page-menu a div.r {
	background-image: url(/img/company/page-menu-item-right.png);
	background-position: 0 0;
}
.page-menu a.red {
	background: url(/img/company/topmenu-red-m.png) #4a73af repeat-x;
}
.page-menu a.red div.l {
	background-image: url(/img/company/topmenu-red-l.png);
}
.page-menu a.red div.r {
	background-image: url(/img/company/topmenu-red-r.png);
}
.page-menu a.hover:hover div.l,
.page-menu a.hover:hover div.r {
	background-position: 0 -31px;
}
.page-menu a.selected,
.page-menu a.selected div.l,
.page-menu a.selected div.r,
.page-menu a.selected:hover,
.page-menu a.selected:hover div.l,
.page-menu a.selected:hover div.r {
	background-position: 0 -62px;
}

.submenu {
	float: left;
	clear: left;
	padding-top: 0.5em;
	width: 100%;
}
.submenu a {
	font-size: 15px;
	padding: 0 1.5em 0 0.8em;
	text-decoration: none;
}
.submenu a.selected, .submenu a:hover {
	text-decoration: underline;
}
.submenu2 {
	padding: 1em 0 0 4em;
}


/* Forms */

form {
	padding: 0;
	margin: 0;
}
input.text, select, textarea {
	color: #222;
	background-color: #fff;
	border: 1px solid #2364be;
	padding: 3px;
	font-size: 13px;
}
select {
	padding: 1px;
	margin: 0;
}
.submit input, a.button {
	background-color: #2364be;
	color: #fff;
	border: none;
	padding: 0.2em 0.5em;
	margin-right: 0.5em;
	font-size: 15px;
}
a.button {
	text-decoration: none;
	padding: 0.3em 0.7em;
}
.submit.small input {
	font-size: 13px;
}
.submit input:hover, a.button:hover {
	background-color: #4c4c4c;
}
.submit span {
	font-size: 11px;
}

div.input.error label, div.input.error .legend {
	color: #e72323;
}
div.input.error fieldset label {
	color: #000;
}
div.input.error input, div.input.error select, div.input.error textarea {
	border-color: #e72323;
}
div.error-message {
	background-color: #c66;
	color: #fff;
	padding: 0.2em 0.5em;
	margin-top: 0.2em;
}
div.input .note {
    font-size: 12px;
    color: #666;
}

.date .day-select {
	width: 6em;
}
.date .month-select {
	width: 4.5em;
}
.date .year-select {
	width: 4.5em;
}

form.centered div.input {
	padding-bottom: 0.7em;
}
form.centered label, form.centered .legend {
	width: 15em;
	text-align: right;
	display: block;
	float: left;
	padding: 0.3em 0.7em 0 0;
}
form.centered .legend {
	padding-bottom: 0.5em;
}
form.centered input.text {
	width: 15em;
}
form.centered div.error-message {
	width: 20em;
}
form.centered div.error-message, form.centered .note {
	margin-left: 204px;
}
form.centered div.submit {
	padding: 0.5em 0 0 204px;
}
/* Safari fix */
@media screen and (-webkit-min-device-pixel-ratio:0){
form.centered div.submit {
    padding-left: 202px;
}}

form.centered div.captcha .wrapper {
	padding-left: 15.7em;
}

.input fieldset label {
	display: inline;
	width: auto;
	float: none;
	padding: 0 1.5em 0 0.3em;
}
.input fieldset p {
	float: left;
}
.input fieldset input {
	vertical-align: bottom;
	margin: 5px 0 0;
}
.input.disabled input {
	background-color: #dfdfdf;
	color: #666;
}

div.submit.centered {
	padding: 1em 0;
}


/* Boxes */

.floatwrap:after, div.input:after, .box:after, .box-content:after, .tl:after, .tr:after, .bl:after, .br:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.floatwrap, div.input, .box, .box-content, .tl, .tr, .bl, .br {
	display: inline-block;
}
.floatwrap, div.input, .box, .box-content, .tl, .tr, .bl, .br {
	display: block;
}

.box {
	width: 40em;
	padding: 1.5em 1.5em 1em 1.5em;
	margin: 0 auto 1em auto;
	color: #000;
	text-align: left;
}
.box h1 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 0.2em;
	margin-bottom: 0.7em;
	border-bottom: 1px solid #d2d2d2;
}

.box2 {
/*
padding: 1.5em 1.5em 1em 1.5em;
*/
	margin: 0 auto 1em auto;
	color: #000;
	text-align: left;
}

.rounded .tl {
	background: url('/img/boxes/corner-tl.gif') no-repeat;
}
.rounded .tr {
	background: url('/img/boxes/corner-tr.gif') no-repeat top right;
}
.rounded .bl {
	background: url('/img/boxes/corner-bl.gif') no-repeat bottom left;
}
.rounded .br {
	background: url('/img/boxes/corner-br.gif') no-repeat bottom right;
}

.rounded2 {
	position: relative;
	border: 1px solid #d2d2d2;
}
.rounded2 .tl, .rounded2 .tr, .rounded2 .br, .rounded2 .bl {
	position: absolute;
	width: 7px;
	height: 7px;
}
.rounded2 .tl {
	left: -1px;
	top: -1px;
	background: url(/img/boxes/tl2.png);
}
.rounded2 .tr {
	right: -1px;
	top: -1px;
	background: url(/img/boxes/tr2.png);
}
.rounded2 .br {
	right: -1px;
	bottom: -1px;
	background: url(/img/boxes/br2.png);
}
.rounded2 .bl {
	left: -1px;
	bottom: -1px;
	background: url(/img/boxes/bl2.png);
}

.rounded3 {
	position: relative;
	border: 1px solid #d2d2d2;
}
.rounded3 .tl, .rounded3 .tr, .rounded3 .br, .rounded3 .bl {
	position: absolute;
	width: 7px;
	height: 7px;
}
.rounded3 .tl {
	left: -1px;
	top: -1px;
	background: url(/img/boxes/tl3.png);
}
.rounded3 .tr {
	right: -1px;
	top: -1px;
	background: url(/img/boxes/tr3.png);
}
.rounded3 .br {
	right: -1px;
	bottom: -1px;
	background: url(/img/boxes/br2.png);
}
.rounded3 .bl {
	left: -1px;
	bottom: -1px;
	background: url(/img/boxes/bl2.png);
}

.rounded4 {
	position: relative;
	border: 1px solid #d2d2d2;
}
.rounded4 .tl, .rounded4 .tr, .rounded4 .br, .rounded4 .bl {
	position: absolute;
	width: 7px;
	height: 7px;
}
.rounded4 .tl {
	left: -1px;
	top: -1px;
	background: url(/img/boxes/tl4.png);
}
.rounded4 .tr {
	right: -1px;
	top: -1px;
	background: url(/img/boxes/tr4.png);
}
.rounded4 .br {
	right: -1px;
	bottom: -1px;
	background: url(/img/boxes/br4.png);
}
.rounded4 .bl {
	left: -1px;
	bottom: -1px;
	background: url(/img/boxes/bl4.png);
}


.rounded-3 .tl {
	background: url('/img/boxes/corner-tl-3.gif') no-repeat;
}
.rounded-3 .tr {
	background: url('/img/boxes/corner-tr-3.gif') no-repeat top right;
}
.rounded-3 .bl {
	background: url('/img/boxes/corner-bl-3.gif') no-repeat bottom left;
}
.rounded-3 .br {
	background: url('/img/boxes/corner-br-3.gif') no-repeat bottom right;
}

.rounded-3-blue2 .tl {
	background: url('/img/boxes/corner-tl-3-blue2.gif') no-repeat;
}
.rounded-3-blue2 .tr {
	background: url('/img/boxes/corner-tr-3-blue2.gif') no-repeat top right;
}
.rounded-3-blue2 .bl {
	background: url('/img/boxes/corner-bl-3-blue2.gif') no-repeat bottom left;
}
.rounded-3-blue2 .br {
	background: url('/img/boxes/corner-br-3-blue2.gif') no-repeat bottom right;
}

.empty-box {
	width: auto;
	padding: 30px 0;
	margin: 20px 0;
	text-align: center;
	color: #535353;
	background-color: #cfffc2;

}
.empty-box a {
	color: #0f8a00;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 30px;
}
.empty-box a:hover {
	text-decoration: none;
}

.error-box {
	width: auto;
	padding: 30px 0;
	margin: 20px 0;
	text-align: center;
	background-color: #ffcfcf;
	color: #8a0000;
	font-size: 20px;
	font-weight: bold;
}


.simple-page {
	padding: 3em;
}
.simple-page h1 {
	background-color: #eee;
	border-bottom: 1px solid #ddd;
	padding: 0.1em 0 0.1em 10px;
	margin-bottom: 0.5em;
	font-size: 24px;
	font-weight: normal;
}
.simple-page p {
	color: #000;
	padding: 0 0 1.3em 0;
}
.simple-page h1, .simple-page .simple-page-content {
	width: 590px;
}
.simple-page.left-column h1, .simple-page.left-column p {
	width: auto;
}

.textpage {
	padding: 2em 1em;
}


/* Jobs page */

.case-box {
	background-color:#f0f0f0;
	font-size:13px;
	font-weight: normal;
	color:#363636;
	margin-bottom:26px;
	position:relative;
	width: 600px;
}
.case-box-header {
	width:100%;
	height:10px;
	background-image:url(/img/case-studies-box-header.png);
}
.case-box-footer {
	position:relative;
	width:100%;
	height:37px;
	padding-top:5px;
	background-image:url(/img/case-studies-box-footer.png);
}
.case-box table {
	margin:0 0 12px 12px;
	width:678px;
}
.case-box-title {
	font-size:11px;
	color:#000;
	width:150px;
	border-right:none;
	margin:6px 0 8px 16px;
	height:auto;
}
.case-box-desc {
	font-size:16px;
	padding-left:14px;
}
.case-box-title span {
	font-size:17px;
	color:#000;
	font-weight: bold;
}
.case-box-text {
	padding-bottom:10px;
	/*margin-left:12px;*/
	margin:0 16px;
}
.case-box-text p {
	margin:0 0 16px 0;
	line-height:18px;
}
.case-box a.case-box-blue {
	padding:0px 3px;
	background-color: #c3e2ff;
	color:#000;
	text-decoration: none;
	cursor:pointer;
}
.case-box a.case-box-blue:hover {
	background-color: #ffff99;
}
.case-box-new {
	position:absolute;
	width:92px;
	height:55px;
	top:0;
	right:0;
	background-image: url(/img/case-box-new.png);
}
.case-box div.list-header {
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
}
.case-box ul {
	margin:0 16px 20px 16px;
	line-height:20px;
}
.case-box a.blue-button {
	width:166px;
	height:34px;
	color:#fff !important;
	text-decoration:none;
	background-image:url(/img/buttons/blue-arrow.png);
	display:block;
	font-size:14px;
	text-indent:16px;
	line-height:31px;
	float: right;
	margin-right: 15px;
/*
	left:385px;
	position:relative;
*/
}
.case-box a.blue-button:hover {
	text-decoration:underline;
}
.case-box #hidden_content {
	height:0px;
	overflow:hidden;
}
.case-box #close {
	display:none;
}
.case-box-footer a.case-box-blue {
	position:relative;
	margin-left:16px;
	top:8px;
}
* html ,case-box a.blue-button {
	behavior: url(/css/iepngfix.htc);
}


/* Misc. stuff */

#flashMessage, #errorMessage, #loginMessage {
	background-color: #c9f3be;
	color: #333;
	font-size: 16px;
	padding: 10px;
	margin: 10px 0 0 10px;
	width: 950px;
}
#errorMessage, #loginMessage {
	background-color: #ffe7e7;
}
#loginMessage {
	margin-left: 0;
	border: 1px solid #d25c26;
	background-color: #fcf0ed;
	color: #424242;
	display: block;
	text-align: center;
	font-size: 11px;
	padding: 0.5em;
	width: auto;
}

#flashMessage ul {
    list-style-position: inside;
}
.left-column-message {
    width: 52em !important;
    margin: 10px 0 0 1em !important;
    font-size: 12px !important;
}

.clearfix {
	clear: both;
}
.offscreen {
	position: absolute;
	left: -9999px;
	top: -9999px;
}
.hidden {
	display: none !important;
}
.left {
	float: left !important;
}
.right {
	float: right !important;
}
.italic {
	font-style: italic;
}
div.centered {
	width: 100%;
	text-align: center;
}
.spacer {
	height: 4.5em;
}
.spacing {
	padding-top: 5em;
}
.spacing2 {
	padding-top: 5em;
}
.spacing3 {
	padding-bottom: 2em;
}
.spacing4 {
	padding: 2em 0;
}
.bpad {
	padding-bottom: 2em !important;
}

form.spacing {
	padding: 3em 0;
}
form.spacing2 {
	padding: 3em 0 1em 0;
}
.gray {
	color: #666;
}
.smalldate {
	color: #bbb;
	font-size: 11px;
}
.divider2 {
	background: url(/img/widgets/divider2.png) no-repeat center center;
}
.char-counter {
	background-color: transparent;
	font-size: 10px;
	padding: 0.3em 0 0.3em 0.3em;
	color: #555;
}
* html .png-image {
	behavior: url(/css/iepngfix.htc);
}
.progress {
	background: url(/img/icons/progress1.gif) no-repeat;
	width: 16px;
	height: 16px;
	float: left;
}
.gradient-1 {
	background: url(/img/boxes/gradient-1.png) repeat-x left bottom;
}

ul.inline {
	list-style-type: none;
}
ul.inline li {
	display: block;
	float: left;
	background: url(/img/widgets/divider2.png) no-repeat center left;
	padding: 0 0.8em;
}
ul.inline li.first-child, ul.inline li.first {
	padding-left: 0;
	background: none;
}
ul.inline li .active {
	color: #000;
	text-decoration: none;
}
ul.inline li.current a {
	color: #000;
	text-decoration: none;
}

ul.menu {
	height: 37px;
	text-align: center;
}
ul.menu li {
	background: url(/img/widgets/menu-bg.png) no-repeat center top;
	display: block;
	float: left;
	width: 123px;
	height: 37px;
	padding: 0.6em 0 0;
	font-size: 16px;
}
ul.menu li.first {
	background-position: left top;
}
ul.menu li.last {
	background-position: right top;
}
ul.menu li.hover {
	background: url(/img/widgets/menu-hover.png) no-repeat;
}
ul.menu li.hover a {
	color: #fff;
}
ul.menu a {
	text-decoration: none;
}
ul.menu span {
	font-size: 10px;
	display: none;
}
ul.menu li.hover span {
	display: block;
}


/* Icons */

.icon-money2 {
	background: url(/img/icons/money2.png) no-repeat;
}
.icon-plus3, .icon-minus3 {
	background: url(/img/icons/plus3.gif) no-repeat;
	padding-left: 16px;
	padding-top: 2px;
	font-weight: bold;
	font-size: 11px;
	color: #000;
}
.icon-minus3 {
	background: url(/img/icons/minus3.gif) no-repeat;
}
h1 .icon-plus3 {
	float: right;
	line-height: 16px;
}
.icon-warning {
	background: url(/img/icons/warning.png) no-repeat;
	padding-left: 16px;
}
.icon-comment {
	background: url(/img/icons/small/comment.png) no-repeat;
	padding-left: 16px;
}
.icon-forward {
	background: url(/img/icons/small/forward.png) no-repeat;
	padding-left: 16px;
}
.icon-reply {
	background: url(/img/icons/small/reply.png) no-repeat;
	padding-left: 16px;
}
.icon-like {
	background: url(/img/icons/small/like.png) no-repeat;
	padding-left: 16px;
}
.icon-trash {
	display: block;
	background: url(/img/icons/trash.png) no-repeat;
	width: 10px;
	height: 10px;
}
.icon-envelope {
	background: url(/img/icons/envelope.gif) no-repeat;
	padding-left: 16px;
}
.icon-lock2 {
	background: url(/img/icons/lock2.png) no-repeat;
	padding-left: 16px;
	padding-bottom: 2px;
}
.icon-email {
	background: url(/img/icons/mail3.png) no-repeat;
	padding-left: 16px;
}
.icon-phone {
	background: url(/img/icons/phone.png) no-repeat;
	padding-left: 16px;
}
.icon-website {
	background: url(/img/icons/website.png) no-repeat;
	padding-left: 16px;
}


/* Home page */

.home {
	color: #144384;
}
.home .gradient-1 {
	width: 96%;
	margin: 0 auto;
	min-width: 990px;
	width:expression(document.body.clientWidth < 990 ? "990px": "auto" );
}
.home .animation {
	height: 390px;
}
.home h2 {
	font-size: 18px;
}
.home .intro p {
	float: right;
	font-size: 20px;
	letter-spacing: -0.5px;
	width: 19em;
	padding: 8em 0.5em 2.5em 0;
}
.home .intro a.signup {
	clear: right;
	float: right;
	width: 16em;
	background-color: #3c4b58;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 0.3em 0.7em;
	text-decoration: none;
}
.home .intro a.signup:hover {
	text-decoration: none;
	background-color: #6da600;
}

.home .right-col {
	padding: 2em 1.5em 0 0;
	width: 28.5em;
	float: right;
}
.home .right-col .wrapper {
	height: 25.5em;
}
.home .right-col fieldset {
	padding-top: 1em;
}
.home .right-col div.input {
	padding: 0 0 0.7em 0;
}
.home .right-col label {
	float: left;
	width: 8.8em;
	text-align: right;
	padding: 0.2em 1em 0 0;
}
#signup_form input.text, #signup_form .zone_id select {
	float: left;
	width: 15em;
}
.home .right-col .submit {
	padding: 0.5em 0 0 9.7em;
}
.home .right-col p.comment {
	border-top: 1px solid #b0c5e2;
	color: #5c5c5c;
	padding-top: 0.2em;
}
.home .right-col p.terms {
	float: left;
	padding-left: 0.5em;
	font-size: 11px;
	color: #444;
	width: 13.5em;
}
div.error-msg {
	padding: 0.5em 0 1em 0;
	clear: both;
}
.signup div.error-msg {
    margin: 0 auto;
    width: 28em;
}
.error-msg p, p.error-msg {
	border: 1px solid #d25c26;
	background-color: #fcf0ed;
	color: #424242;
	display: block;
	width: 100%;
	text-align: center;
	padding: 0.5em;
}
p.error-msg {
	margin-bottom: 1em;
	width: auto;
}
#signup_form .progress {
	height: 20px;
	background-position: center right;
}
#signup_form .submit input {
	float: left;
}
#signup_form .error-message {
	float: left;
	clear: both;
}
#signup_form p {
	padding-bottom: 0.5em;
}
#signup_form .submit {
	padding-bottom: 2.2em !important;
}
.signup .signup-form2 .submit {
	padding-left: 8.6em;
}

.home .signup-form2 h2 {
	padding-bottom: 0.5em;
}
.home .signup-form2 .submit {
	padding-left: 2.7em;
}
.signup-form2 .submit input {
	margin-left: 3.3em;
}
.home .signup-form2 p , .home .signup-form2 h4 {
	color: #000;
}
#signup_form a.back {
	float: left;
}


/* Signup wizard */

.post-signup {
	width: 375px;
	margin: 1.5em 0 2em 0;
	text-align: left !important;
	position: relative;
	float: left;
	left: 50%;
}
.post-signup li {
	padding: 1em 0 0 2.1em !important;
	font-size: 12px !important;
	width: 99px !important;
	position: relative;
	float: left;
	right: 50%;
}
.post-signup li.hover {
	padding-top: 0.4em !important;
}

.invite .import {
	text-align: center;
}
.invite .import h1 {
	padding: 1em 0 0;
	border: none;
}
.invite .import .progress {
	float: none;
	margin: 5em auto;
}
.invite p.gray {
	padding: 0 0 1em 0;
}
.invite p.icon-money2 {
	background-position: 4.5em 0;
}
.invite .contacts p {
	padding-bottom: 2em;
}
.invite .icon-lock2 {
	margin-left: 0.3em;
}
.invite .icon-plus3,
.details .icon-plus3,
.activate_cell .icon-plus3 {
	padding-top: 0;
	cursor: pointer;
}

form .pin input.text {
	width: 10em;
}

.details .input select {
	width: 12em;
}
.details .checkbox-grid {
	padding: 2em 0 0 2em;
}
.details label span {
	font-weight: normal;
}

div.input.zone select {
	width: 15em;
}
a.why {
	margin-left: 12.5em;
	font-size: 10px;
}
.signup a.why {
	display: block;
	margin: 0 0 1em 20.5em;
}

#signup-lightbox {
	max-width: 510px;
	padding: 1em;
}
#signup-lightbox h2 {
	font-size: 20px;
}
#signup-lightbox p {
	padding: 0.5em 0 1em 0;
	font-weight: bold;
}
#signup-lightbox p.divider {
	border-top: 1px solid #ccc;
	padding-bottom: 0;
}
#signup-lightbox ul {
	padding-left: 1em;
}
#signup-lightbox li {
	padding-bottom: 1em;
}
#signup-lightbox .icon-plus3 {
	padding-top: 2px;
	color: #40b040;
}
#signup-lightbox ul.product-list {
	list-style-type: none;
	padding-left: 0;
}
#signup-lightbox .product-list li {
	display: block;
	float: left;
	text-align: center;
	padding: 0 0.2em;
}
#signup-lightbox .product-list img {
	width: 110px;
	height: 80px;
}
#signup-lightbox .product-list h2, #signup-lightbox .product-list span {
	font-size: 11px;
	font-weight: normal;
}
#signup-lightbox .product-list span {
	color: #999;
}


/* Profile page */

.profile .input, .profile_cell .input {
	padding-bottom: 1.5em !important;
}
.profile .input label, .profile .input .legend {
	width: 17em;
}
.profile .input select, .profile_cell .input select {
	width: 15.6em;
}
.profile .date select {
	width: auto;
}
.submit.centered {
	border-top: 1px solid #91b1de;
	margin-top: 2em;
	padding: 1.5em 0 0 0 !important;
	text-align: center;
}
.profile_interests p {
	padding: 0 0 1.5em 0;
	width: 43em;
}


/* Messages page */

.messages .message-wrapper {
	margin-bottom: 1em;
}
.messages p.empty {
	background-color: #d7f8dc;
	padding: 5em;
	margin-top: 3em;
	text-align: center;
}
.messages .message-wrapper img.icon {
	display: block;
	float: left;
	margin-top: 0.2em;
	width: 50px;
	height: 50px;
}
.messages .message {
	width: 35em;
	float: left;
	margin-left: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #e9eef6;
}
.messages .message p.content {
	padding: 0.5em 0;
	min-height: 3em;
}
* html .messages .message p.content {
	height: 3em;
}
.messages .page-content a, .messages .message-lightbox h3 {
	color: #3081dd;
}
.messages .message-lightbox {
	width: 530px;
	padding: 20px;
}
.messages .message-lightbox ul {
	list-style-type: none;
	float: left;
	padding: 1em 1.5em 0 0;
	width: 16em;
}
.messages .message-lightbox li {
	padding: 0.5em;
}
.messages .message-lightbox li.title {
	background-color: #eff3fa;
	font-weight: bold;
}
.messages .message-lightbox .contacts {
	padding-right: 0;
}
.messages .message-lightbox .contacts li {
	background-position: 5px 6px;
	padding-left: 28px;
}
.messages .message-lightbox .contacts li.title {
	padding-left: 0.5em;
}
.messages h3 {
	font-size: 16px;
}
.messages h3 a {
	text-decoration: none;
}
.messages h3 a:hover {
	text-decoration: underline;
}
.messages h3 .divider2 {
	padding: 0 0.5em;
}
.messages h3 .date {
	font-size: 10px;
	color: #ababab;
}
.messages h3 .date,
.messages h3 .type,
.messages h3 .icon-plus3 {
	vertical-align: top;
	line-height: 18px;
	font-size: 11px;
}
.messages h3 .type {
	font-weight: bold;
}
.messages ul.inline {
	font-size: 11px;
	clear: both;
	margin-bottom: 0.5em;
}
.messages p.images {
	height: auto;
	padding-bottom: 1em;
}
.messages p.images img {
	display: block;
	width: 80px;
	height: 80px;
}
.messages p.images a {
	border: 1px solid #f1f2f5;
	margin-right: 3px;
	padding: 1px;
	display: block;
	float: left;
}
.messages p.images a:hover {
	border-color: #3381dd;
}
.messages .comments {
	width: 29em;
}
.messages .comment,
.messages .show-comments,
.messages .like {
	padding: 0.5em 0.7em;
}
.messages .show-comments,
.messages .like {
	display: block;
	text-align: center;
	font-size: 11px;
	margin-bottom: 2px;
}
.messages .comment-wrapper.first-child {
	background: url(/img/icons/arrow3.png) no-repeat 2em 0;
	padding-top: 5px;
}
.messages .comment-wrapper {
	margin: 0 0 2px 0;
}
.messages .comment p {
	padding-top: 0.3em;
}
.messages textarea,
.messages .comment,
.messages .submit input {
	font-size: 11px;
}
.messages .comment span {
	font-size: 10px;
}
.messages .comment span.date {
	color: #a9a9ad;
}
.messages .comment span.author {
	color: #3081dd;
}
.messages .comment_form {
	margin-top: 1px;
}
.messages .comment_form div.input {
	width: 100%;
	background-color: #fff;
}
.messages .comment .icon-trash {
	float: right;
	display: none;
}
.messages .comment:hover .icon-trash {
	display: block;
}
.messages .comment,
.messages .show-comments,
.messages .like,
.messages .comment_form div.input-wrapper,
.messages .comment_form div.submit,
.messages .char-counter {
	background-color: #eceef2;
}

.messages .comment_form div.input-wrapper,
.messages .comment_form div.input-wrapper.focus {
	padding: 0.5em;
}
.messages .comment_form div.submit {
	text-align: right;
	padding-top: 0.5em;
}
.messages .folded .submit,
.messages .folded .char-counter {
	display: none;
}
.messages .comment_form div.input.focus div.submit {
	display: block;
}
.messages .comment_form label {
	font-size: 11px;
}
.messages .comment_form label.hastext {
	color: #fff !important;
}
.messages .comment_form div.submit input {
	margin: 0;
}
.messages .comment_form textarea {
	border: 1px solid #dbe2f0;
	width: 98%;
	height: 55px;
	margin-top: -1px;
}
.messages .folded textarea {
	height: 14px;
}
.messages .char-counter {
	float: left;
}


/* Points page */

.points .icon-plus3, .points .icon-minus3 {
	float: left;
	display: block;
	width: 3em;
}
.points .row, .sms_send .row {
	padding: 0.3em 0;
}
.points .smalldate, .sms_send .smalldate {
	padding-left: 1em;
}
.points h3, .sms_send h3 {
	font-size: 11px;
	font-weight: bold;
	color: #666;
	border-bottom: 1px solid #ccc;
	padding: 2em 0 0.2em 0;
}
.points h3.first-child, .sms_send h3.first-child {
	padding-top: 0;
}


/* Send SMS page */

.sms_send label {
	display: block;
	float: left;
	width: 5em;
	font-size: 12px;
}
.sms_send .input {
	padding-bottom: 0.5em;
}
.sms_send textarea {
	height: 3em;
}
.sms_send .content label {
	height: 5em;
}
.sms_send .submit {
	width: 24.8em;
	text-align: right;
}
.sms_send .submit span {
	padding-right: 1em;
}
.sms_send form {
	padding-bottom: 3em;
}
.sms_send .icon-envelope {
	padding-left: 2em;
	font-weight: bold;
}
.sms_send .row {
	color: #666;
}
.sms_send p {
	padding: 0 0 0.5em 2em;
}


/* Shop */

.products_index .left-column {
	padding: 3em 2em 2em;
	width: 52em;
}
.products_index .right-column {
	width: 16em;
	padding: 3em 0 0 1.7em;
}
.products_index h1 {
	padding: 1em 0 0.2em 0.5em;
	background-color: #f4f4f4;
}
.products_index h1 ul {
	font-size: 14px;
	line-height: 29px;
}
.products, .products a {
	border: 1px solid #eaeaea;
}
.products {
	width: 663px;
	border-width: 1px 0 0 0;
}
.products_index .box2 {
	width: 663px;
}
.products a {
	height: 200px;
	text-align: center;
	text-decoration: none;
	color: #000;
	border-width: 0 1px 1px 0;
	float: left;
}
.products a.last {
	border-right: 0;
}
.products a.lastrow {
	border-bottom: 0;
}
.products img {
	height: 160px;
}
.products a, .products img {
	display: block;
	width: 220px;
}
.products h2 {
	font-weight: bold;
}
.products a:hover h2 {
	color: #0098d8;
}
.products span {
	font-size: 11px;
}


/* Awesome form */

.awesome div.input {
	position: relative;
	display: inline-block;
	background-color: #f0f0f0;
}
.awesome div.input.focus {
	background-color: #fff;
}
.awesome div.input input.text,
.awesome div.input textarea {
	background: transparent !important;
	position: relative;
	z-index: 10;
	display: block;
}
.awesome div.input input.text {
	height: auto;
	line-height: 15px;
	margin: 0;
}
.awesome div.input label {
	position: absolute;
	display: inline;
	font-weight: normal;
	left: 4px;
	top: 4px;
	color: #555;
	z-index: 1;
}
.awesome div.input label.focus {
	color: #fff;
}
.awesome div.input label.hastext {
	color: #eee;
}
.awesome div.input.focus label.hastext {
	color: #fff;
}


/* Autocomplete input */

.complete {
	position: absolute;
	list-style-type: none;
	padding: 0 4px 4px;
	background: url(/img/boxes/shadow.png) no-repeat bottom left;
}
.complete li {
	width: 212px;
	padding: 0.25em 0.3em;
	text-align: left;
	border-top: 1px solid #aaa;
	border-left: 1px solid #95A5C6;
	border-right: 1px solid #95A5C6;
	background: #fff;
	cursor: pointer;
}
.complete li.last {
	border-bottom: 1px solid #3B5998;
}
.complete li.selected {
	background-color: #2364be;
	color: #fff;
}
.complete-wrapper input {
	float: left;
}
.complete-wrapper .progress {
	margin: 0.1em 0 0 0.5em;
}


/* Captcha input */

div.captcha {
	padding: 0 0 1em 0;
}
div.captcha input.text {
	width: 7em !important;
}
div.captcha img {
	display: block;
}
div.captcha img {
	display: block;
	float: left;
	margin-left: 0.3em;
}
div.captcha .progress {
	padding: 3em 0 0 8em !important;
}


/* Accordion */

.accordion {
	width: 50em;
}
.accordion dt {
	cursor: pointer;
	color: #3b5998;
	text-decoration: underline;
	padding: 0.3em 0 0.3em 1.7em;
	background: url(/img/icons/arrow2.gif) no-repeat 0 -19px;
}
.accordion dt:hover {
	text-decoration: none;
}
.accordion dt.opened {
	text-decoration: none;
	font-weight: bold;
	background-position: 0 0;
}
.accordion dd p {
	padding: 0 0 1.5em 1.7em;
}


/* Checkbox grid */

form .checkbox-grid label {
	float: none;
	text-align: left;
	font-weight: bold;
}
form .checkbox-grid .error-message {
	clear: left;
	margin-left: 0 !important;
}
form .checkbox-grid .checkbox {
	float: left;
	width: 12em;
	margin: 0;
	padding: 0.5em 0.5em 0.5em 0 !important;
}
form .checkbox-grid .checkbox label {
	cursor: pointer;
	display: inline;
	vertical-align: top;
	width: auto;
	padding-right: 0;
	font-weight: normal ;
	color: inherit;
}
form .checkbox-grid .checkbox input {
	margin: 0 0.3em 0 0;
}


/* Tables */

.table {
	width: 100%;
}
.table label {
	cursor: pointer;
}
.table label span {
	color: #aaa;
}
.table th, .table td {
	padding: 0.5em;
}
.table td {
	padding-bottom: 0;
}
.table thead th {
	background-color: #d2d2d2;
	font-weight: bold;
}
.table input {
	vertical-align: bottom;
	margin: 0 0.4em;
}
.table .divider {
	border-bottom: 1px solid #d2d2d2;
	margin: 5px 5px 0 5px;
}
.table .last .divider {
	border: none;
}


/* Tooltips */

.tool-tip {
	background: url(/img/icons/tips-west.gif) no-repeat right center;
	padding-right: 5px;
}
.tool-tip.east {
	background: url(/img/icons/tips-east.gif) no-repeat left center;
	padding-right: 0;
	padding-left: 5px;
}
.tool-tip > div {
	background-color: #000;
	color: #fff;
	width: 25em;
	font-size: 10px;
	line-height: 12px;
	padding: 0.5em;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.tool-tip.error {
	background: url(/img/icons/tips-west-error.gif) no-repeat right center;
}
.tool-tip.error.east {
	background: url(/img/icons/tips-east-error.gif) no-repeat left center;
}
.tool-tip.error > div {
	background-color: #CD1821;
}
.tool-title {
	display: none;
}


/* Mobile carrier selector */

.carriers label {
	float: left !important;
	width: 44px !important;
	height: 37px !important;
	margin: 0 !important;
	padding: 0 !important;
}
.carriers input {
	float: left;
	margin: 0.8em 0.2em 0 0;
	_margin: 0.6em 0 0 0;
}
.carriers p {
	padding: 0 1em 0 0;
	padding: 0 0.8em 0 0;
	margin: 0 !important;
	float: left;
}
.carrier_tim {
	background: url('/img/icons/carriers/tim.png') no-repeat;
	behavior: url('/css/iepngfix.htc');
}
.carrier_wind {
	background: url('/img/icons/carriers/wind.png') no-repeat;
	behavior: url('/css/iepngfix.htc');
}
.carrier_vodafone {
	background: url('/img/icons/carriers/vodafone.png') no-repeat;
	behavior: url('/css/iepngfix.htc');
}
.carrier_3 {
	background: url('/img/icons/carriers/3.png') no-repeat;
	behavior: url('/css/iepngfix.htc');
}

.terms p {
	padding: 1em 0;
}
.terms h1 {
	padding-bottom: 0.5em;
}
.terms h2 {
	font-weight: bold;
}


/* 404 Page */
.error-page {
    text-align: center;
    padding-top: 10em;
}


/* IE fixes */

* html .login-form div.input, *:first-child+html .login-form div.input {
	display: inline !important;
}
* html .login-form input.text, *:first-child+html .login-form input.text {
	border: none;
}
* html form.centered div.submit {
	padding-left: 16em;
}
* html form.centered div.error-message {
	margin-left: 16em;
}
*:first-child+html div.error-message {
	margin-left: 15.7em;
}
* html div.submit input {
	overflow: visible;
	width: 0;
}
*:first-child+html div.submit input {
	overflow: visible;
	width: auto !important;
}
* html ul.steps, *:first-child+html ul.steps {
	float: left;
	display: inline;
}
* html form .checkbox-grid input {
	margin: 0;
}
* html .rounded2 .tr {
	right: -2px;
}
* html .rounded2 .br {
	right: -2px;
	bottom: -2px;
}
* html .rounded2 .bl {
	bottom: -2px;
}

