
/*----- COMMON BODY STYLES -----*/

/* Body Presets */
html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, iframe, blockquote, pre, em, font, img, strong, dd, dl, dt, fieldset, form, label, legend, caption, tbody {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-style:inherit;
}

body { background:#f9f9f9; }

* { margin:0; padding:0; }
*:focus, *:active {  outline:none; }

body, ul, li, ol, dl, th, caption, pre, p, blockquote, input, textarea,a {
	font:12px/1.24 arial,helvetica,clean,sans-serif;
}


/* COLORS */
.color-primary { color: ;}
.color-secondary { color: ; }
.color-tertiary { color: ; }
.color-white{ color: #FFFFFF; }


/* CSS-BUTTON */
button {
  	font-family: "Oxygen", sans-serif;
  	display: inline-block; outline: none; cursor: pointer;
  	-moz-border-radius: 0.3em;-webkit-border-radius: 0.3em; border-radius: 0.3em; border: 0px solid;
  	-moz-transition: all 100ms; -o-transition: all 100ms; -webkit-transition: all 100ms; transition: all 100ms;
	opacity: 1; transition: opacity .2s ease-out; -moz-transition: opacity .2s ease-out; -webkit-transition: opacity .2s ease-out; -o-transition: opacity .2s ease-out;
}

button:hover { opacity: 0.8; }

button.primary	{ background-color: ; 	color: ; 	}
button.secondary{ background-color: ; 	color: ; }
button.tertiary	{ background-color: ; 	color: ; 	}

button.small   { font-size: 14px; width: 61px; height:29px;  }
button.medium  { font-size: 14px; width: 117px; height:28px; }
button.large   { font-size: 16px; width: 175px; height:41px; }

button.small-text { font-size: 12px; }

/* TEXT */
.smaller-text { font-size: 10px; }



/* Paragraph Presets */
p {	margin:4px 0 10px 0;  padding:0; line-height:16px;}
p.last { margin-bottom:0px; }
p img  { margin-left:5px; margin-bottom:5px; }

/* Div Floats & Align */
div.common { clear:both; width:100%; margin:0px; padding:2px 0 2px 0; overflow:auto; }
div.left-column { float:left; width:48%; }
div.right-column { float:right; width:48%; }
div.padding-left { padding:0 0 0 5px; }
div.padding-right { padding:0 5px 0 0; }
div.clearfix { clear:both; }
div.clearfix: after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.floatLeft { float:left;}
.floatRight { float:right; }

/* HEADINGS */
h1, h2, h3, h4, h5, h6 { font-weight:bold; font-family:Arial, Verdana, sans-serif; margin:0px 0 10px 0; padding:0px;color:#ca0a0a; }
h1 { font:bold 24px Arial; }
h2 { font:bold 20px Arial;  }
h3 { font-size:130%; }
h4 { font:bold 18px Arial;}
h5 { font-size:15px;  }
h6 { font-size:12px;  }

a img, :link img, :visited img { border:none; text-decoration:none; }

/* LINKS */
a:link, a:visited { color:#CA0A0A; font:normal 12px Arial; text-decoration:underline; }

a.white:link, a.white:visited { color:#FFF; }
a.white:hover { color:#FFF; text-decoration:none; }


/* TEXT */
.text-left { text-align:left; }
.text-right { text-align:right; }
.text-center { text-align:center; }
.text-xsmall { font-size:10px; }
.text-small { font-size:11px; }
.text-medium { font-size:12px; }
.text-large { font-size:14px; }
.text-xlarge { font-size:18px; }
.text-strong { font-weight:bold; }

.italic { font-style:italic; }
.highlight { color:#ca0a0a; }
.highlight-heading { color:#ca0a0a; font-weight:bold; font-size:14px; }
.required { color:#CA0A0A; font-weight:bold;  }

img.legend { vertical-align: middle; padding-right:8px; }


blockquote  { margin:0 0 18px 18px; font-style:italic; }
strong { font-weight:bold; }
em  { font-style:italic; }

/* TEXT COLORS */

.text-row { clear:both; padding-top:2px; }
.text-row span.text-label { float:left; text-align:right; }
.text-row span.text-value { float:right; text-align:left; }

/* TABLE */
table { border-collapse:collapse; border-spacing:0; }
th.left { text-align:left; }
th.right { text-align:right; }
th.center { text-align:center; }

td.left { text-align:left; }
td.right { text-align:right; }
td.center { text-align:center; }

/* LIST */
ul { list-style-type:none; }
ul.list-horizontal { margin:0; padding:0; }


hr.line-seperation { border:1px solid #e3e3e3; margin:15px 5px 15px 5px; }
.heading { padding:0px 0px 15px 0px; color:#ca0a0a; }
.heading-with-bg { padding:25px 5px 5px 10px; color:#ca0a0a; }

/* FORM */
form fieldset { margin:4px 0 8px 0; color:#333; }
form label { margin-bottom:2px; display:block; font-weight:700; }
form input[type=text], input[type=password], textarea { border:1px solid gray; }
form input[type=text]:focus, input[type="password"]:focus, textarea:focus { border:1px solid #F28300 !important; }

.cb-error-box { background:#FFFFCC; border:1px solid #FFCC33; margin:-10px 0px 10px 0px; padding:4px; width:90%; }
.cb-error-box-close-button { top:-15px; right:0; padding:0 2px; text-align:right; color:#333; cursor:pointer; }

.cb-error-box-login { background:#FFFFCC; border:1px solid #FFCC33; margin:-110px 0 0 -390px; padding:4px;position:absolute;width:660px; }
.cb-error-box-login-close-button { top:-15px; right:0; padding:0 2px; text-align:right; color:#333; cursor:pointer; }

/* --Message box-- */
.info-msg, .success-msg, .warning-msg, .error-msg, .validation-msg { width:70%; border:1px solid;	margin:0px 0px 10px 0px; padding:15px 10px 15px 50px; background-repeat:no-repeat; background-position:10px center; font-weight:bold; }
.info-msg { color:#00529B; background-color:#BDE5F8; background-image:url('/images/info.png'); }
.success-msg { color:#4F8A10; background-color:#DFF2BF; background-image:url('/images/success.png'); }
.warning-msg { color:#9F6000; background-color:#FEEFB3; background-image:url('/images/warning.png'); }
.error-msg { color:#CC0000; background-color:#FFEEEE; background-image:url('/images/error.png'); }

/* PAGE */
#page {  }


/* PAGE HOLDER FOR LOGGED IN VERSION */
.left-shadow { width:988px;	height:100%; margin:0 auto;	position:relative; background:url('/templates//images//img_shadow_left.png') repeat-y top left transparent; }
.right-shadow { width:988px; height:100%; margin:0 auto; position:relative; background: url('/templates//images//img_shadow_right.png') repeat-y top right transparent; }
#page-member { margin:0 9px; background:#FFF  !important; }

/* HEADER */
#header {  }
#header .logo { text-align:left; width:400px; float:left; margin: 15px 0px 0px 15px;}

/* LEFT NAV MENU */
ul#listLeftMenuRoot { list-style-type:none; margin-top:4px;position:relative; margin-bottom: 35px; }
ul#listLeftMenuRoot li { margin-top:-4px; }

/* QUICK LINKS */
.quick-links { width:220px; float:right; margin:10px 10px 0 0; padding:0; text-align:right; color: #ca0a0a; }
.quick-links a { margin-left:10px; color: #ca0a0a}
.quick-links span { #ca0a0a;}
.quick-links img#Login { margin-top:10px; }


/* CONTENT WRAPPER */
#content-wrapper { position:relative; width:100%;  }

/* COLUMNS WRAPPER */
#columns-wrapper { padding:10px 0 10px 0; margin:0;}
#column-left {  }
#column-right {  }
#column-middle {  }

#column-middle .logo { margin : 0 0 25px 0;}

/* FOOTER */
#footer {  }

#footer-links { width:auto; float:left; margin-left:25px; padding:8px 0; }
#footer-links li { margin:0; padding:0; list-style:none; display:inline; size:11px; }
#footer-copyrights { float:right; font:normal 11px Arial; padding:11px 25px 3px 0; }

/* BLOCKS */

.content-block { margin:0; padding:0; background:transparent; height:auto }
.content-block ul { margin:0px 0 5px 25px; float:left; }
.content-block li { padding:3px 2px 5px 10px; }

.content-block ul.square li { list-style-type:square; margin-left:15px; }
.content-block ul.points li { font-style:italic; font-size:12px; font-weight:bold; }

.content-block ul.checkmark { list-style:none outside none; margin:0; padding:0; }
.content-block ul.checkmark li {  background:transparent url("/templates//images//img_checkmark.gif") no-repeat 0 75%; padding:0px 0px 0px 25px; margin-bottom:10px; }

.content-block ul.arrow { list-style:none outside none; margin:0; padding:0; }
.content-block ul.arrow li {  background:transparent url("/templates//images//img_arrow_bullet.png") no-repeat 0 0px; padding:0px 0px 0px 25px; margin-bottom:10px; }

.content-block img { margin:5px 0 10px 0px;}
.content-block p { background:transparent; }

/* BANNER */
/* .banner { margin:0; padding:0; text-align:center; } */
.banner { text-align:center; ; bottom:0; left:10px; }


/* COLOR BOX */
.colorbox-wrapper { padding:15px 0 15px 15px; text-align:justify; }
.colorbox-wrapper p.title { font-size:14px; }
.colorbox-wrapper ul li { padding:0px 0px 10px 0px; }

/* LOGIN */
div.rounded-box { background: transparent; margin: 10px 0px 30px 3px;  width:294px;height:auto;float:right;}
div.rounded-box .xtop, div.rounded-box .xbottom { display: block; background: transparent; font-size: 1px; }
div.rounded-box .xb1, div.rounded-box .xb2, div.rounded-box .xb3, div.rounded-box .xb4 {  display: block; overflow: hidden; background-color: #f6f5fb; }
div.rounded-box .xb1, div.rounded-box .xb2, div.rounded-box .xb3 { height: 1px; }
div.rounded-box .xb2, div.rounded-box .xb3, div.rounded-box .xb4 { border-left: 1px solid #cbc5e1; border-right: 1px solid #cbc5e1; }
div.rounded-box .xb1 { margin: 0 5px; background: #cbc5e1; }
div.rounded-box .xb2 { margin: 0 3px; border-width: 0 2px; }
div.rounded-box .xb3 { margin: 0 2px; }
div.rounded-box .xb4 { height: 2px; margin: 0 1px; }
div.rounded-box .content { display: block; border: 0 solid #cbc5e1; border-width: 0 1px;  overflow: hidden;background-color: #f6f5fb;}
div.rounded-box p { margin:0 3px;}

form.login-form { padding-left:5px;}
form.login-form label { float:left;width:70px;}
*form.login-form label { float:left;width:70px;font-size:11px;}
form.login-form input[type=text], form.login-form input[type=password] { float:left;width:130px;}
form.login-form .left-container {float:left;width:220px;}
form.login-form .right-container { float:left; padding:0px; }
.login-wrapper { padding-top:7px;}
.login-wrapper .login-header {margin:0 auto;text-align:center;}
.login-wrapper a {margin-left:90px;}
.activation-button {margin:0 auto;width:215px;padding-top:7px;}

/* CONTACT US */
.contactus-wrapper { margin:0px; width:480px; background:#FFF;padding:10px; }
.contact-info-wrapper { float:left; width:200px; margin:5px 5px 5px 15px; font-weight:bold; }
.contact-info-wrapper h6 { color: #333; }

/* FAQ */
.faq-content dl { margin-top:5px;}
.faq-content dt { font-weight:bold; padding:3px 0; }
.faq-content dd { padding:2px 2px 10px 5px; }
.faq-content ul { margin:0px 0 5px 25px; list-style-type:disc; }
.faq-content li { padding:2px 2px 5px 5px; }

/* RESOURCE CENTER RIGHT COLUMN */
.rs-coulmn-content { width:290px; float:left; }
.rs-coulmn-content .row { clear:both; padding: 5px; height:25px; }
.rs-coulmn-content .row span.left { display:block; float:left; text-align:left;  }
.rs-coulmn-content .row span.right { display:block; float:left; text-align:left; padding-left:10px; }
.rs-coulmn-content ul { list-style-type:disc; margin :0 0 10px 15px; clear:both; }
.rs-coulmn-content ul li { padding:0px 0px 10px 0px; }

/* BITDEFENDER SOFTWARE */
.software-wrapper { margin:50px 0 50px 0; clear:both; width:100%; }
.software-wrapper .box { width:48%; float:left; text-align:center; }
.software-wrapper .content { width:48%; float:right; padding:0px 10px 10px 10px; }


/* MY ACCOUNT */
#myAccount-top-right-container { margin:-55px 5px 55px 245px; width:380px; }
#myAccount-top-right-container img { margin:0 5px;}
#report { width:500px;color:black; }
#report h4 { margin:70px 0 5px 5px; }
#report h5 {margin:2px 0 4px 0;float:left; }
#report img { float:left; margin:9px 0 0 7px; }
#report #reportGreyRow, #report #reportWhiteRow { clear:both;height:22px;line-height:22px; }
#report #reportGreyRow { background-color:#F7F7F7; }
#report #reportWhiteRow {background-color:#FFFFFF; }
#report #reportAttributeName, #report #reportAttributeValue, #report #reportAttributeAction { float:left; }
#report #reportAttributeName { font-weight:bold;width:120px; }
#report #reportAttributeAction { font-weight:bold;width:45px; }
#reportSubTitle h5 { margin-top:15px;}
#report #reportAttributeValue, #report #reportAttributeValueNoName, #report #reportAttributeValueNoNameAction { float:left;width:275px;padding-bottom:2px; }

/* TAB */
ul.tabs { margin: 0; padding: 0; float: left; list-style: none;	height: 32px; border-bottom: 1px solid #999; width: 100%; }
ul.tabs li { float: left; margin: 0px 2px 0px 0px; padding: 0; height: 31px; line-height: 31px;	border: 1px solid #999;	margin-bottom: -1px; background: #c8c8c8; overflow: hidden;	position: relative;
    -moz-border-radius-topright: 2px;
	-khtml-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-khtml-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
}

ul.tabs li a { text-decoration: none; padding: 0 20px; color:#333; font-weight:bold; }
ul.tabs li.active { background: #e7e7e7; border-bottom: 1px solid #e7e7e7; color:#ca0a0a; }

.tab_container { border: 1px solid #999; border-top: none; clear: both; float: left; width: 640px; background: #e7e7e7;
    -moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	margin: 0;
	padding: 0;
}
.tab_content { padding: 10px 4px 4px 10px; }
a.inputEditable, a.addressHandler, a.editGroupCallback, a.cancelGroupCallback {cursor: pointer;color:#CA0A0A;}


/* CALENDAR */
.calendar { float:left; margin: 5px;  background: #fff; }
.calendar table { background: #c8c8c8; border-collapse:separate; border-spacing:1px 1px;}
.calendar td, th { text-align: center; vertical-align: middle; color: #444; position: relative; height: 20px; width: 25px; }
.calendar td.header { background:url("/templates//images//img_calendar_header.png") no-repeat left top; height:25px; font-weight: bold; color: #fff; width: 196px; }
.calendar th { font-weight: bold; font-size: 12px; }
.calendar td { background: #fff; }
.calendar td.green { background: #4ea306;}
.calendar td.yellow { background: #e1c900; cursor:pointer; }
.calendar td.red { background: #c20000; cursor:pointer; }
.calendar td.padding { background: #fff; }

.popup { position: relative; }
.popup span { background:url("/templates//images//black_arrow.gif") no-repeat left top;	text-align: left; position: absolute; display: none; z-index: 1000; padding:15px; height:90px; width:180px; }
.popup p { color:#fff; }
form input[type="text"], input[type="password"], textarea { border:1px solid gray; }
form fieldset { color:#333; margin:10px 0; }
form label { display:block; font-weight:700; margin-bottom:2px; }

.contactus-wrapper { margin:0; padding:10px; width:480px; }
.contactus-wrapper h5 { color:black;}
.contact-info-wrapper { float:left; font-weight:bold; margin:5px 5px 5px 15px; width:200px; }


/* CONTROLLERS */
.controllers-container { width:642px; min-height:150px; background:url("/templates//images//img_header_bar.png") no-repeat 0 0 #F9F9F9; }
.controllers-header { padding: 4px 0px 8px 15px; font-weight:bold; }
.controllers-content { padding: 15px 15px 15px 30px; font-size:11px; overflow:hidden; }

.controllers-status-box { width:221px; height:78px; padding-top:10px; float:left; background:url("/images/id_benefits/img_results_bg.png") no-repeat scroll left top transparent; }
.controllers-score-data { float:left; width:105px; font-size:12px; text-align:center; }

.controllers-label { width:345px; float:left; margin-right:15px; }
.controllers-message { font-size:26px; margin:0; padding:10px 0px 0px 0px; text-align:center; }

#level, #summary, .controllers-title, .controllers-status  { text-align:center; }
#level { font-size:18px; padding-top:8px; }
#summary { font-size:10px; }
.controllers-status { font-size:26px; padding-top:8px; }
.controllers-title { font-weight:bold; }

.score-slider, .grade-slider { width:336px; height:66px; float:left; margin:10px 0px 0px 20px; }
.score-slider { background:url("/images/id_benefits/img_slide_score_bg.png") no-repeat scroll left top transparent;}
.grade-slider { background:url("/images/id_benefits/img_slide_grade_bg.png") no-repeat scroll left top transparent; }

.network-activity-subc  { border-left:1px solid #FFF; border-right:1px solid #FFF; min-height:150px; }
.network-activity-message { line-height: 90px; text-align: center; font-size:16px; color:#CFCFCF; text-align: center; }
ul.network-activity-data { margin:20px; list-style:none; }
ul.network-activity-data  li { margin:0px 0px 20px 0px; padding:0px 0 0px 30px; background:url(/templates//images//icon_popup.png) no-repeat left center; font-size:11px;  }

ul.network-activity-details { width:280px; }
ul.network-activity-details li { width:150px; float:left; margin-bottom:4px; }
ul.network-activity-details li.label { width:110px; }

h5.fraudlent, h5.questionable, h5.normal { height:25px; font-size:13px; padding-top:10px; background:url("/templates//images//img_subhead_bar.png") repeat scroll left top transparent; text-align:center; }
h5.fraudlent { color:#CA0A0A; }
h5.questionable { color:#CCCC33; }
h5.normal { color:#33CC33; }

/* CALENDAR */
.calendar-container { width:600px; overflow:hidden;  }
.calendar { width:180px; float:left; margin: 5px;  background: #fff; }
.calendar table { background: #c8c8c8; border-collapse:separate; border-spacing:1px 1px;}
.calendar td, th { text-align: center; vertical-align: middle; color: #444; position: relative; height: 20px; width: 25px; }
.calendar td.header { background:url("/templates//images//img_calendar_header.png") no-repeat left top; height:25px; font-weight: bold; color: #fff; width: 196px; }
.calendar th { font-weight: bold; font-size: 12px; }
.calendar td { background: #fff; }
.calendar td.green { background: #4ea306;}
.calendar td.yellow { background: #e1c900; cursor:pointer; }
.calendar td.red { background: #c20000; cursor:pointer; }
.calendar-legend { padding:10px; font-size:11px; }

/* TABS */
.tab-container { padding:8px; }
ul.tabs { margin:5px 0px 6px 10px; padding:0px; }
ul.tabs li { list-style:none; display:inline; }
ul.tabs li a { padding:7px 14px; background:url("/templates//images//img_calandar_tab_off.png") repeat-x center bottom #CFCFCF; border:1px solid #CFCFCF; color:#FFF;	font-size:9px; font-weight:bold; text-decoration:none; }
ul.tabs li a.active { background:url(/templates//images//img_calandar_tab_on.png) repeat-x center top #FFFFFF; border:1px solid; border-color:#CFCFCF #CFCFCF #FFFFFF; color:#282E32; }
.tab-content { padding:10px; border-top:1px solid #CFCFCF; overflow:hidden; }

/* ACTIVATE ACCOUNT */

#activateAccountForm .required{
	color: #CA0A0A;
	font-weight: bold;
	font-size:11px;
}
#activateAccountForm label{
	float:left;
	width:90px;
	text-align:right;
	margin:0 5px 0 0 ;
	padding:0;
}

#activateAccountForm input {
	float:left;
	margin-right:5px;
}
#activateAccountForm select {
	float:left;
	margin-right:5px;
	font-size:11px;
}
#activateAccountForm input[type="image"] {
	margin:42px 0 0 180px;
	position:absolute;
}
*+html  #activateAccountForm input[type="image"] {
	margin:82px 0 0 180px;
	position:absolute;
}

#activateAccountForm .emailDisclaimer {
	color:CornflowerBlue;
	width:165px;
	font-size:9px;
	position:absolute;
	padding-top:7px;
	left:250px;
}

*+html #activateAccountForm .emailDisclaimer {
	color:CornflowerBlue;
	width:165px;
	font-size:9px;
	position:absolute;
	left:220px;
}

*:first-child+html #activateAccountForm .emailDisclaimer {
	left:220px !important;
	margin:0;
	padding:0;
	padding-top:10px;
}
*+html .activateAccountRightBlock { padding-top:10px;}

.toolTipWrapper { /* The wrapper holds its insides together */
		width: 175px;
		position: absolute; /* Absolute will make the tooltip float above other content in the page */
		top: 149px;
		display: none; /* It has to be displayed none so that the jQuery fadein and fadeout functions will work */
		color: #CA0A0A;
		font-weight: bold;
		background:#FFF;
		text-align:left;
		padding:5px;
		border:1px solid #CCC;
		border-radius:3px;
		font-size: 9pt; /* A font size is needed to maintain consistancy */
	}
/* Div Floats & Align */
.clearfix { clear:both; }
.clearfix: after { content:"."; display:block; height:0; clear:both; visibility:hidden; }

.subcolumns { display:table; table-layout:fixed; width:100%; overflow:auto; }

.col25-left { width:25%; float:left; }
.col25-right { width:25%; float:right; }

.col33-left { width:33.333%; float:left; }
.col33-right { width:33.333%; float:right; }

.col50-left { width:50%; float:left; }
.col50-right { width:50%; float:right; }

.col66-left { width:66%; float:left; }
.col66-right { width:66%; float:right; }

.padding { padding: 10px 10px 10px 10px; }

.float-left { display:inline; float:right; margin:0px 20px 10px 0px; }
.float-right { display:inline; float:right; margin:0px 0px 10px 20px; }

img.float-left { float:left; margin:0px 20px 20px 0px; }
img.float-right { float:right; margin:0px 0px 20px 20px; }


.controllers-content p {font-size: 12px; color: #333;}
.absmiddle { vertical-align: middle; padding-right:8px; }
h5.default {color: #333;}

/* FAMILY COMMANDER */


.family_div {
	margin: 10px auto;
	padding: 5px;
	border: 1px solid #d1d1d1;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #f6f6f6;
}

.family_table {
	width: 100%;
	line-height: 18px;
	color: #666;
	border-spacing: 0px;
	border:0;
}

.family_table th {
	text-align: left;
	font-weight: bold;
	color: #666666;
}

.family_table th, .family_table td{
	padding: 6px 10px;
	display: table-cell;
}

.family_table td {
	color: #333;
}

.family_table * {
	vertical-align: top !important;
}

.family_table_alert_no{
	font-size: 12px;
	font-weight: bold;
	color: #777;
}

.family_member_name { cursor:default;
	font-weight: bold;
	text-decoration: none !important;
}

.family_links {
	/* width: 165px; */
}

.add_family_member{
	display: block;
	float: right;
}

.inline_menu{
	list-style-type: none;
}

.inline_menu li{
	float:left;
}

.inline_menu li.separator_right{
	padding-right:10px;
	background: transparent url('/templates//images//inline_sep.jpg') center right no-repeat;
	margin-right: 10px;
}

.bg_gray, .gray_bg {
	background-color: #f1f1f1;
}

.center {
	text-align: center !important;
}


.family-commander-user-switch{
	float:right;
}
.family-commander-user-switch span{
	color:#fff;
		margin-right: 10px;
}


#manageAccount{
	margin: 10px auto;
}

.row{
	padding: 5px 0px;
}

.row label{
	width: 130px;
	display: block;
	float: left;
	margin-top: 3px;
	padding-right:15px;
	font-weight: normal;
}

.formContainer.centerBlock {

}

.shortLabels label{
	width:95px;
	padding-right:10px;
}

#manageAccount input[type=text],#manageAccount input[type=password],#manageAccount select,#manageAccount textarea{
	border:1px solid #aaa;
	background-color:#fff;
	padding:4px;
	font-size:11px;
	width:200px;

	border-radius:8px 8px 8px 8px;
	border:1px solid #666666;
	background:#ededed;
}

#manageAccount textarea{
	height: 60px;
}

#manageAccount input[type=submit], #manageAccount input[type=button]{
	padding: 4px 12px;
	background-color: #b42b33;
	color: #fafafa;
	font-size: 11px;
	font-weight: bold;
	min-width: 70px;
	border: 0;

	-moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}


#manageAccount #phoneOne, #manageAccount #phoneTwo, #manageAccount #phoneThree{
	width: 45px;
	text-align: center;
	margin-left: 2px;
}