/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */

h1,h2,h3,h4,h5,p{
padding:0;
margin:5px 0;
}
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #3A8CC4; color: #fff; text-shadow: none; }
::selection { background: #3A8CC4; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
/* input:invalid, textarea:invalid { background-color: #f0dddd; } */


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: First Pier - 
   ========================================================================== */


a, a:visited {
    color:black;
    text-decoration:none;
   }


.about_container_inner p,
.grid_container_inner p{
        margin-top:0;
   }
h1, .article-list h2, 
.about_container_inner h2,
.about_container_inner h2 a,
.grid_container_inner h2,
.grid_container_inner h2 a {
    font-family:sorts-mill-goudy;
    font-size:28px;
    color: #085394;
    text-transform:uppercase;
    margin-bottom:0;
	letter-spacing: .1em;
}



.article-list article{
    margin-bottom:10px;
}

.article-list footer{
    text-align:right;
}

.article-list article footer{
    width:100%;
}

.article-list article footer .share,
.article-list article footer .more{
    margin-left:auto;
    margin-right:auto;
}

.article-list article footer .share{
    float:left;
    color:gray;
    text-transform:uppercase;
}


h3{
    margin:0;
    padding:0;
}

p {
    /* Pragmatica Web Book */
    font-family:pragmatica-web;
    font-weight:400;
    font-style:normal;
    font-size:16px;
	clear:both;
}

.logo{
    height:120px
}

.logo img{
    height:90px;
}

#featured a{
    height: 308px;
    width:940px;
}

div.timer{
    display:none;
}

.hero1{
    background-image:url('../images/MBB_home1.jpg');
}

.hero2{
    background-image:url('../images/hero2A.png');
}

.hero3{
    background-image:url('../images/hero3A.png');
}


/* Set up Icon Sprites */
ul.social-media{
	list-style:none;
	display:inline;
	float:right;
	padding:0;
}

.displace {
	position: absolute;
	left: -5000px;
}

ul.social-media li{
    float:left;
    margin-right:1em;
}


ul.social-media li a{
	display:block;
	width:20px;
	height:20px;
	background:url('/images/sm-icons.png');
}


/* Normal Social Media Links */

ul.social-media li.facebook a{
	background-position: 0 0;	
	width:9px;
}

ul.social-media li.linkedin a{
	background-position: -9px 0;	
	width:14px;
}

ul.social-media li.twitter a{
	background-position: -23px 0;	
}

ul.social-media li.googleplus a{
	width:19px;
	background-position: -43px 0;	
}


ul.social-media li.facebook a{
	background-position: 0 0;	
	width:9px;
}

ul.social-media li.linkedin a{
	background-position: -9px 0;	
	width:14px;
}

ul.social-media li.twitter a{
	background-position: -23px 0;	
}

ul.social-media li.googleplus a{
	width:19px;
	background-position: -43px 0;	
}

/* Mouse Over */

ul.social-media li.facebook a:hover{
	background-position: 0 20px;	
}

ul.social-media li.linkedin a:hover{
	background-position: -9px 20px;	
}

ul.social-media li.twitter a:hover{
	background-position: -23px 20px;	
}

ul.social-media li.googleplus a:hover{
	width:19px;
	background-position: -43px 20px;	
}


 #featured { 
          width: 940px;
          height: 308px;
           background: #000 url('../images/loading.gif') no-repeat center center; overflow: hidden; }
 #featured img,  
 #featured div { display: none; }


.hero-quote p, .qt{
    font-size:27px;
    color:black;
    font-family:sorts-mill-goudy, serif;
    font-style:italic;
    margin-bottom:.5em;
}



.hero-quote p{
    display:inline;
}

blockquote footer{
    font-size:11px;
    font-style:normal;
    font-family: pragmatica-web;
    font-weight:700;
    display:inline;
}


header.banner{
    margin-top:40px;
	margin-bottom:10px;
}

nav {
    text-align:justify;
}

nav *{
    display:inline;
}

nav a{
    font-size:15px;
    font-family: pragmatica-web;
    font-weight:700;
    font-style:normal;
    text-decoration:none;
    padding:.25em .5em;
    letter-spacing:.1em;
}


nav span{
    display:inline-block;
    position:relative;
    width:100%;
    height:0;
}

.vcard span.tel a, .vcard span.email a{
    color:black;
}
nav a:hover, nav a.active{
    color:#808080;
    background-color:#5DB0D8;
    color:white;
}

nav a.active{
	font-weight:700;
}

nav li.active{
	background:url('../images/active_mbb.png') no-repeat bottom center;
	padding-bottom:18px;

}
a.seller_info{
    margin-left:3em;
}
a.buyer_info, a.seller_info{
    font-size:11px;
    font-family: pragmatica-web;
    font-weight:700;
    text-transform:uppercase;
	letter-spacing:.1em;
    padding:7px 10px;
    line-height:28px;
}

a.buyer_info:hover, 
a.buyer_info.active,
a.seller_info:hover, 
a.seller_info.active {
    color:white;
	font-weight:700;
    background-color:#5DB0D8;
}

.bluelocations {
    float:right;
    color:#ffffff;
    font-size:11px;
    line-height:28px;
    font-family: pragmatica-web;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.05em;
    margin-right:-25px;
}
.bluelocations .city,
.bluelocations .phonenumber {
    display:inline-block;
    padding:0px 5px;
    background-color:#5DB0D8;
}

.bluelocations .city {text-align:right; width:125px;margin-bottom:1px;}
.bluelocations .phonenumber {text-align: left;width:95px;}

.bluelocations a {color:#ffffff;}
.bluelocations a:hover {color:#ffffff;text-decoration:none;}

.buy-a-business h2, .sell-a-business h2{
    margin:0;
    padding:0;

}

.sell-a-business h2 {
    width:330px;
}
.buy-a-business h2 a, .sell-a-business h2 a{
    font-size:29px;
    font-weight:bold;
    letter-spacing:2px;
    font-family:sorts-mill-goudy, serif;
    color: #085394;
    text-transform:uppercase;
}

.buy-a-business h2 a:hover, 
.sell-a-business h2 a:hover{
    text-decoration:underline;
}

.buy-a-business p, .sell-a-business p{
    font-size:16px;
    margin-top:0;
	padding:0 4px;
}


.buy-a-business footer a, .sell-a-business footer a, .button a {
    font-family: pragmatica-web;
    font-weight:700;
    color: white;
    font-size:12px;
    background-color:#5DB0D8;
    padding:.5em;
	padding-right:4px;
    text-transform:uppercase;
	background:#5DB0D8;
}
div.contact-info{
    margin-bottom:2em;
}
.button{
    height:2.5em;
}

.button a {
box-shadow: 2px 2px 5px gray;
}

.button img{
    margin-left:1em;
}
.buy-a-business footer a img, .sell-a-business footer a img {
padding:2px 3px;
margin-bottom: 3px;
padding-right: .15em;
padding-left: .5em;
}

.buy-a-business footer div,
.sell-a-business footer div{
    margin-bottom:1em;
}


div.featured-businesses,
div.news-and-events{
color:white;
margin-top:1em;
}

div.featured-businesses a:hover,
div.news-and-events a:hover{
    text-decoration:underline;
}

div.news-and-events{
    background: #3A8CC4;
    padding:1em;
    box-shadow:2px 2px 5px gray;

}


div.featured-businesses h2,
div.news-and-events h2{
    font-family:pragmatica-web;
    padding:0;
    margin:0;
    font-weight:200;
    font-size:21px;
    text-transform:uppercase;
    letter-spacing:.1em;
}


div.featured-businesses h3,
div.news-and-events h3{
    margin:0;
    padding:0;
    font-weight:bold;
    font-size:11px;
}

div.featured-businesses ul li,
div.news-and-events ul li{
    margin-top:1em;
}
div.featured-businesses ul li p,
div.news-and-events ul li p{
    margin:0;
    padding:0;
    font-size:12px;
    color:black;
    font-weight:normal;
    line-height:1.2;
}
ul {
    list-style:none;
    margin:0;
    padding:0;
}

footer.main {
    border-top: solid black 3px;
    height:200px;
}

div.vcard {
    text-align:center;
    text-transform:uppercase;
    font-family:garamond, serif;
    font-size:13px;
    margin-top:.5em;
    padding-bottom:.5em;
    border-bottom: 2px solid gray;
}

span.vcard-sep {
    color: #5DB0D8;
    margin-left:8px;
    margin-right:8px;
    font-weight:bold;
}

span.tel a, span.tel a:visited{
    color:black;
}

.vcard span.type{
    color:#5DB0D8;
}

.sitemap-wrapper{
    margin-top:10px;
}
.sitemap {
    font-family:pragmatica-web;
    padding-top:1em;
    width:700px;
    display:inline;
}

.sitemap a, .about, .about p{
    color:#808080;
    font-size:11px;
}

.sitemap a:hover{
    text-decoration:underline;
}
.about p{
    margin-top:0;
    padding-top:0;
}

.about img{
    padding-bottom:4px;
}

.about{
    background-color: #E6E7E9;
    padding:1em 2em;
}

.sitemap h3, .about h3 {
    font-weight:bold;
    padding:0;
    margin:0;
}

.about h3{
    margin-bottom:3px;
}

ul.sitemap ul{
float:left;
width:140px;
}

ul.sitemap li ul li,
ul.sitemap h3{
    height:15px;
}

ul.sitemap li ul li{
    margin-left:6px;
}

.about{
float:right;
width:170px;
}

/* BUSINESS LISTING TABLE */


div.listing{
   background:url('../images/main_inner_bg.png') repeat-y center top;
   padding:20px;
}
div.listing_top{
background:url('../images/topb_img.png') ;
    height: 24px;
    margin: 0 auto;
    width: 929px;
}
div.listing_middle{

}

div.listing_bottom{
background:url('../images/topb_img.png') ;
    height: 24px;
    margin: 0 auto;
    width: 929px;
	}
input.general-button{
background: none repeat scroll 0 0 #5DB0D8;
    clear: both;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    height: 34px;
    /* line-height: 31px; */
    margin-left: 130px;
    text-align: center;
	text-transform:uppercase;
    width: 300px;
}
input.general-button:hover {
	background: none repeat scroll 0 0 #3A8CC4;
}
ul#nav-sub{
margin-left:20px;
    }


ul#nav-sub li{
    margin-left:20px;
}
ul#nav-sub li.overview{
    margin-left:0;
}

tr:nth-child(2n){
    background-color:#B2D1E0;
}

thead{
    background-color:black;
    color:white;
    text-align:left;
}
td, th{
    padding:.25em;
}



/* END BUSINESS LISTING TABLE */

/* 960.gs 12 column fixed, compressed */
body{min-width:960px}.container_12{
margin-left:auto;margin-right:auto;background:url('../images/main_bg.png') repeat-y;
padding:0 20px;width:960px
}.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12{display:inline;float:left;margin-left:10px;margin-right:10px}.push_1,.pull_1,.push_2,.pull_2,.push_3,.pull_3,.push_4,.pull_4,.push_5,.pull_5,.push_6,.pull_6,.push_7,.pull_7,.push_8,.pull_8,.push_9,.pull_9,.push_10,.pull_10,.push_11,.pull_11{position:relative}.alpha{margin-left:0}.omega{margin-right:0}.container_12 .grid_1{width:60px}.container_12 .grid_2{width:140px}.container_12 .grid_3{width:220px}.container_12 .grid_4{width:300px}.container_12 .grid_5{width:380px}.container_12 .grid_6{width:460px}.container_12 .grid_7{width:540px}.container_12 .grid_8{width:620px}.container_12 .grid_9{width:700px}.container_12 .grid_10{width:780px}.container_12 .grid_11{width:860px}.container_12 .grid_12{width:940px}.container_12 .prefix_1{padding-left:80px}.container_12 .prefix_2{padding-left:160px}.container_12 .prefix_3{padding-left:240px}.container_12 .prefix_4{padding-left:320px}.container_12 .prefix_5{padding-left:400px}.container_12 .prefix_6{padding-left:480px}.container_12 .prefix_7{padding-left:560px}.container_12 .prefix_8{padding-left:640px}.container_12 .prefix_9{padding-left:720px}.container_12 .prefix_10{padding-left:800px}.container_12 .prefix_11{padding-left:880px}.container_12 .suffix_1{padding-right:80px}.container_12 .suffix_2{padding-right:160px}.container_12 .suffix_3{padding-right:240px}.container_12 .suffix_4{padding-right:320px}.container_12 .suffix_5{padding-right:400px}.container_12 .suffix_6{padding-right:480px}.container_12 .suffix_7{padding-right:560px}.container_12 .suffix_8{padding-right:640px}.container_12 .suffix_9{padding-right:720px}.container_12 .suffix_10{padding-right:800px}.container_12 .suffix_11{padding-right:880px}.container_12 .push_1{left:80px}.container_12 .push_2{left:160px}.container_12 .push_3{left:240px}.container_12 .push_4{left:320px}.container_12 .push_5{left:400px}.container_12 .push_6{left:480px}.container_12 .push_7{left:560px}.container_12 .push_8{left:640px}.container_12 .push_9{left:720px}.container_12 .push_10{left:800px}.container_12 .push_11{left:880px}.container_12 .pull_1{left:-80px}.container_12 .pull_2{left:-160px}.container_12 .pull_3{left:-240px}.container_12 .pull_4{left:-320px}.container_12 .pull_5{left:-400px}.container_12 .pull_6{left:-480px}.container_12 .pull_7{left:-560px}.container_12 .pull_8{left:-640px}.container_12 .pull_9{left:-720px}.container_12 .pull_10{left:-800px}.container_12 .pull_11{left:-880px}.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:before,.clearfix:after,.container_12:before,.container_12:after{content:'.';display:block;overflow:hidden;visibility:hidden;font-size:0;line-height:0;width:0;height:0}.clearfix:after,.container_12:after{clear:both}.clearfix,.container_12{zoom:1}


/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
/* ==|== buyer registration =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
   .grid_inner_left{
	float: left;
    min-height: 300px;
    width: 200px;
	margin-top:1em;
		}
	.grid_inner_right{
	float: right;
    min-height: 400px;
    width: 500px;
	margin-top:1em;
	background:url("../images/1.png") repeat-y;
	padding-bottom:10px;
	}
	.grid_inner_right_header{
	background:url("../images/2.png") no-repeat;
    float: left;
    height: 22px;
    width: 100%;
	}
	.grid_container_inner{
	  padding:20px;
	}
	.contact_inner{
   float: right;
    min-height: 400px;
   margin-top:1em;
	background:url("../images/11.png") repeat-y;
	width:100%;
	padding-bottom:10px;
	
	}
	.contact_inner_header{
    width:100%px;
	background:url("../images/22.png") repeat-y;
	height:22px;
	
	}
	.contact_inner_bottom{
	  background: url("../images/22.png") repeat-y scroll 0 0 transparent;
    float: left;
    height: 22px;
    
    width: 100%;
	}
	
	.initialblock {
	margin:25px 0 15px 0;
}
.checkboxlist {
	display:inline-block;
	margin-bottom:10px;
	}
.buyerregistration .left {float:left;}
.buyerregistration .right {float:left;width:267px;}	
.checkboxlist label {
	display: inline-block;
    width: 235px;
}	
	.lb{
    float: left;
    font-weight: bold;
    margin-right: 10px;
    padding-left: 20px;
    text-align: left;
    width: 140px;
	line-height:35px;
	display:block;
	}
	.checkboxlist label.lbleft,
	.lbleft{
    float: left;
    font-weight: bold;
    margin-right: 10px;
    padding-left: 20px;
    text-align: left;
    width: 140px;
	font-size:16px;
	line-height:19px;
	display:block;
	}
	
.checkboxlist .right label {
	font-size:14px;
	}
.checkboxlist .right li {margin-bottom:1px;}	
.checkboxlist input[type="checkbox"],
.checkboxlist  input[type="radio"]{
	margin-top: 4px;
    vertical-align: top;
}

.checkboxlist textarea {
	width:267px;
	border: 1px solid #bbbbbb;
}
	
    form .buyer_type{
        margin-right:1em;
    }

    #submit-registration{
        text-align:center;
    }

    #submit-registration input{
        margin:0;
    }
    .dollars-available .lb,
    .business-interests .lb{
        font-size:12px; 
		line-height:15px;
    }

    #individual-dollars-available .lb,
	#dollars-available .lb,
    #total-label{
        font-size:16px;
        width:100%;
		line-height:22px;
    }

    #individual-dollars-available .input-text,
	#dollars-available .input-text,
    #total_dollars_available {
        margin-left:20px;
		width:410px;
    }
#individual-dollars-available textarea,
	#dollars-available textarea{
	margin-left:20px;
	width:417px;
	border: 1px solid #bbbbbb;
    }
	
	
    #contact label{
        font-family:pragmatica-web;
        display:block;
        font-weight:400;
        text-align:left;
        width:86px;
        float:left;
    }
    #contact input, #contact textarea{
        float:left;
        font-size:12px;
        padding:4px 2px;
        border:solid 1px #aacfe4;
        width:200px;
        margin:2px 0 20px 10px;
        background:#efefef;
    }

    #contact button{

        clear: both;
        margin-left: 94px;
        width: 209px;
        height: 31px;
        background: #5DB0D8;
        text-align: center;
        line-height: 31px;
        color: white;
        font-size: 11px;
        font-weight: bold;
    }
	.input-text{
	background: none repeat scroll 0 0 #EFEFEF;
    border: 1px solid #bbbbbb;
    font-weight: normal;
    height: 32px;
    line-height: 30px;
    width: 260px;
    padding-left:.5em;
	}
	
	p.form {display:inline-block;}
	p#submit-registration {display:block !important;}
	
	.initialblock .input-text {
		width:50px;
		float:left;
		margin:0px 10px 10px 20px;
		}
	.initialblock p.form {width:440px;}
	
	.input-select{
	 width:267px;
	 background:#efefef;
	 border:none;
	 height:32px;
	 border: 1px solid #bbbbbb;
	}
	.input-select option {
	line-height:30px;
	height:32px;
	}
	.checkbox{
	 clear: both;
    cursor: default;
    float: none;
    height: 25px;
    margin: 0 0 3px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-top: 0;
    text-align: left;
    width: 97px;
	}
	#error {
	color:red;
	font-size:10px;
	display:none;
}
   input.needsfilled {
	background:red;
	color:white;
}

textarea.text{
background:#efefef;
border:none;
}



.grid_inner_right_bottom{
     background:url("../images/2.png") no-repeat;
    float:right;
    height: 22px;
    width: 100%;
	width:500px;

}
h4.contact_buyer{
 color: #5DB0D8;
    font-size: 20px;
    font-weight: normal;
	margin-top:20px;
 }
.contact_right{
 float:left;
 width:375px;
padding-left:20px;

 }
.contact_left{
 float:left;
 width:260px;
 padding-left:20px;
}

.contact_right h4{
     font-family:pragmatica-web;
     font-weight:400;
     letter-spacing: .1em;
     margin-top:0;
 }
p.agrement_text2{
font-style:italic;
}
p.agrement_text{
line-height:24px !important;
}
.type_of_business{
margin-right:10px;
}
 .contact_left .contact{ 
    margin:0;
    padding:0;
    font-size:20px;
    margin-bottom:.10em;
    letter-spacing:1px;
 }

 .contact_left .office {margin-top:1em;}
 
  .contact_left h2{
    color:#5DB0D8;
	font-family: pragmatica-web;
 }
 .contact_left h3.phone, .contact_left h3.email{
    display:inline;
 }

 .contact_left div.phone, .contact_left div.email{
    margin-top:0.5em;
 }

 .contact_left p{
    line-height:1.2;
    font-size:16px;
    margin-bottom:0;
 }
 .contact_inner .address, 
 .contact_inner .phone, 
 .contact_inner .email, 
 .contact_inner .brokers,
 .contact_inner .social-media{
    font-family: pragmatica-web;
    font-weight:400;
    font-size:16px;
    margin-top:0.5em;
 }
 .street_address{
    margin-top:0;
 }

 .brokers p{
    margin:0;
    padding:0;
 }
 textarea.contact_area1,
 textarea.contact_area2{
 background:#efefef;
 width:300px;
 height:100px;
 border:none;
 margin-left:19px;
 }
 #map{
 width:354px;
 height:198px;
 }
 h3.contact{
     font-family:pragmatica-web;
     font-weight:400;
     margin-bottom:.1em;
 color: #5DB0D8;

 }
 #contact_form input{
 margin-left:19px;
 }
 .grid_container_inner .row{

    float: left;
  
    width: 477px;
 }
 .grid_container_inner .row_content{
   
    float: left;
    width: 159px;
 }
 .row_content .image{
  float: left;
    height: 115px;
    width:152px;
    overflow: hidden;
	
 }
 .image img{
 
 }
 .grid_container_inner .row_content h3 a{
   
    padding:0px;
 }
  .grid_container_inner .row_content p{
   text-align:left;
   padding:2px;

 }
    .row_content span p {
   text-align:left;
   color:#5DB0D8;
   font-style:italic;

 }
 a.more{
   color: #5DB0D8;
    float: right;
    padding-right: 27px;
 }
 .testimonials{
 font-weight:bold;
 }
 .testimonial span{
 
    color: #5DB0D8;
    float: left;
	font-size:18px;
  }

 .testimonial{
    float: left;
    line-height: 20px;
    padding-bottom: 25px;
 }

 .testimonial blockquote{
    padding:0;
    margin:0;
 }
 .testimonial footer, .testimonial blockquote{
    margin-left:25px;
    font-size:16px;
    font-family: pragmatica-web;
    font-weight:400;
    }

.testimonial footer span:before{
    content: "-";
}

 span.open-quote{
    display:block;
    text-align:left;
    color: black;;
    font-size: 45px;
 }

 .affiliation ul
{
list-style-image:url('../images/arrowB.gif');
margin-left:40px;
} 
.affiliation  ul li a{
color: #5DB0D8;
    font-size: 18px;
    font-weight: normal;
}
.grid_inner_left ul li a{
font-size:14px;
font-family:pragmatica-web;
font-weight:700;
}
.grid_inner_left a:hover{
    color:#3A8CC4;
}
.grid_inner_left ul li.active {
color:#5DB0D8;
list-style-image:url('../images/arrow_mbb2.png');
}
.grid_inner_left ul li.active a {
color:#5DB0D8;
}

.grid_inner_left ul li.active ul li a{
    color:black;
}
.grid_inner_left ul li ul li a:hover{
    color:#3A8CC4;
}
.client_list{
float:left;
padding:5px;
}
.client_list .right{
float:left;
width:225px;
font-size:14px;
 font-family:pragmatica-web;
}
.client_list .left{
 float:left;
 width:225px;
 font-size:14px;
 font-family:pragmatica-web;
}
.client_list_wrap{
float:left;
padding-bottom:5px;
}
.client_list span.head{
    margin-top:1em;
    margin-bottom:.5em;
    color:#5DB0D8;
    width:100%;
}

ul#nav-sub li{
padding:5px 5px;
}
ul#nav-sub ul li a{

font-size:14px;
}
.row_content span{
color:#5DB0D8;
}
.profile p{
font-size:14px;
}
.profile span.deg{
color:#5DB0D8;
font-style:italic;
margin-top:-18px;
}
.profile span.name{
font-weight:bold;
font-size:16px;
color:#5DB0D8;
}
.grid_inner_right_about{
	float: right;
    min-height: 400px;
    width:368px;
	background:url("../images/bg_middle.png") repeat-y white;

}

img.brad, 
img.mark, 
img.brian, 
img.lee{
    margin-bottom:-42px;
    margin-left:-22px;
}

.about_header{
    width:368px;
	background:url("../images/bg_top.png") repeat-y;
	height:22px;
}
.about_container_inner{
 min-height:494px;
 padding:10px 10px 15px 15px; 
  padding-left:15px;
  padding-right:15px;
 }

.brian{
    margin-left:none;
}

.about_bottom{
background:url("../images/bg_top.png") no-repeat;
    float:right;
    height: 22px;
    width:368px;
	
}
.about_wrapper{
    float:left;
    min-height: 400px;
    width: 456px;
	float:left;
}
.bottom_quote{
 background: url("../images/arrow.png") no-repeat scroll 0 0 transparent;
 
 /*
    clear: both;
    float: right;
    margin-left: 287px;
    margin-top:-43px;
    min-height: 72px;
    padding-left: 60px;
	width:592px;
    */
    padding-left: 60px;
    padding-top:20px;
	width:592px;
    min-height: 80px;
    margin-left:60px;
}

.bottom_quote.buyer{
    width:552px;
}

.bottom_quote span.small{
    font-family:pragmatica-web;

}
span.qt{
font-size:22px;
font-style:italic;
}
span.small{
font-size: 12px;
font-weight: bold;
}
nav{

}
.profile_head{
width:100%;
float:left;
padding-bottom:20px;	
}
.profile .right{
 float:left;
 width:200px;
}
.profile .left{
 float:left;
 width:260px;
}
.profile p{
margin-top:0px;
line-height:20px;
}
.profile h1{
 float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.profile_contact h4{
    background: url("../images/arrowB.gif") no-repeat scroll 0 0 transparent;
    color: #5DB0D8;
    float: left;
    font-size: 20px;
    font-weight: normal;
    line-height: 19px;
    margin: 0;
    padding: 0 0 5px 20px;
    width: 100%;
}
.profile img{
    max-width:180px;
}
.profile_contact{
padding-bottom:20px;
}
.profile_contact span{
font-weight:bold;
font-size:12px;
display:block;
clear:both;
}


.article ul
{
    list-style-image:url('../images/arrow_mbb3.png');
    margin-left:40px;
} 

.article  ul li a{
    color: #5DB0D8;
    font-size: 16px;
    font-weight: 400;
    font-family:pragmatica-web;
}

.article h4{
color: #5DB0D8;
font-size:16px;
}

.article h1{
	margin-bottom:0;
}

.article p{
 font-size: 16px;
 line-height: 20px;
 font-family:pragmatica-web;
 font-weight:400; /* book */
}

div.article p.summary{
   margin:0; 
   margin-bottom:1em;
}

div.article img{
    margin:.5em;
}

div.index h3{
    text-transform:uppercase;
    font-weight:bold;
    font-family:pragmatica-web;
    font-weight:700;
    margin-bottom:.25em;
}


div.index ul, div.index li{
    margin:0;
    padding:0;
}

div.index ul{
	margin-bottom:18px;
}

div.index li{
   list-style:none;
   list-style-image:none;
   margin-top:.25em;
}
span.author{
 font-size: 14px;
 font-weight: bold;
 text-transform: uppercase;
}

.grid_inner_news_header{
	  background: url("../images/55_bg.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    float: left;
    font-size: 24px;
    height: 59px;
    line-height: 50px;
    padding-left: 18px;
    width: 100%;
	}
.grid_inner_news_header h1,
.grid_inner_news_header{
    font-family: pragmatica-web;
    font-weight: 200;
    font-style: normal;
    font-size:21px;
    color:white;
    margin:0;
}

.grid_inner_news_header h1 span,
.grid_inner_news_header span{
    color:#5DB0D8;
}

.posted{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
	.line{
	background:url("../images/line_bg.png") repeat-x; height: 11px;
    
	}
	#pagination{
	float:left;
	padding:10px;
	}
	#pagination a{
	background: none repeat scroll 0 0 #3A8CC4;
    font-size: 16px;
    font-weight: bold;
    padding: 2px 6px;
	border:1px solid #000;
	color:#fff;
	}
	#pagination strong{
	font-size:16px;
	background: #5DB0D8;
	padding: 2px 6px;
	border:1px solid #000;
	}
#pagination span.pg{
	font-size:16px;
	background:#3A8CC4;
	padding: 2px 6px;
	border:1px solid #000;
	font-weight:bold;
	color:#fff;
}
.business_wrapper{
	width:100%;
	float:left;
}
.business_wrapper_left{
 width:742px;
 float:left;
}
.business_wrapper_right{
width:188px;
float:right;

}
.business_wrapper_left_header{
    width:739px;
	background:url("../images/b-1.png") repeat-y;
	height:22px;
}
.business_wrapper_left_bottom{
    width:739px;
	background:url("../images/b_3.png") no-repeat;
	height:12px;
	
}
.business_wrapper_inner{
width:739px;
background:url("../images/b_2.png") repeat-Y;
	
}
.business_wrapper_inner .entry{
  padding: 10px 10px 10px 20px;
}

h1.business-name{
    font-size:34px;
    margin-bottom:0;
}

.entry_subtitle {
    color: #5DB0D8;
    font-size: 20px;
    font-family:pragmatica-web;
    font-weight: normal;
    margin:.25em 0;
}
.entry strong, .entry h4{
font-family:pragmatica-web;
font-size:16px;
color:black;
font-weight:bold;
padding:10px;
padding-left:0;
}

.business_wrapper p{
    margin:0;
    padding:0;
    margin-bottom:.5em;
}
.financial-summary,
.general-info,
.about-the-sale{
    font-family:pragmatica-web;
    font-size:16px;
}

.summary-description, .general-info, .market-outlook{
    margin-top:1em;
}

.market-outlook h4{
    margin:0;
    padding:0;
}

.register-note{
    font-style:italic;
    font-size:90%;
}

.register-note a {
    color:#5DB0D8;
    font-weight:700;
}

.right_box{
background:#5DB0D8;
width:160px;
padding:10px;
padding-top:0;
}
.right_box a{
color: #FFFFFF;
    font-family: pragmatica-web;
    font-size: 21px;
    font-weight: 200;
    text-transform: uppercase;
}
.right_box a span{
 font-size:14px;
 color:#000;
 font-weight:bold;
}
.article .info{
font-weight:bold;
}
.info span{
color: #5DB0D8;
font-size: 14px;
font-weight:bold;
margin-right:10px;
}


.featured-businesses{
    background: #5dB0d8;
    padding:1em;
    box-shadow:2px 2px 5px gray;
    
}

.featured-businesses a,
.news-and-events a{
    text-transform:uppercase;
    font-family:pragmatica-web;
    font-weight:700;
    font-size:12px;
    color:#fff;
}

.news-and-events a {
    color:#B2D1E0;
}

.news-and-events a span{
    color:white;
}


.home_bottom_image{
background:url("../images/66.png") no-repeat;
height:20px;
margin-top:20px;
}
div.hero-quote{
background:url("../images/arrow.png") no-repeat;
background-position:-3px center;
}
blockquote.hero-quote{
padding-left:25px;
}
table#example td{
padding:0.25em 0.8em;
}
table#example th{
cursor:pointer !important;
padding:0.25em .8em;
}
.undercontract,
.for-sale .undercontract,
table .undercontract {
    display: inline-block; 
    font-size: 8px; 
    font-family:pragmatica-web;
    padding: 3px 6px; 
    background-color: #085394; 
    color: white;
    text-transform:uppercase;
    vertical-align: top;
    letter-spacing:0.1em;
    text-rendering: optimizeLegibility;
    font-weight: bold;
}
.undercontract.lpuc {
    margin:5px 0px;
    font-size:16px;
    padding: 6px 12px;
}
#example_filter{
padding:0.6em;
padding-left:0px;
text-align:right;
}
#example_filter label {
color:#5DB0D8;
text-transform:uppercase;
color:gray;
font-weight:bold;
}
#example_info{
padding:10px;
padding-left:0px;
font-weight:bold;
}
.moreinfo, .listing .introduction{
font-size:16px;
font-family: pragmatica-web;
padding:10px;
padding-left:0px;
}

.introduction a{
    color:#3A8CC4;
}

.moreinfo{
    margin-bottom:2em;
}

.listing .introduction{
    padding:0;
}

.listing h1{
    margin-bottom:0;
    padding-bottom:0;
}

.moreinfo a.register{
 color: white;
    font-size:12px;
    text-transform:uppercase;
    background-color:#5DB0D8;
    padding:.25em;
	padding-right:13px;
    font-weight:bold;
	background:url('/images/arrow_mmb1.png') no-repeat right center #5DB0D8;
}

.share_top ul li{
    color: #CCCCCC;
    display: inline;
    font-weight: bold;
    list-style-type: none;
    padding-right: 18px;

}
.share_top
{
width:250px;
float:right;
text-align:right;
width:100%;
margin-bottom:.5em;
}
.featured-businesses ul li h3{
    background:url("../images/arrow_mmb1.png") no-repeat left center;
    padding-left:12px;
    font-size:12px;
}

.print-page{
    cursor:pointer;
}

.print-this{
    background: url("../images/print.png") no-repeat scroll left top transparent;
    padding: 0 0 0 16px;
    cursor:pointer;
    color:#CCCCCC;
    font-weight:bold;
}

/*............home page boxes css...................*/
.buy-a-business, .sell-a-business{
min-height:335px;
padding:0 7px;
}
/*---------------end---------------------------------*/
.st_sharethis_custom{
        background: url("/images/share.png") no-repeat scroll left top transparent;
        padding:0px 0 0 16px;
        cursor:pointer;
}
.featured-businesses_bottom{
float:left;
height:10px;
background:url('../images/a_bottom.png') no-repeat;
width:220px;

}
.big_italic{
font-size:24px;
padding:45px 10px 23px;
width:636px;
text-align:center;
}
.big_italic span{
color:#5DB0D8;
}

.thanks_text{
margin-top:10px;
}

.meet-the-team .team-member h3 a {
    font-family:pragmatica-web;
    font-weight:700;
    font-size:13px;
    text-transform:uppercase;
}

.meet-the-team .job-title{
    font-family: pragmatica-web;
    font-size:11px;
    color: #5DB0D8;
    font-style:italic;
	float:left;
	width:127px;
}

.meet-the-team .team-member p{
    font-family: pragmatica-web;
    font-weight:400;
    font-size:11px;
    margin:0;
    padding:0;
	width:127px;
}
/*------past client--------*/
.row_client{
width:100%;
float:left;
}
/*----------------------*/
/*------contact us page--------*/
.contact_us_top{
 background: url("../images/contact2_top.png") no-repeat scroll 0 0 transparent;
float: left;
height: 17px;
margin-top: 20px;
width: 344px;
}
.contact_us_bottom{
width:344px;
float:left;
height:21px;
background:url('../images/contact2_bottom.png') no-repeat;
}
.contact_us_middle {
    background: url("../images/contact2_middle .png") repeat-y scroll 0 0 transparent;
    float: left;
    padding: 0 18px;
    width: 344px;
	}
.map_top{
 background: url("../images/contact2_top.png") no-repeat scroll 0 0 transparent;
float: left;
height: 17px;
margin-top: 20px;
width: 344px;

}
.map_bottom{
width:344px;
float:left;
height:21px;
background:url('../images/contact2_bottom.png') no-repeat;

}
.map_middle{
 background: url("../images/contact2_middle .png") repeat-y scroll 0 0 transparent;
 float: left;
 padding: 0 18px;
 width: 344px;
	
}

.wrapper_about {
width: 973px;
margin-left: -11px;
background-image: url('/images/mark.png');
background-repeat: no-repeat;
background-position: bottom left;
}


.wrapper_resources {
width: 973px;
margin-left: -12px;
background-image: url('/images/brad.png');
background-repeat: no-repeat;
background-position: bottom left;
}

.wrapper_buyer {
width: 973px;
margin-left: -12px;
background-image: url('/images/brian.png');
background-repeat: no-repeat;
background-position: bottom left;
}


.wrapper_seller {
width: 973px;
margin-left: -12px;
background-image: url('/images/lee.png');
background-repeat: no-repeat;
background-position: bottom left;
}
/*----------------------*/

/*----------------Article section------------------------------*/
.article h5{
font-size:16px;
font-weight:bold;
margin:5px 0;
padding:0;
}
.article h6{
font-size:16px;
color:#0099FF;
font-weight:normal;
margin:0;
padding:0;
}
.article ul{
list-style-image:none;
list-style-type:disc;
font-family:pragmatica-web;
font-size:16px;
}
/*-----------------------------------*/
table#example th.sorting_asc {
	background: url('../images/up.png') no-repeat right 6px !important;
	
}

table#example th.sorting_desc {
	background: url('../images/down.png') no-repeat right -2px;
	
}
ul.social-media-contacts{
	list-style:none;
	display:inline;
	float:right;
	padding:0;
}

.displace {
	position: absolute;
	left: -5000px;
}

ul.social-media-contacts li{
    float:left;
    margin-right:1em;
}


ul.social-media-contacts li {
	display:block;
	width:228px;
}
ul.social-media-contacts li span{
	background:url('../images/sm-icons.png');
    width:20px;
	height:20px;
	float:left;
}
ul.social-media-contacts li a{
padding-left:10px;
}
ul.social-media-contacts li.facebook span{
background-position:0 0px;
width:9px;
}

ul.social-media-contacts li.facebook a:hover span{
background-position:0 20px;
}

ul.social-media-contacts li.twitter span{
background-position:39px 0;
}
ul.social-media-contacts li.twitter a:hover span{
background-position:39px 20px;
}

ul.social-media-contacts li.linkedin span{
background-position:-9px 0;
width:14px;

}
ul.social-media-contacts li.linkedin a:hover span{
background-position:-9px 22px;
width:14px;

}
ul.social-media-contacts li.googleplus
 span{
background-position:19px 0;
width:20px;

}
ul.social-media-contacts li.googleplus a:hover
 span{
background-position:19px 20px;
width:20px;

}
div.sell-a-business footer{
margin-top:16px;
}

div.buy-a-business footer{
margin-top:16px;
}


/*-----------------------*/
/* newsletter */
#newsletter{
box-shadow:2px 2px 5px gray;
background:none repeat scroll 0 0 #5DB0D8;
padding:8px 15px;
margin-top:1em;
margin-bottom:1em;
}
#newsletter label{
color: #FFFFFF;
    font-family: pragmatica-web;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
#newsletter h2{font-family: pragmatica-web;
    font-size: 21px;
    font-weight: 200;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
	color:#fff;
}
.news_input{
background:#efefef;
height:25px;
border:none;
}
.news_submit{
background: none repeat scroll 0 0 #5DB0D8;
    border: 1px solid #FFFFFF;
    box-shadow: 2px 2px 5px gray;
    box-shadow: 2px 2px 5px gray;
    color: #FFFFFF;
}
/*.......... evaluation page ..................*/
.about_container_inner ul,
.grid_container_inner ul{
list-style-type:none;
font-size:16px;
font-family:pragmatica-web;
padding-left:24px;
}
.about_container_inner li,
.grid_container_inner li {
	font-family: pragmatica-web;
	font-size:16px;
}
.article a, p a{
	color:#5DB0D8 !important;
}

.about_container_inner h2,
.grid_container_inner h2{
	margin-top:20px;
}
ul#article{
list-style-type:none;
}
  ul#article li {
  padding:2px 0;
	}

html {
	-webkit-font-smoothing: antialiased;
}
.scroll-pane {
	
	height: 200px;
	overflow: auto;
	border:1px solid #000;
	padding:1em;
	margin-bottom:10px;
}
.horizontal-only
{
	height: auto;
	max-height: 200px;
}

/****** Buyer Evaluation Services & Sell E-Business ******/

#buyereval,
 #sell_ebiz {
	margin-bottom:25px;
}
#buyereval p,
#sell_ebiz p {
	margin-top:3px;
	display:inline-block;
	width:100%;
}
#buyereval .lb,
#sell_ebiz .lb {
	padding-left:0px;
	padding-top:9px;
	padding-bottom:2px;
}
#buyereval label.wide,
#sell_ebiz label.wide {
	width:100%;
}

#buyereval input,
#sell_ebiz input {
	float:right;
	width:300px;
	margin-left:0px;
}
#buyereval input#businesstype,
#sell_ebiz input#businesstype {
	width:451px;
}
#buyereval textarea{
	margin-left:0px;
	width:459px;
	height:200px;
}
#sell_ebiz textarea {
	margin-left:0px;
	width:452px;
	height:200px;
}
#buyereval .submitbutton,
#sell_ebiz .submitbutton {
	width:auto;
	float:right;
	padding:5px 20px;
}
/******** Seller Packet form ********/
#seller_packet p.form {
	margin-bottom:10px;
}
#seller_packet .lb {
	padding-top:9px;
	padding-bottom:2px;
	}
#seller_packet h4.contact_buyer {
	margin-bottom:15px;
	margin-top:20px;
}
#seller_packet input.contact_details {
	margin-left:20px;
}
#seller_packet .red,
#seller_packet .normal .red {
	display:none;
}
#seller_packet #namelabel .red,
#seller_packet #emaillabel .red {
	color:#CC0000;
	display:inline;
}
#seller_packet .required span.red {
	color:#CC0000;
	display:inline;
}

/* Bootstrap-based error alerts */

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  display:block;
}
.buyerregistration .alert {
	margin: 10px 5px 10px 20px;
	width: 370px;
}

.alert-heading {
  color: inherit;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}
