/*Base Tags*/

body {
	margin: 0px;
	text-align: left;
}

p.first_p {
	font-size: 1.25em;
	line-height: 1.5em;
}

p.first_p span:first-child{
	font-size: 1.75em;
	display: block;
	float: left;
	padding-right: 2px;

}

tr.row0 {
	background-color: white;
}

tr.row1 {
	background-color: #FFFFDD;
}

hr {
	border: none;
	border-top: dotted black 1px;
	margin: 20px 0 40px 0;
}

hr.midsection {
	width: 94%;
	text-align: center;
	margin: 20px 3% 30px 3%;
}


/*End Base Tags*/

/*Navbar*/

#navbar-container {
	height: 35px;
	background-color: #FFFFFF;
	width: 1000px;
	margin: 0 auto;
	z-index: 2;
}

#navbar-right {
}

#navbar-left {
	height: 25px;
	margin: 0 auto;
	padding: 7px 30px 0 25px ;
	position: relative;
	width: 20%;
	float: left;

}

.footnote {
	font-size: .9em;
	color: black;
}

/*End Navbar*/

/*Header*/

#header {
	height: 270px;
	background-image: url(/graphics/head-bg.png);
	background-position: bottom;
}

#header-content {
	height: 0px;
	/* background-image: url(/graphics/bg-dark.png); */
	border-bottom: 4px #000000 solid;
}

#logo_quote {
	width: 810px;
	position: relative;
	margin: 0 auto;
}


#logo,
#home_quote  {
	float: left;
}

#logo {
	width: 400px;
	margin-top: 40px;
}

#home_quote {
	background-image: url(/graphics/homepage_quote_quote.gif);
	background-repeat: no-repeat;
	width: 403px;
	height: 183px;
	margin-top: 30px;
	color: #1A1A1A;
}

#home_quote p.quote{
	margin: 0 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 30px;
	line-height: 1.5em;
}

#home_quote p.by_line{
	margin: 0 30px 0 10px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}

#home_quote p.quote, 
#home_quote p.by_line{
	display: none;
}

#header h1 {
	color: white;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

div.alert_box {
	margin: 20px 20px;
	padding: 0 10px 10px 10px;
	border: dotted black 1px;
	line-height: 1.5em;
	background-color: #FFFFDD;
	color: black;
	background-image: url(/graphics/photos/vision_future_crossroads.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 150px;
	clear: both;
}



/*End Header*/

/*Body Tags*/

#full_page_block {
	background-image: url(/graphics/body-bg.png);
	background-position: top center;
	background-repeat: repeat-x;
}

#body-wrapper {
	height: inherit;
	margin: 0 auto;
	position: relative;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	max-width: 1100px;
}

#body-leftbar {
	width: 30%;
	float: left;
	padding-left: 15px;
	padding-right: 25px;
	padding-top: 0px;
	padding-bottom: 5px;
	background-color: transparent;
}

#body-mainbar {
	width: 65%;
	float: right;
	padding-left: 8px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: transparent;
	min-height: 380px;
	margin-top: 0;
}


#body_only div#body-mainbar {
	float: none;
	padding-left: 15px;
	padding-right: 15px;
	width: auto;
}

div.full_width {
	clear: both;
	padding: 0 15px;
}

.clear-floats { 
	clear: both; 
} 

strong.even {
	font-size: 1.25em;
}


div.odd {
	float: left;
	width: 49%;
	clear: left;
	margin-bottom: 20px;
}

div.even {
	float: left;
	width: 49%;
	margin-bottom: 20px;
}

div.odd h3 {
	color: #002E5D;
}

div.even h3,
strong.even {
	color: #C64B03;
}


h1 {
	letter-spacing: 3px;
	font-size: 2em;
	text-align:center;
	color: #002E5D;
	font-family: Arial, Helvetica, sans-serif;

}

h1.odd,
h2.odd,
h3.odd,
h4.odd {
	color: #002E5D;
}

h1.even,
h2.even,
h3.even,
h4.even {
	color: #C64B03;
}

h2 {
	letter-spacing: 2px;
	font-size: 1.75em;
}

h2 {
	color: #C64B03;
}


h3 {
	letter-spacing: 1px;
	font-size: 1.5em;
}

h3,
h4,
h5 {
	color: #002E5D;
}

div.odd h3,
div.even h3 {
	font-size: 1.3em;
}

span.more {
	color: #002E5D;
	letter-spacing: .25em;
	padding-left: 10px;
	white-space: nowrap;
}

h3 span.more {
	font-size: .75em;
}

li span.more {
	font-size: .75em;
}

#sales_costs td{
	vertical-align: top;
}

#sales_costs td.sales,
#sales_costs td.costs {
	white-space: nowrap;
	text-align: center;
	width: 120px;
}

#sales_costs p.sales_costs{
	padding-top:0;
	margin-top: -5px;
}

ul.sales_costs {
	margin:0;
	padding:0 0 0 20px;;
}

ul.sales_costs li{
	font-size: 1.1em;
	font-weight: bold;
	min-height: 28px;
	padding: 7px 0 0 35px;
	color: black;
	list-style:none;
}


ul.sales_costs li.sales{
	background: url(/graphics/sales_up_sm.png) no-repeat;
}

ul.sales_costs li.costs{
	background: url(/graphics/costs_down_sm.png) no-repeat;
}


dl.bullets {
	margin-left: 20px;
	clear: both;
}


dl.bullets dt {
	font-size: 1.1em;
	font-weight: bold;
	background: url(/graphics/checkmark_orange_sm.gif) no-repeat;
	min-height: 35px;
	padding: 10px 0 10px 40px;
	color: black;
}

dl.odd dt {
	background: url(/graphics/checkmark_blue_sm.gif) no-repeat;
}

dl.bullets dd {
	margin-bottom: 30px;
	margin-top: -10px;
}

dl.bullets dd ul li,
ol#parts li {
	margin-top: 10px;
	clear: left;
}


dt span.sales_up span,
dt span.costs_down span{
	display: none;
}

dt span.sales_up:hover span,
dt span.costs_down:hover span{
	display:inline;
	position:absolute;
	float: left;
	padding: 2px;
	background: #FFFFBB;
	border: dotted black 1px;
	margin-left: 5px;
}

a.top,
a.toc {
	display: block;
	float: right;
}

span.screens {
float: left;
}

a.screens {
	background-image: url(/graphics/screens/screen_grab_22.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 25px;
	padding-left: 28px;
	display: block;
	float: left;
	margin-left: 5px;
}

a.screens span {
	display: none;
}


div.systems_section,
div#our_systems h2,
div#value h2,
div#installation h2 {
	border-top: dotted black 2px;
	padding-top: 20px;
}

.hilight,
.highlight {
	color: black;
	font-weight: bold;
	background-color: yellow;
}

.lowlight,
.lowlight {
	color: black;
	background-color: #CCCCCC;
}



#body-wrapper a:link {
	color: #C64B03;
	text-decoration: underline;
	font-weight: bold;
}

#body-wrapper a:visited {
	color: #C64B03;
	text-decoration: underline;
	font-weight: bold;
}

#body-wrapper a:hover {
	color: #002E5D;
	text-decoration: underline;
	font-weight: bold;
}

#body-wrapper a:active {
	color: #C64B03;
	text-decoration: underline;
	font-weight: bold;
}

/*End Body Tags*/

/*Footer Tags*/

#footer-container {
	height: inherit;
	clear: both;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(/graphics/footer-bg.png);
	border-top: 4px #000000 solid;
}

#footer{
	height: inherit;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	width: 780px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
}

#footer p:first-child {
	font-size: 1.25em;
}




#footer a:link {
	color: #002E5D;
	text-decoration: underline;
	font-weight: bold;
}

#footer a:visited {
	color: #00569f;
	text-decoration: underline;
	font-weight: bold;
}

#footer a:hover {
	color: #009dca;
	text-decoration: underline;
	font-weight: bold;
}

#footer a:active {
	color: #00569f;
	text-decoration: underline;
	font-weight: bold;
}

#footer p#copyright {
	margin-top:30px;
}

#footer p#copyright span.copy{
	float: left;
	text-align: left;
}

#footer p#copyright span.by_line{
	float: right;
	text-align: right;
}

#footer h3 {
	color: #C64B03;
	font-size: 16px;
}

/*End Footer Tags*/






#right_for_you,
#our_systems,
#value {
	margin-top: 30px;
}

#right_for_you li,
#value ol li {
	font-size: 1.25em;
	margin-bottom: 10px;
	font-weight: bold;
	list-style: none;
	padding-left: 30px;
	padding-right: 15px;
	min-height: 30px;
	left: 20px
}

li.one {
	background-image: url(/graphics/numbers/1_blue_sm.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
}

li.two {
	background-image: url(/graphics/numbers/2_orange_sm.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

li.three {
	background-image: url(/graphics/numbers/3_blue_sm.gif);
	background-repeat: no-repeat;
	background-position: 2px 3px;
}

li.four {
	background-image: url(/graphics/numbers/4_orange_sm.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

li.five {
	background-image: url(/graphics/numbers/5_blue_sm.gif);
	background-repeat: no-repeat;
	background-position: 2px 3px;
}

/* -- old Tooltip --

#right_for_you li {
	position:relative;
	z-index:24;
}

span.tt_top,
span.tt_middle,
span.tt_bottom,
span.tooltip {
	display: none; }

#right_for_you li:hover {
	z-index:25;
	text-decoration:none;
	color: black;
	font-weight: bold;
}

#right_for_you li:hover span.tooltip{
	display:block;
	position:absolute;
	top:10px; left:-55px;
	padding: 15px 0 0 0;
	width:600px;
	text-align: center;
	line-height: 1.25em;
	font-size: 12px;
	text-align: left;
}

#right_for_you li:hover span.tooltip a{

}

#right_for_you li:hover span.tt_top{
	display: block;
	padding: 30px 8px 0;
	background: url(/graphics/bubble.gif) no-repeat top;
}

#right_for_you li:hover span.tt_middle{ 
	display: block;
	padding: 0 8px; 
	background: url(/graphics/bubble_filler.gif) repeat bottom; 
	font-size: 1.25em;
	font-weight: normal;
	line-height: 1.1em;
}

#right_for_you li:hover span.tt_bottom{
	display: block;
	padding:3px 8px 10px;
	background: url(/graphics/bubble.gif) no-repeat bottom;
}


/* -- /Tooltip --*/

#tooltip {
    padding: 5px 10px;
    background: #FFFFAA;
    border: 1px solid black;
	font-family:Arial, Helvetica, sans-serif;
	width: 600px;
}


/* --- Top of Essential SUS styles --- */

/*Essential CSS for SignupSystem V1.0  DO NOT REMOVE THESE STYLES  */
.tr1 {
	background-color:#FFFFDD;
	padding: 3px;
	 }
	
.tr0 {
	padding: 3px;
	background-color:white;
	 }
	
.border, .sidebar {
	background-color: #59075E;
	 }
	
.td-background {
	background-color: #59075E;
	border: #59075E;
	 }
	
.red-alert {
	font-weight: bolder;
	color: #FF0000;
	 }
	
.alert-low {
	font-weight: bold;
	 }
	
.alert-medium {
	color:red;
	 }
	
.alert-high {
	color:red;
	font-weight: bolder;
	 }
	
.note {
	font-weight: bolder;
	color: #FF0000;
	 }
	
.samplebox {
	border-style: solid;
	border-width: thin;
	border-color: black;
	padding: 3px 3px 3px 3px;
	color: #000000;
	font-family: "Courier New", Courier, mono;
	 }
	
.helptext {
    text-align: center;
    background-color: #FFFFCC;
    padding: 5px;
    margin: 0 10px;
	 }
	
.message {
	text-align:center;
	color: red;
	font-size: 1.25em;
	padding: 5px;
	margin: 10px;
	border-top: black dotted 1px;
	border-bottom: black dotted 1px;
	 }

input.code_sample,
textarea.code_sample {
	width: 100%;
	border: #494949 dotted 1px;
	padding: 5px;
	background-color:#FFFFE5;
	 }

table.unsubscribe_table {
	width:80%;
	border-collapse: collapse;
	border: 1px black solid;
	}

table.unsubscribe_table th{
	background-color:yellow;
	border: 1px black solid;
	}

table.unsubscribe_table td{
	border: 1px black solid;
	}

table.unsubscribe_table input{
	background-color: #323289;
	color: white;
	font-weight: bold;
	padding: 2px 10px;
	 }


#guest_transfer_complete {
	margin: 20px 0 40px 0;
	border: double #948004 5px;
	padding: 0 10px 20px 10px;
}

#guest_transfer_complete h1{
	color: red;
}

#full_error_message p#see_full{
	margin-top: 40px;
	font-size: .8em;
	text-align:right;
	text-decoration: underline;
	float: right;
}

#full_error_message span#message{
	display:none;
}

#full_error_message:hover span#message{
	display:block;
}

#full_error_message:hover p#see_full{
	float: none;
}




/* ----------- Edit Tables Top-------------- */

table.edit_left {
	border: solid black 1px;
	width:100%;
	padding: 0px;
	margin: 0px;
	border-collapse:collapse;
	 }

table.edit_left td{
	padding: 4px;
	border-bottom: solid black 1px;
	 }

table.edit_left tr.first_row td {
	background-color: #002E5D;
	color: white;
	text-align: center;
	font-weight: bold;
}


table.edit_left tr.last_row td {
	text-align: center;
	border-bottom: none;
	 }

table.edit_left th{
	text-align: right;
	font-weight: bold;
	border-bottom: solid black 1px;
	border-right: solid black 1px;
	width: 33%;
	 }

table.edit_left tr.last_row td input{
	background-color: #002E5D;
	color: white;
	font-weight: bold;
	padding: 2px 10px;
	border: solid 1px black;
	 }

table.edit_left tr.last_row td input:hover{
	background-color: #C64B03;
	 }

table.edit_left tr.last_row td input#submit_button[disabled="disabled"] {
	background-color: red;
	 }

table.edit_left tr.required th{
	color:red;
	 }

table.edit_left tr.required input{
	background-color:#FFDDDD;
	 }

/* ----------- Edit Tables bottom-------------- */


/* ----------- Cart Styles Top-------------- */



table.cart_one_line {
	width:100%;
	border-top: solid #59075e 1px;

	border-bottom: solid #59075e 1px;
	text-align:center;
	 }

table.cart_one_line span.alert-1{
	font-size: 1.35em;
	 }

table.cart_one_line span.contact{
display:block;
	font-size: 10px;
	color:red;
	 }

table.cart_one_line td.checkout{
	width:200px;
	text-align:center;
	 }

table.cart_one_line td.checkout img{
	border: 0;
}

table.cart_one_line td{
	padding:5px;
	margin:0px;
	}
	
.cart {
    font-size: 10px;
    font-weight: normal;
	 }

table.cart {
    border: 2px solid #59075e;
    border-collapse: collapse;
    width:100%;
	 }

table.shipping_address th {
    text-align: right;
    color: #59075e;
    font-size: 12px;
	 }
	
.cart th {
    border-bottom: thin solid black;
    background-color: #FFEBFF;
    font-size: 14px;
    font-weight: bolder;
	 }
	
.cart tr {
    border-top: thin solid black;
    font-size: 10px;
    font-weight: normal;
	 }
	
.cart td {
    font-weight: bold;
    color: #59075E;   
    font-size: 12px;
	 }

table.cart .number {
    text-align:right;
	 }

table.cart .number input {
    text-align:right;
    padding-right:5px;
	 }
	
.cart tr.offeritems {
    border-top: none;
    font-size: 10px;
    font-weight: normal;
	 }
	
.cart td.title {
	border: none;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
	 }
	
.cart tr.total {
    border-top: double black;
	 }
	
.cart li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #223768;
	list-style-position: outside;
	list-style-type: none;
	margin: 3px 0 ;
	 }

table.order {
    border: 2px solid #59075e;
    border-collapse: collapse;
	 }
	
.order th {
    border-bottom: thin solid black;
    background-color: #FFEBFF;
    font-size: 14px;
    font-weight: bolder;
	 }
	
.order tr {
    border-top: thin solid black;
    font-size: 10px;
    font-weight: normal;
	 }
	
.order td {
    border-left: 1px solid black;
    font-weight: normal;
    color: black;   
    font-size: 10px;
	 }
	
.order td.title {
    font-size: 12px;
    font-weight: bold;
    color: #59075E;
	 }

table#choose_events,
table#choose_products {
    width: 100%;
}


span.asterix {
    display: block;
    font-size: 12px;
    padding: 10px 5px;
}

table#choose_events tr.asterix td,
table#choose_products  tr.asterix td{
    font-size: 12px;
    padding: 5px;
}



table#choose_events tr.option th,
table#choose_products tr.option th {
    font-size: 12px;
    font-weight: bold;
    color: #59075E;
    text-align: right;
    padding: 0px 5px;
    width: 35%;
}

table#choose_events td option,
table#choose_products td option {
    width: 430px;
}

.cart tr.offeritems div.or_line {
	line-height: 1.25em;
}


.cart tr.offeritems div.or_line span.or{
	font-weight: bold;
	text-transform: uppercase;
}


/* The event_calendar style is for the overall table */
.event_calendar {
	}

/* The next three styles are for the 3 columns of the calendar. */
.event_location {
	}
	
.event_date {
    white-space: nowrap;
	 }
	
.event_venue {
	}
	
.booking {
    font-size: 50%;
    font-weight: normal;
	 }
	
.yellow-background {
     background-color: #f5ff51;
	 }
  


/* --------- Product Catalog Top ----------------- */



div.sku_container {
	width:100%;
	text-align: right;
	clear: left;
	border-top:#948004 double 3px;
	padding: 15px 0 5px 0;
	border-bottom:#948004 dashed 1px;
	}

div.sku_container span.sku_name {
	font:normal 22px/23px Georgia, "Times New Roman", Times, serif;
	color:#948004;
	padding-right:25%
	}
	
div.sku_container div.sku_description {
	margin: 20px 0;
	width:70%;
	float: left;
	text-align:left;
	}
	
div.sku_container div.sku_pricing {
	width:30%;
	text-align:left;
	vertical-align:top;
	float: right;
	}

div.sku_container div.sku_pricing ul {
	margin: 10px 0 0 0;
	padding: 0;	
	}


div.sku_container div.sku_pricing ul li {
	list-style: none;
	}

div.sku_container div.sku_pricing li.sku_option {
	float: left;

	font-size: .9em;
	margin:0;
	clear:left;
	}

div.sku_container div.sku_pricing li.add_to_cart {
	font-size: .9em;
	margin:0;

	}

div.sku_container div.sku_pricing li.add_to_cart a{
	color:red;
	padding:0px 0 0 10px;
	font-weight: bolder;
	margin:0;
	}

div.sku_container div.sku_pricing li.add_to_cart a:hover{
	color:blue;
	}

div.sku_container div.sku_pricing li.web_display{
	text-decoration: line-through;
	white-space:nowrap;
	}

div.sku_container div.sku_pricing li.selling_price{
	font-weight: bolder;
	color: #948004;
	white-space:nowrap;
	font-size: 1.25em;
	}

	
/* --------- Product Catalog Top ----------------- */


/* --------- Offer Display Top ----------------- */



.offer {
	font-size: 50%;
	font-weight: normal;
	margin: 20px 0;
	}
	
table.offer_container {
	border: medium double #59075e;
	width: 100%;
	 }
	 
table.offer {
	border: 2px solid #59075e;
	border-collapse: collapse;
	width: 100%;
	}

table.offer_container td h2{
	text-align:center;
	}

.offer span.offer_price {
	display:block;
	color:red;
	font-weight:bold;
	}

.offer th {
	border-bottom: thin solid black;
	background-color: #FFEBFF;
	font-size: 14px;
	font-weight: bolder;
	}
	
.offer tr {
	border-top: thin solid black;
	font-size: 10px;
	font-weight: normal;
	}
	
.offer td {
	font-weight: bold;
	color: #59075E;   
	font-size: 10px;
	}
	
.offer tr.offeritems {
	border-top: none;
	font-size: 10px;
	font-weight: normal;
	}
	
.offer td.title {
	border: none;
	font-size: 10px;
	font-weight: normal;
	}
	
.offer tr.total {
	border-top: double black;
	font-size: 12px;
	font-weight: bold;
	}
	
.offer td.total {
	border-top: double black;
	font-size: 12px;
	font-weight: bold;
	}
	
.offer li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #223768;
	list-style-position: outside;
	list-style-type: lower-roman;
	}

.offer div.offer_pitch {
	text-align:center;
	}

.offer div.offer_pitch p {
	font-size: 1.5em;
	}

.offer div.offer_pitch p.offer_price {
	color:red;
	background-color: #FFFFCC;
	font-weight:bold;
	}

.offer div.offer_pitch a {
	color:red;
	font-weight:bold;
	}

.offer div.offer_pitch a:hover {
	color:blue;
	font-weight:bold;
	}
	
.smalltext {
	font-size: 10px;
	color: #223768;
	 }
	 
/* --------- Offer Display Bottom ----------------- */


/* --------- Signup Form Styles ----------------- */



div.opt_in_form {
    width: 600px;
    padding: 10px;
    margin: 0 0 0 50px;
}

div.opt_in_form form {
    margin: 0;
}

div.opt_in_form div.form_header{
    width: 500px;
    margin: 20px 0 0 50px;
    height:20px;
    background-image:url(/graphics/form_header.gif);
    background-repeat:no-repeat;
}

div.opt_in_form div.form_body{
    width: 500px;
    margin: 0 0 0 50px;
    background-image:url(/graphics/form_body.gif);
    background-repeat: repeat-y;
}

div.opt_in_form div.form_footer{
    width: 500px;
    margin: 0 0 0 50px;
    height:20px;
    background-image:url(/graphics/form_footer.gif);
    background-repeat:no-repeat;
}

div.form_body form{
    padding: 0 20px;
    font-family: Verdana,Arial,Helvetical,sans-serif;
    color: #494949;
}

div.form_body input,
div.form_body select {
    background-color: white !important;
}

div.form_body div.form_row{
    padding-bottom: 5px;
}

div.form_body span.heading{
    display:block;
    width: 140px;
    float: left;
    clear: left;
    text-align: right;
    padding:3px 3px 0;
}

div.form_body .required span.heading,
div.form_body div.required_notice {
    font-weight: bold;
    text-transform:capitalize;
    color: red;
}

div.form_body div.email input,
div.form_body div.addr1 input,
div.form_body div.addr2 input {
    width: 250px;
}

div.form_body span.instructions {
    display: block;
    padding-left: 145px;
    font-weight: bold;
    font-size: .85em;
}


div.form_body div.required input,
div.form_body div.required select {
    color: red;
}


div.form_body div.country select,
div.form_body div.stateprov select {
    font-size: 12px;
}

div.form_body #prov_state_selector {
    margin-left: 140px;
    padding: 5px 0 0 6px;
    display: block;
}

div.form_body div.required_notice {
    text-align:right;
}

div.form_body div.submit {
    padding:0 0 0 125px;
}

div.form_body div.submit input{
    padding:2px 10px;
}

div.form_body div.opt-in_alert {
    font-size: 10px;
    padding: 20px 20px 0 20px;
}

div.opt_in_form h3 {
	padding: 0 0 20px 0;
	margin:0;
	background-color: transparent;
	font-family: Verdana,Arial,Helvetical,sans-serif;
	color: black;
	font-weight: bold;
}

div.opt_in_form h3 span{
	color:red;
	text-transform:uppercase;
}

/* --- CIDX Signup Form Styles --- */

#verified_user span.not_verified_user {
	color: #000;
	font-size: .65em;
	display: block;
}

#signup span.not_verified_user {
	display: block;
	font-size: .85em;
}

#verified_user input {
    padding: 10px;
    margin: inherit;
    font-size: 1.25em;
    border-radius: 14px;
}

#verified_user div.submit {
    padding: 0 0  0 0px;
}

/* --- /CIDX Signup Form Styles --- */





