/* CSS Document */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	/*font-size: 62.5%; */ /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	background-image:url(images/bgs/pagebg.jpg);
	background-position: top center;
	background-color: #000;
	background-repeat: no-repeat;
	font-size: 12px;
}

div {
	/* -moz-box-sizing: border-box; */
}

img {
	border: 0;
}

.error {
	color: #CC0000;	
}

.png {
	behavior:url(/fdc/css/iepngfix.htc);
}

a, h2 a:hover, h3 a:hover {
	color: #fff;
	text-decoration: none;
	outline-style: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

h1 {
	font-size: 20px;
}

h2 {
	15px;
}

.padded_input_box_holder{
	background-color:#fff; 
	border-collapse:collapse; 
	border: 0px solid #2D0C45; 
	padding: 2px 3px; 
	/* background-image:url(images/bgs/purple_title_bg.png); */
	height: 20px;
}

.clearinputbox {
	font-size: 11px; color: #999; border-collapse:collapse; border: 0px; background: none;
}

.clearinputbox.focused {
	color: #000; 
}

input[type=text].fdc {
	font-size: 11px; color: #999; 
	
	border-collapse:collapse; 
	border: 1px solid #2D0C45; 
	padding: 2px 3px; 
	
	/*
	background-image:url(images/bgs/purple_title_bg.png);
	background-color:#5D3A70; 
	*/
	
	background-color: #fff;
	
	
	
}

input[type=text].fdc.focused {
	color: #000; 
}

#body_container {
	width: 100%;
}

#page_container {

	width: 100%;
}

#page {
	text-align:left;
	width: 100%;
}



#header_container {
	background-image:url(images/bgs/header_container_bg.jpg);
	width: 100%;
	height: 132px;
}

#header {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 124px;
}

#logo {
	float: left;
	margin: 30px 0 0 0;
	padding: 0;
}

#top_right {
	float: right;
	height: 42px;
	width: 658px;
	background-image:url(images/bgs/top_fdc_connections_bg_4.png);
	background-repeat: no-repeat;
	text-align: right;
	position: relative;	
	font-size: 10px;
}

#phone_row{
	clear: right;
	float: right;
	height: 25px;
	margin: 10px 0 0 0;
	position: relative;
}

#site_phone {
	background-image:url(images/icons/phone.png);
	background-repeat: no-repeat;
	behavior:url(css/iepngfix.htc);
	padding: 0 0 0 25px;
	font-size: 14px;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	position: relative;
}

#menu {
	clear: right;
	float: right;
	margin: 0px 0 0 0;
	padding: 0;
	position: relative;
	width: 800px;
	text-align: right;
}

#page_content {
	width: 970px;
	/*min-height: 300px;*/
	margin: 5px auto 10px auto;
}

#footer {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
} 

#footer_content {
	margin: 0 0 10px 0;
	clear: both;
	height: 163px;
}

#footer_bar {
	font-size: 11px;
	font-weight: bold;
	color: #999;
	border-top: 1px solid #999;
	padding: 10px 0 0 0;
	clear: both;
	margin: 5px 0 10px 0;
	height: 45px;
}

#footer_bar .menu {
	float: left;
}

#footer_bar .footer_bar_content {
	float: right;
}


#top_right a {
	color: #ffd41c;
	font-weight: bold;
	margin: 15px 12px 0 0;
	display: inline-block;
	padding: 0;
}


#menu a {
	color: #999999;
	font-weight: bold;
	font-size:12px;
	display: inline-block;
	padding: 0 0 0 10px;
	background-image:url(images/icons/arrow_yellow.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	text-decoration: none;
	margin: 0 0 0 10px;
}

#menu a:hover {
	color: #ffd41c;
}

#menu a.selected {
	color: #ffd41c;
}

#footer_bar a {
	color: #999999;
	text-decoration: none;
	padding: 0 15px 0 0;
}


#home_left {
	width: 610px;
	margin: 0 10px 0 0;
	float: left;
}

#home_right {
	float: right;
	width: 350px;
	margin: 0;
}

#home_feature_right div.title {
	height: 29px;
	width: 100%;
	position: relative;
}

#home_feature_right div.title .content {
	background-image:url(images/bgs/purple_title_bg.png);
	background-repeat: repeat-x;
	height: 29px;
	margin: 0 7px 0 0;
}

#home_feature_right div.title .corner {
	background-image:url(images/bgs/purple_title_bg_corner_right.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 7px;
	margin: 0;
	position: absolute; 
	right: 0px;
	top: 0px;
}

#home_feature_right div.title h1 {
	padding: 5px 0 0 25px;
	margin: 0;
	font-size: 15px;
	color: #ffd41c;
	background-image:url(images/icons/arrow_yellow.png);
	background-repeat: no-repeat;
	background-position: 10px 9px;
}

#home_feature_right div.container {
	width: 100%;
	height: 237px;
	background-color:#eee;
	background-image:url(images/bgs/grey_shade_bg.jpg);
	background-repeat: repeat-x;
}

#home_feature_right div.options {
	width: 100%;
	height: 29px;
	margin: 5px 0 0 0;
	background-image: url(images/bgs/feature_options_bar.png);
	background-repeat: no-repeat;
}

div.page_full {
	width: 930px;
	/*background-image:url(images/bgs/blk_transparency.png);*/
	background-image: none;
	background-color: #222;	
	border: 1px solid #222;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 20px;
}




div.page_full h1 , div.page_full h2 { 
	color: #ffd41c;
	padding: 0;
	margin: 0;
}

div.page_full h1 {
	font-size: 19px;
}

div.page_full h2 {
	font-size: 15px;
	margin: 15px 0 15px 0;
}

div.widget {
	width: 235px;
	height: 163px;
	float: left;
	background-image: url(images/bgs/widget_bg.png);
	background-repeat: no-repeat;
	background-color: transparent;
	margin: 0 5px 0 5px;
	position: relative;
}

div.widget.half {
	height: 78px;
}



div.widget h1 {
	font-size : 12px;
	font-weight: bold;
	color: #ccc;
	padding: 0;
	margin: 5px 0 0 10px;
}

/* end override Forum styles */div.widget2 {
	width: 235px;
	height: 163px;
	float: left;
	background-image: url(images/bgs/widget2_bg.png);
	background-repeat: no-repeat;
	background-color: transparent;
	margin: 0 5px 0 5px;
	position: relative;
}
div.widget2 img.fill {
	position: absolute;
	top: 0;
	left: 0;
}
div.widget2 span.go {
	background-image:url(images/btns/arrow_btn.png);
	background-repeat: no-repeat;
	width: 21px;
	height: 16px;
	display: block;
	bottom: 10px;
	right: 10px;
	position: absolute;
	text-indent: -5000px;
}
div.widget2 a.div_link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -5000px;
	z-index: 100;
	background: url(../images/blank.gif);
}
div.widget2.half {
	height: 78px;
}
div.widget2 h1 {
	font-size : 12px;
	font-weight: bold;
	color: #ccc;
	padding: 0;
	margin: 5px 0 0 10px;
}

div.widget img.fill {
	position: absolute;
	top: 0;
	left: 0;
}

div.widget span.go {
	background-image:url(images/btns/arrow_btn.png);
	background-repeat: no-repeat;
	width: 21px;
	height: 16px;
	display: block;
	bottom: 10px;
	right: 10px;
	position: absolute;
	text-indent: -5000px;
}

div.widget a.div_link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -5000px;
	z-index: 100;
	background: url(../images/blank.gif);
}

table.page_content_table {	
	width: 100%;
	border-collapse: collapse;
	border: 0px solid #fff;
}

table.page_content_table  td{	
	padding: 0;
	margin: 0;
}


table.page_content_table td.left {	
	width: 235px;
	vertical-align: top;
	text-align: left;
	background-image:url(images/bgs/blk_transparency.png);
	*background-image: none;
	*background-color: #111;		
}

table.page_content_table td.right {	
	width: 725px;
	vertical-align: top;
	text-align: left;
	padding: 0 0 0 10px;
}


div.site_left_nav {
	width: 235px;	
}


div.site_left_nav span.top {
	display:block;
	width: 235px;
	height: 11px;
	background-image: url(images/bgs/leftnav_top_bg.jpg);
	border-bottom: 1px solid #000;
}

div.site_left_nav ul {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.site_left_nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	display:block;	
	background-image:url(images/bgs/purple_title_bg.png);
	background-repeat: repeat-x;
}

div.site_left_nav ul li a {
	display: inline-block;
	background-image:url(images/icons/arrow_yellow.png);
	background-repeat: no-repeat;
	background-position: 10px 9px;
	height: 23px;
	padding: 6px 0 0 25px;
	font-size : 12px;
	font-weight: bold;
	color: #ccc;
	width: 210px;
	text-decoration: none;
	/*text-transform: uppercase;*/
}

div.site_left_nav ul li.selected a.category_link {
	color: #ffd41c;
}

div.site_left_nav ul li a:hover {
	color: #ffd41c;
}

div.site_left_nav ul li ul {
	display: none;
	margin: 0;
	padding: 0;
}

div.site_left_nav ul li.selected ul, div.site_left_nav ul li.open ul {
	display: block;
	margin: 0;
	padding: 0;
}

div.site_left_nav ul li ul li {
	background-image: none;
	display: block;
	/* height: 23px; */
}

div.site_left_nav ul li ul li a {
	display: inline-block;
	background-image:none;
	height: auto; 
	color: #ccc;
	font-size: 11px;
	padding: 5px 0 3px 25px;
	text-transform: none;
}

div.site_left_nav ul li ul li.selected a {
	color: #ffd41c;
}

#product_detail {

	min-height: 200px;
	background-image:url(images/bgs/blk_transparency.png);
	*background-image: none;
	*background-color: #000;
	*border: 1px solid #222;	
	padding: 10px;
	-moz-border-radius: 0px 5px 0 0;
	/* height: 375px; */

}

#product_detail .left {
	float: left;

}

#product_detail .right {
	float: right;
	position: relative;
}

#product_image_holder {
	width: 425px;
	height: 325px;
	border: 2px solid #7e7e7e;
	background-color: #fff;
	-moz-border-radius: 5px;
	text-align: center;
	padding: 5px;
}

#product_image_holder table {
	border-collapse: collapse;
	border: 0px;
	width: 100%;
	height: 100%;
}

#product_image_holder table td {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

#product_gallery_holder {
	width: 435px; 
	height: 75px;
	margin: 10px 0 0 0;
	border: 0px solid #222;
}

#product_info_holder {
	width: 235px; 
	height: 175px;
}

#product_options_holder {
	width: 235px; 
	margin: 0px 0 0 0;
}

#product_info_holder h1 {
	padding: 0;
	margin: 0;
	color: #ffd41c;
	font-size: 20px;
}

#product_info_holder h2 {
	padding: 0;
	margin: 0;
	color: #eee;
	font-size: 18px;
	font-weight: normal;
}


#product_info_holder p {
	color: #eee;
	padding: 0;
	margin: 10px 0 0 0;
	line-height: 1.2em;
}

input.purple_btn, input[type=submit] {
	
	background-image:url(images/bgs/btn_bg_purple.jpg);
	border: 0px;
	height: 16px;
	color: #ffd41c;
	text-transform: uppercase;
	padding: 0;
	text-align: center;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	font-size-adjust: none;
	font-variant: normal;
	font-stretch: normal;
	
	cursor: pointer;

}

input.purple_btn_lrg {
	background-image: url(images/bgs/purple_title_bg.png);
	height: 27px;
	padding: 5px;
}


#product_overview {

	margin: 10px 0 0 0;
	min-height: 200px;
	background-image:url(images/bgs/blk_transparency.png);
	*background-image: none;
	*background-color: #000;	
	*border: 1px solid #111;	
	padding: 0px;
	-moz-border-radius: 5px 5px 0 0px;
	/* height: 375px; */

}

#product_overview .tabs {
	border-bottom: 1px solid #ffd41c;
	height: 29px;
	padding: 1px;
}

.tabs a {
	display: inline-block;
	width: 100px;
	height: 19px;
	background-color: #1A1A1A;
	padding: 7px 0px 0px 0px;
	color: #ccc;
	font-size: 11px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 2px 0 0;

}

.tabs a:hover {
	color: #ffd41c;
}

.tabs a:active {
	outline-style: none;
}

.tabs a.selected {
	color: #ffd41c;
}

.tabs_content {
	color: #999;
	font-size: 12px;
	padding: 10px 10px 20px 10px;
}

.tabs_content p {
	margin: 5px 0 5px 0;

}

.tabs_content .tab {
	display: none;
}


.tabs_content .tab.selected {
	display: block;
}

.tabs_content h1 {
	padding: 0;
	margin: 20px 0 0 0;
	font-size: 12px;
}

#market_detail {
	
}

#market_detail .left {
	float:left;	
}

#market_detail .right {
	float:right;	
}

#market_overview {
	width: 335px;
	height: 528px;
	/*background-image: url(images/bgs/blk_transparency.png);*/
	background-image: none;
	background-color: #000;	
	border: 1px solid #221;
}

#market_overview .tabs {
	border-bottom: 1px solid #ffd41c;
	height: 29px;
	padding: 1px;
}

#market_overview .market_title {
	display: block;
	padding: 0;
	margin: 10px 0 0 0;
	color: #ffd41c;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}


a.download_link {
	display: inline-block;
	width: 100px;
	height: 19px;
	background-color: #1A1A1A;
	padding: 7px 0px 0px 0px;
	color: #ccc;
	font-size: 11px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 2px 0 0;

}

a.download_link:hover {
	color: #ffd41c;
}

/* sales rep page */

#salesrep_page_right {
	background-image: none;
	background-color: #18062A;	
	border: 1px solid #222;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 20px;
	min-height: 610px;
}

#salesrep_details h1 {
	color: #ffd41c;
	font-size: 14px;
	padding: 0;
	margin: 0 0 5px 0;
}

#salesrep_details h2 {
	color: #aaa;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 5px 0;
}

div.contactinfo_container {


}

div.contactinfo_container h1 {
	border-bottom: 1px solid #2E2438;	
	display: block;
}

div.contactinfo_container label {	
	padding: 0 0 0 15px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	color: #ffd41c;	
	display: inline-block;
	width: 50px;
	margin: 5px;
}

div.contactinfo_container.list {
	margin: 5px 0 0 0;
}

div.contactinfo_container.list label {
	width: auto;
	margin: 0 10px 0 0;
}

div.contactinfo_container label.email {
	background-image:url(images/icons/icon_email.gif);
}

div.contactinfo_container label.phone {
	background-image:url(images/icons/icon_phone.gif);
}

div.contactinfo_container label.fax {
	background-image:url(images/icons/icon_fax.gif);
}

div.contactinfo_container span.contactinfo {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	letter-spacing: 0.07em;
	font-size: 11px;
	font-weight: bold;
}

div.contactinfo_container.list span.contactinfo {
	margin: 0 20px 0 0;
}

#salesrep_list div.salesrep {
	margin: 0 0 20px 0;
	border-bottom: 1px solid #2E2438;	
	padding: 0 0 20px 0;
}

#salesrep_list div.salesrep h1 {
	color: #ffd41c;
	font-size: 16px;
	padding: 0 0 0 0px; 
	margin: 0 0 5px 5px;
	/*
	background-image:url(images/icons/arrow_yellow.png);
	background-repeat:no-repeat; 
	background-position: 0 4px;
	*/
}

#salesrep_list div.salesrep h2 {
	color: #aaa;
	font-size: 12px;
	padding: 0;
	margin: 0 0 5px 5px;
	font-weight: bold;
}



/* end sales rep page */




/* override Blog styles */

#cms-page {
	/* background-image:url(images/bgs/blk_transparency.png); */
	background-image: none;
	background-color: #222;
	border: 1px solid #222;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
}

div.post h2 a, div.post h3 a  {
	color: #ffd41c !important;
}


#cms-page a {
	color: #aaa;
}

div.entry-footer {
	background-color: #222;
	border-bottom: 1px solid #555;
	padding: 10px 0 20px 0;
}

.entry-comments-count, .entry-comments-count a{
	color: #ffd41c !important;
}

.entry-timestamp {
	color: #aaa;
	font-weight: bold;
}

.postmetadata {
	font-size: 11px;
}

.narrowcolumn {
	float: left;
	padding: 0 20px 20px 45px;
	margin: 10px 0 10px 10px;
	width: 630px;
	border-right: 1px solid #777;
	min-height: 500px;
	
	_width: 575px; /* IE 6 */
}

#sidebar {
	float: left;
	margin: 5px 0 0 -1px;	
	padding:10px 15px 0 15px;
	width:150px;
	border-left: 1px solid #777777;	
	overflow: visible;	
	
	_margin: 5px 0 0 10px;	/* IE 6 */
	_border-left: 0px solid #777777; /* IE 6 */
	
}

.comment-body {
	color: #aaa;
}

.comment-meta a {
	color: #999;
}

.thread-alt {
	background-color: #555;
}

.thread-even {
	background-color: #333;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size:11px;
}

#wp-calendar {
	position: absolute;
	left: 39px;
	top: 5px;
	margin: 0 0 0 0;
}

#wp-calendar caption {
	width: 155px;
	margin: 0 0 10px 0;
}

#wp-calendar td {
	padding: 0;
	text-align: center;
}

#wp-calendar th {
	padding: 10px 0 0 0;
	text-align: center;
}



#sidebar div.widget {
	margin: 0 5px 10px 0;
}

#sidebar h2.widgettitle {
	text-transform: uppercase;
	/*background-image:url(images/bgs/purple_title_bg.png);
	background-repeat: repeat-x;*/
	height: 20px;
	font-size : 12px;
	font-weight: bold;
	color: #ccc;
	padding: 0px 0 0 10px;
	margin: 5px 0 0 0px;
	display: block;
	width: 230px;
	border: 0px solid #ffd41c;
}

#sidebar ul li{
	background-image: url(images/bgs/widget_bg.png);
	background-repeat: no-repeat;
	width: 235px;
	padding: 3px 0 10px 0;
}

#sidebar ul li ul li {
	background-image: none;
	color: #ccc;
	font-size: 11px;
}
#sidebar ul li ul li a {
	color: #ccc;
	font-weight: bold;
}

#sidebar ul li ul li a:hover {
	color: #ffd41c;
}

li.widget_search {
	height: 75px;
	background-image: none !important;
}

#sidebar div.textwidget p {
	padding: 10px;
}

/* end blog styles */

/* override Forum styles */

#forums-page {
	
	/*background-image:url(images/bgs/blk_transparency.png);*/
	background-image: none;
	background-color: #000;
	border: 1px solid #222;
	color: #aaa;
	padding: 20px;

}

#bb-header {	
	height: 23px;
}

#bb-header p.login-info {
	float:left; font-size: 12px; margin: 10px 0;
	color: #ccc;
}

#bb-header p.login-info a {
	color: #ccc;
}

#bb-main {
	font-size: 1.2em;
	width: 860px;
	margin: 0 auto 25px;
	position: relative;
}

#front-page #discussions {
	margin-left:170px;
	width:690px;
}

#bb-main h2 {
	color: #ffd41c !important;
}

#bb-main fieldset {
	background-color: #222;
	border: 0;
}

#latest, #forumlist, #favorites {
	background-color:#222222;
	margin-bottom:3em;
	width:100%;
}

#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background-color: #555; }

#latest th, #forumlist th, #favorites th {
	text-align: left;
	background-color: rgb(102, 102, 102);
	background-image: url(images/bgs/purple_title_bg.png);
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	padding: 5px 9px;
	color: rgb(255, 255, 255);
}

#latest th a, #forumlist th a, #favorites th a {
	color: rgb(200, 200, 200);
	font-style: italic;
}

#latest th a:hover, #forumlist th a:hover, #favorites th a:hover {
	color: rgb(255, 255, 255);
}



.infobox {
	border-color:#CCCCCC;
	border-style:solid;
	border-width:0px 0;
	padding: 5px 10px;
	border-left: 5px solid #ffd41c;
	border-top: 0px solid #333;
	color: #fff;
	font-weight: bold;
	background-color: #222;
}

.postform {
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	background-color:#222;
	margin-bottom:1em;
	padding:10px;
}

#bb-main input[type=submit] {
	border: 0;
}

#bb-main input[type=submit]:hover {
	color: #ffd41c;
}
 
.alt {
	background-color: transparent;
}

#thread .alt {
	background-color: transparent;
	margin: 20px 0;
}

.threadpost {
	background-color: #333;
}

#thread li {
	border-top:0;
	clear:both;
	line-height:1.5em;
}

#thread li.alt .threadpost {
	background-color:#333;
}

tr.bb-category td {
	background-color:#555;
}

#profile-menu li a {
	font-size: 1.1em;
	background-color: #222;
	padding: 4px 7px;
	border-top: 3px double #9e9e9e;
	position: relative;
	top: -10px;
	-moz-border-radius-bottomleft: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

#profile-menu li.current a {
	background-color: #555;
	border-top: 1px solid #9e9e9e;
}

#profile-menu li a:hover {
	background-color: #333;
}

#login-page fieldset table tr.error th em, #register-page fieldset table tr.error th em, #profile-page fieldset table tr.error th em {
	color:red;
	font-style:normal;
	left:475px;
	margin-left:1em;
	position:absolute;
}


#pass-strength-result {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color:#E3E3E3;
	border:1px solid #CCCCCC;
	padding:2px;
	text-align:center;
	width:280px;
	color: #222;
}

#login-page tr.form-required label:before,
#register-page tr.form-required label:before,
#profile-page tr.form-required label:before,
p.required-message:before {
	content: ' * ';
	color: red;
	vertical-align: 10%;
}

#login-page tr.form-required,
#register-page tr.form-required,
#profile-page tr.form-required,
p.required-message {
	color: red;
}

#login-page legend, #register-page legend, #profile-page legend {
	font-weight:bold;
	padding:0 15px;
	color: #ccc;
}

