
@font-face {
  font-family: museo-sans-500;
  src: url('../fonts/museo-sans/185F56_0.eot?') format('eot'),
      url('../fonts/museo-sans/185F56_0.woff') format('woff'),
      url('../fonts/museo-sans/185F56_0.ttf') format('truetype');
}

@media screen and (min-width: 640px)
{
  .m { display:none !important; } /* hide small-screen UI elements */
}
	/* basic canvas */
	html
	{
		font:normal normal normal 12px/1.4 "Helvetica Neue", helvetica, arial, sans-serif;
		margin:0;
		padding:0;
		color:#222;
    background:#d7dce3 url("../images/backgrounds/body.jpg");
	}

  body
  {
    margin:0;
    padding:0;
    border-top:5px solid #004270;
    background: url("../images/backgrounds/body-bg.png") repeat-y 50% 0;
  }

	/* "page" containers */
	.page
	{
		position:relative;
		z-index:2000;
		min-height:400px;
		color:#222;
    width:980px;
		margin:0 auto;
	}

	/* resets */
	h1, h2, h3, p, ul, ol, li, dl, dt, dd, blockquote,
	table, tbody, thead, tr, th, td,
	form, fieldset, label
	{
		margin:0;
		padding:0;
		list-style-type:none;
		font-weight:normal;
	}

	img
	{
		border:none;
	}

	fieldset
	{
		border:none;
	}


	/* meta markup */
	.access-label
	{
		position:absolute;
		left:-10000px;
	}

	abbr
	{
		font-style:normal;
		border:none;
		cursor:default;
	}

	hr
	{
		display:none;
	}

	/* 	hyperlinks */
	a, a:visited
	{
		color:#045ab0;
		text-decoration:underline;
		cursor:pointer;
	}

	a:hover, a:focus, a:active
	{
		color:#cde;
	}

	p { line-height:1.5;}


	a:hover, a:focus, a:active
	{
		color:#043c73;
	}

	/* edit link */
	a.edit, a.edit:visited
	{
		font-weight:bold;
		display:inline-block;
		padding-left:19px;
		text-decoration:none;
		min-height:16px;
		background:url(../images/icons/edit.png) no-repeat;
	}

	/* view link */
	a.view, a.view:visited
	{
		font-weight:bold;
		display:inline-block;
		padding-left:19px;
		text-decoration:none;
		min-height:16px;
		background:url(../images/icons/user_go.png) no-repeat;
	}

	/* back link and send link */
	 .page p.back,  .page p.send
	{
		margin:15px 0 7px 15px;
		clear:both;
	}

	 .page .column p.back,  .page .column p.send
	{
		margin:10px 0 7px;
	}
	 .page .column p.back.right
	{
		float:right;
	}

	 .page a.back,  .page a.back:visited,
	 .page a.send,  .page a.send:visited
	{
		font-size:10px;
		font-weight:normal;
		display:inline-block;
		min-height:15px;
	}

	 .page a.back,  .page a.back:visited
	{
		background:url(../images/icons/back.png) no-repeat 0 45%;
		padding-left:16px;
	}

	 .page a.send,  .page a.send:visited
	{
		background:url(../images/icons/unread.png) no-repeat 0 45%;
		padding-left:22px;
	}

	/* index list links */
	ul.index a, ul.index a:visited
	{
		text-decoration:none;
	}
	ul.index a:hover, ul.index a:focus, ul.index a:active
	{
		text-decoration:underline;
	}

	/* headings */
	h1, h2
  {
		font-family:museo-sans-500, helvetica, sans-serif;
		clear:both;
	}
  
   h3, h4, .sidebar h2
   {
		font-family:helvetica, sans-serif;
   }



	h1.noclear, h2.noclear
	{
		clear:none;
	}

	h1, h2.h1, h3.h1
	{
		margin:20px 0 10px;
		font-size:24px;
    font-family:museo-sans-500, helvetica, sans-serif;
		font-weight:normal;
		border:none;
		color:#333;
		background-image:none;
	}

	h2, h3.h2, h4.h2
	{
		margin:20px 0 0.6em 0;
		font-size:1.4em;
		font-weight:bold;
		border:none;
		color:#0a4270;
		background-image:none;
	}

	.section h2
	{
		color:#0a4270;
	}
	.section.job h2
	{
		font-size:26px;
		border-bottom:1px solid #d9d9d9;
	}

	h3, h2.h3, h4.h3
	{
		margin:30px 0 0.6em 0;
		padding:0 0 4px 0;
		font-size:16px;
		font-weight:bold;
		color:#0a4270;
		border-bottom:1px solid #DDE4EF;
	}

	h4, h3.h4, h2.h4
	{
		margin:20px 0 0.8em 0;
		font-size:14px;
		font-weight:bold;
		border:none;
		color:#333;
		background-image:none;
	}

	.enterbid h2.h3
	{
		margin-top:0;
	}


	/* sub-headings
	   [which are not actually heading elements, though they can be] */
	.subheading
	{
		margin:-0.8em 0 1.5em 0;
		color:#555;
		font-size:12px;
		font-weight:bold;
		border:none;
	}

	/* paragraphs, lists and addresses */
	p, .content ul, .content ol, address
	{
		margin:0 0 1em 0;
	}

	.content ol, .content ol li
	{
		list-style-type:decimal;
		background:none;
	}

	.content ol.alphabetical, .content ol.alphabetical li
	{
		list-style-type:lower-alpha;
	}

	.content ol
	{
		padding-left:15px;
		margin-left:15px;
	}

	.content ul, .content ul li
	{
		list-style-type:disc;
		background:none;
	}

	.content ul
	{
		padding-left:15px;
		margin-left:15px;
	}

	.content ol li ol, .content ul li ul, .content ol li ul, .content ul li ol
	{
		margin-top:0.4em;
		padding-bottom:0.4em;
	}

	p:last-child, .content ul:last-child, .content ol:last-child
	{
		margin-bottom:0;
	}

	q
	{
		font-style:italic;
		color:#666;
	}

	address
	{
		font-style:normal;
	}

	/* denoting no content description */
	p.empty, h2.empty
	{
		color:#777;
	}
	h2.empty
	{
		font-weight:normal;
	}


  /*-------- buttons -------------*/

input.button,
button.button,
a.button,
a.button:visited,
 .page a.button
{
  display: inline-block;
  vertical-align: baseline;
  outline: none;
  margin:0 5px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font:normal 12px/1 museo-sans-500, Helvetica, Arial, sans-serif;
  color:#fff;
  min-width:80px;
  min-height:14px;
  padding:5px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 1px 1px rgb(10,10,10);
}

a.button:hover,
a.button:active
{
	text-decoration: none;
}

/* color styles
---------------------------------------------- */

/* blue */
.button.standard
{

background:#2b719e;
box-shadow:inset 0 -8px 10px #1c4b74;
border: 1px solid #0455a7;
border-bottom:1px solid #37568f;
}

.button.standard:hover, .button.standard:focus
{

  background:#048cc8;
  box-shadow:inset 0 -8px 10px #00578f;
  text-shadow: 0 2px 3px rgb(10,10,10);
}

.button.standard:active
{
  border: solid 1px #0a4270;
  -webkit-box-shadow: inset 1px 0px 16px #07294a, 0 1px 3px #222;
  -moz-box-shadow: inset 1px 0px 16px #07294a, 0 1px 3px #222;
  box-shadow:inset 1px 0px 16px #07294a, 0 1px 3px #222;
  color:#999;
  text-shadow:none;
}

/* green */
.button.primary
{
  -webkit-box-shadow:inset 0px 10px 12px #73c85f;
  -moz-box-shadow:inset 0px 10px 12px #73c85f;
  box-shadow:inset 0px 10px 12px #73c85f;

  border:1px solid #62b74e;
  background: #439d2f;
  box-shadow: inset 0 -8px 8px #27601c;
}

.button.primary:hover, .button.primary:focus
{
  background: #22bb00;
  box-shadow: inset 0 -8px 10px #27601c;
  text-shadow: 0 2px 3px rgb(10,10,10);
}

.button.primary:active
{
  color: #999;
  border: 1px solid #0c7531;

  -webkit-box-shadow:inset -1px -3px 10px #0cb14d, inset 1px 1px 3px #0fb250, 0 1px 3px #222 ;
  -moz-box-shadow:inset -1px -3px 10px #0cb14d, inset 1px 1px 3px #0fb250, 0 1px 3px #222 ;
  box-shadow:inset -1px -3px 10px #0cb14d, inset 1px 1px 3px #0fb250, 0 1px 3px #222 ;
}

/* red */
.button.cancel
{
  color: #fff;
  border: solid 1px #6c251e;
  background: #963e50;
  box-shadow:inset 0px -8px 10px #601c28;
}
.button.cancel:hover, .button.cancel:focus
{
  background: #bb0025;
  box-shadow:inset 0px -8px 10px #7e011a;
}

.button.disabled, .button.disabled:hover
{
  cursor:default;
  -webkit-box-shadow:inset 0px 10px 12px #bbb;
  -moz-box-shadow: inset 0px 10px 12px #bbb;
  box-shadow:inset 0px 10px 12px #bbb;
  border:1px solid #747474;
  background: #767676;
  color:#ccc;

}

	/* buy it now */
	strong.bin, *.binprice, span.makeoffer
	{
		font-style:normal;
		font-weight:normal;
		color:#BF350B;
		white-space:nowrap;
	}

	span.makeoffer
	{
		color:#107a00;
	}

	/* urls */
	em.url
	{
		font-size:0.9em;
		color:#676767;
		font-style:normal;
	}


	/* dark blue price labels */
	strong.bidprice, strong.binprice,
	label.bidprice, label.binprice
	{
		color:#122940;
		font-weight:bold;
	}


	/* datetime microformat */
	span.sitepoint-datetime
	{
		cursor:default;
	}


	/* additional bracketed information in datetime microformats */
	span.sitepoint-datetime em
	{
		font-style:normal;
		color:#777;
	}
	span.sitepoint-datetime.imminent em
	{
		color:#d00;
	}
	span.sitepoint-datetime.disabled em
	{
		color:#aaa;
		font-style:italic;
	}



	/* paragraph containing lines that would otherwise need <br /> */
	.lines span
	{
		display:block;
	}

	/* quicklinks */
	.quicklinks, .content .quicklinks
	{
		list-style-type:none;
		float:right;
		margin-bottom:10px;
	}

	.sidebar .quicklinks
	{
		padding:0 0 10px 0;
	}

	.quicklinks li, .content .quicklinks li
	{
		list-style-type:none;
		float:left;
		margin:0 15px 0 5px;
		font-size:10px;
	}

	.quicklinks li a, .quicklinks li a:visited
	{
		display:inline-block;
		padding:0 0 0 20px;
		min-height:16px;
	}
	.quicklinks li.save-this-search a, .quicklinks li.save-this-search a:visited
	{
		background:url(../images/icons/icon_plus_green.png) no-repeat 3px 50%;
	}

	.quicklinks li a.show-archived, .quicklinks li a.show-archived:visited
	{
		background:url(../images/icons/save-search.png) no-repeat 0 50%;
	}

	.quicklinks li a.hide-archived, .quicklinks li a.hide-archived:visited
	{
		background:url(../images/icons/folder_delete.png) no-repeat 0 50%;
	}

	.quicklinks li.show-all-listings a, .quicklinks li.show-all-listings a:visited
	{
		background:url(../images/icons/table_refresh.png) no-repeat 0 1px;
	}

	.quicklinks li.email-these-results a, .quicklinks li.email-these-results a:visited
	{
		background:url(../images/icons/email.png) no-repeat 0 1px;
	}
	.quicklinks li.subscribe-rss a, .quicklinks li.subscribe-rss a:visited
	{
		background:url(../images/icons/subscribe.png) no-repeat 1px 1px;
	}



	/* notice bar */
	.notice-bar
	{
		width:98%;
		padding:0 1% 1em 1%;
		line-height:1;
		background:#16871e;
		color:#fff;
		text-align:center;
		overflow:hidden;
	}

	.notice-bar p
	{
		margin:13px 0 0 0;
	}

	.notice-bar strong
	{
		font-weight:normal;
	}

	.notice-bar a, .notice-bar a:visited
	{
		color:#ff0;
	}

	.notice-bar a:hover, .notice-bar a:focus, .notice-bar a:active
	{
		color:#dd2;
	}

	/* close link */
	.notice-bar a.close, .notice-bar a:visited.close
	{
		display:inline-block;
		margin:0 0 0 20px;
		padding:0 0 0 15px;
		background:url(../images/icons/noticebar-close.gif) no-repeat;
		color:#fff;
		text-decoration:none;
		font-size:0.8em;
		min-height:11px;
		cursor:pointer;
	}

	.notice-bar a.close:hover, .notice-bar a.close:focus
	{
		opacity:0.8;
	}

	/* header */
  .head-wrap
  {
    background:#fff;
    box-shadow:0 3px 12px #ccc;
  }
	.header
	{
    padding:20px 0 40px;
    width:960px;
    margin:0 auto;
    position:relative;
	}

  body.minimal .header
  {
    padding-bottom:10px;
  }

	/* header logo */
	.logo
	{
		color:#042a49;
		font-size:4em;
		margin:8px 0 18px 0;
		font-weight:normal;
		position:relative;
		width:600px;
	}

	.logo strong
	{
		line-height:0.85;
		text-indent:-9999em;
		overflow:hidden;
		display:block;
		width:197px;
		height:60px;
		background:transparent url(../images/logo.png) no-repeat;
	}

	.logo span
	{
		font:bold 14px helvetica, arial, sans-serif;
		color:#0a4270;
		position:absolute;
		top:12px;
		padding-left:220px;
	}

	.logo a, .logo a:visited
	{
		display:block;
		text-decoration:none;
		color:#042a49;
	}

	#users-online
	{
	  position:absolute;
	  left:220px;
	  top:60px;
	  color:#6d7981;
	  font-size:10px;
	}

	/* login and register links */
	.login-register
	{
		position:absolute;
		right:5px;
		top:10px;
		font-size:12px;
	}

	.login-register li
	{
		float:left;
		padding:0 10px;
		border-right:1px solid #ccc;
	}

	.login-register li a
	{
		color:#4C7DA6;
	}

	.login-register li a.countnotification
	{
		color:#fff;
	}
	.login-register li:last-child
	{
		border:none;
	}

	.login-register a:hover
	{
		color:#042A49;
	}

	/* SEARCH box */
	#search
	{
		position:absolute;
		right:10px;
		top:45px;
    text-align:right;
	}

	#search div
	{
		width:245px;
		position:relative;
		text-align:right;
		margin-top:3px;
	}
	#search div a
	{
		font-size:12px;
		text-decoration:none;
		color:#0072BC;
	}
	#search a:hover
	{
		text-decoration:underline;
	}

	#search a.saved
	{
		position:absolute;
		right:110px;
	}

	#search input[type="text"]
	{
		margin:0 60px 0 0;
    border-width:1px;
    border-radius:15px 0 0 15px;
    width:130px;
    padding:0 5px 0 10px;
    height:25px;
	}

	#search input.button
	{
    margin:0;
    margin-left:-1px;
    border-radius:0 15px 15px 0;
    height:27px;
    min-width:20px;
    padding:5px 10px;
    position:absolute;
    top:0;
    right:0;
	}

  #search input.button:hover
  {
    box-shadow:inset 0px 1px 4px #7099e3,
        inset 0px 10px 8px #184dae,
        inset 0px 2px 1px #8ca4f3,
        inset 0px -2px 8px #1e9beb;
  }

	#savedsearches
	{
		display:none; /* hidden by default */
		position:absolute;
		top:45px;
		right:0;
		background:#fff;
		z-index:7000;
		padding:4px;
		border:1px solid #d9d9d9;
		border-radius:3px;
		box-shadow:0 0 4px #d9d9d9;
		text-align:left;
		width:250px;
	}

	#savedsearches h2
	{
		margin:3px 5px 5px;
		font-size:14px;
	}
	#savedsearches li
	{
		padding:5px;
		border-bottom:1px solid #d9d9d9;
		position:relative;
	}
	#savedsearches li a.search
	{
		font-size:12px;
		color:#045AB0;
		text-decoration:none;
	}

	#savedsearches li a.search:hover
	{
		background:#fffae0;
	}

	#savedsearches a.delete
	{
		display:block;
		position:absolute;
		right:5px;
		top:5px;
		width:16px;
		height:16px;
		background:url(../images/icons/delete.png) no-repeat;
		text-indent:-9999em;
	}

	#savedsearches a.close
	{
		color:red;
		position:absolute;
		top:5px;
		right:10px;
		text-decoration:none;
	}

	#savedsearches a.close:hover
	{
		text-decoration:underline;
	}

/**********
SEARCH FORM
***********/
.search label.check
{
	display:none;
}

.search input.button
{
	width:100%;
	padding:5px 0;
	margin:5px 0;
	line-height:12px;
	border-radius:4px;
	width:35px;
	min-width:35px;
}

fieldset.keywords input.keywords
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border: 2px solid #b3d2e7;
	padding: 5px;
	background: url(../images/input_inner_shadow.png) no-repeat 0 0;
	width: 140px;
	color: #999;
	margin:3px 0 6px;
}

.keywords input.keywords:focus
{
	border-color: #5d91b5;
	color: #333;
}



	/* sidebar boxes */
	.sidebarbox
	{
		clear:both;
		padding:10px 12px;
		margin:10px 0;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
	}

	.content-meta .sidebarbox
	{
		padding:0;
	}

	.sidebar .blue
	{
		background:#d4e3f2;
		border:1px solid #cfdeed;
		border-bottom-color:#bfcedd;
		padding:10px 12px;
	}

	.sidebar .green
	{
		background:#CFFFCF;
		border:1px solid #e6f2e4;
		border-bottom-color:#d6e2d4;
		padding:10px 12px;
	}

	.sidebarbox h2
	{
		margin:0 0 8px 0;
		font-weight:bold;
		font-size:1.3em;
	}
	.auction .sidebarbox h2, .auction-domain .sidebarbox h2
	{
		font-size:1.3em;
	}

	.sidebarbox ul, .sidebarbox li
	{
		margin:0;
		padding:0;
		list-style-type:none;
	}

	.sidebarbox li
	{
		margin:0 0 8px 0;
		padding:0 0 0 13px;
	}
	.sidebarbox li:last-child
	{
		margin-bottom:4px;
	}
	.sidebar .blue li
	{
		background:url(../images/icons/raquo-blue.png) no-repeat 0.1em 0.4em;
	}
	.sidebar .blue li.selected
	{
		background-image:url(../images/icons/raquo-blue-selected.png);
	}
	.sidebar .green li
	{
		background:url(../images/icons/raquo-green.png) no-repeat 0.1em 0.4em;
	}

	.sidebar .blue li ul
	{
		margin-top:6px;
	}
	.sidebar .blue li ul li
	{
		margin-bottom:4px;
		font-size:0.9em;
		background-position:0.1em 0.3em;
	}

  .navigation.blue li
  {
    font-weight:bold;
    color:#0A4270;  
  }

	.navigation.blue a,
	.navigation.blue a:visited
	{
    text-decoration:none;
    font-weight:normal;
	}

  .sidebar .blue h2
  {
    font-weight:bold;
  }

	.sidebar .blue li.selected > a,
	.sidebar .blue li > ul > li.selected > a,
	.sidebar .blue li.selected > ul > li.selected > a
	{
		color:#122940;
		text-decoration:underline;
	}
	.sidebar .blue li.selected > ul > li > a
	{
		color:#3f678f;
		text-decoration:none;
	}

	.sidebar .blue a:hover,
	.sidebar .blue a:focus,
	.sidebar .blue a:active
	{
		color:#043c73;
    text-decoration:underline;
	}

	.sidebar .green,
	.sidebar .green a,
	.sidebar .green a:visited,
	.sidebar .green h2
	{
		text-align:left;
		color:#2a5e2a;
	}

	.sidebar .green a:hover,
	.sidebar .green a:focus,
	.sidebar .green a:active
	{
		color:#0a2e09;
	}

	/* nb text */
	.sidebar h2 em.nb
	{
		font-size:0.65em;
		font-style:normal;
		font-weight:normal;
		vertical-align:middle;
	}

	.sidebar em.nb
	{
		font-size:0.9em;
		font-style:normal;
	}

	.sidebar p.nb
	{
		font-size:0.8em;
		margin-top:20px;
	}

  .content h3 em.nb
	{
		font-size:0.75em;
		font-style:normal;
		font-weight:normal;
		vertical-align:middle;
		float:right;
	}





	/* sidebar table, used for bid summary on bid pages,
	   and site details on auction page */
	.sidebarbox table, .sidebarbox table th, .sidebarbox table td
	{
		border:none;
	}

	.sidebarbox table
	{
		width:100%;
	}

	.sidebarbox table td, .sidebarbox table th
	{
		padding:0 0 2px 0;
		vertical-align:top;
	}

	.sidebarbox table thead th
	{
		font-weight:bold;
		font-size:0.9em;
	}

	.sidebar .green table thead th
	{
		border-bottom:1px solid #84b580;
	}

	.sidebarbox table .key
	{
		text-align:left;
	}

	.sidebarbox table .value
	{
		text-align:right;
	}

	.sidebarbox table thead + tbody tr:first-child td
	{
		padding-top:6px;
	}

	.sidebarbox table tr.section th,
	.sidebarbox table tr.section td
	{
		padding-top:12px;
	}


	/* pricing items list */
	.content div.pricing
	{
		margin-right:3em;
	 }

  	.content div.pricing h2
	{
		margin-top:2em;
	}

	h3.pricingitem
	{
		float: left;
		width: 100%;
		color:#333;
		font-size:1em;
		position: relative;
		background:transparent url(../images/backgrounds/fading-border.png) no-repeat scroll 100% 100%;
		padding-bottom: 3px;
		margin-top:.8em;
	}
  h3.pricingitem span
	{
		float: left;
	}
  h3.pricingitem strong
	{
		float: right;
	}

	.pricing p
	{
		margin:0 2em 0 2em;
	}

	/* footer */
  .footer-wrap
  {
    position:relative;
    z-index:8000;
    background:#1e354f;
    clear:both;
    overflow:hidden;
    margin-top:20px;
    padding:20px 0 40px;
    box-shadow:0 -3px 15px #ccc;
  }
	.footer
	{
		margin:15px auto 75px;
		width:980px;
		font-size:10px;
		border-radius:10px;
    color:#dadada;
	}
	.logo-rights
	{
		float:left;
		width:350px;
		margin:0;
	}

	.logo-rights .footer-logo
	{
		display: block;
		margin-bottom: 12px;
	}

	/* footer logo and copyright message */
	.copyright
	{
		margin:0;
	}

	.copyright a, .copyright a:visited
	{
		color:#fff;
	}

	/* footer logo */
	.copyright strong
	{
		display:block;
		width:150px;
		height:46px;
		color:#042a49;
		margin:0 0 15px 0;
		font-size:3.2em;
		font-weight:normal;
		line-height:1;
	}

	/* help and support links */
	.help-support
	{
		float:right;
	}

	.help-support dl
	{
		float:left;
		padding:0 30px 0 0;
	}

	.help-support dl.contact
	{
		padding-right:22px;
	}

	.help-support dl dt
	{
		margin:0 0 10px 0;
		text-transform:uppercase;
	}

	.help-support dl dt.row2
	{
		margin:10px 0 5px;
	}
	.help-support a, .help-support a:visited
	{
		color:#fff;
		text-decoration:none;
	}

	.help-support a:hover
	{
		color:#fcce69;
		text-decoration:underline;
	}

	/*
	/ Session messages alert box
	*/
	div.messages
	{
		display:block;
		padding:15px 10px 15px 40px;
		margin:0 auto;
		float:none;
		clear:both;
		width:930px;
		background:url(../images/icons/attention.png) #fdd2d2 no-repeat 1.5% 50%;
		color:#b02c2c;
	}
	.page.auction .messages
	{
		margin:10px 15px;
	}

	div.messages li, div.messages ul
	{
		list-style:none;
		padding-left:0;
		margin-left:0;
	}

	div.note
	{
		display:block;
		margin: 10px 0;
		float:none;
		clear: both;
		width:auto;
		padding:5px 10px 5px 10px;
		background: #eee;
		border:1px solid #ccc;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
	}

	div.success
	{
		background:url(../images/icons/success.png) #CFFFCF no-repeat 1.5% 50%;
		color:#2A5E2A;
	}

	div.note.success
	{
		background-image:none;
	}

	.page.auction div.note
	{
		margin:10px 15px;
	}

	.page.auction div.note.wide
	{
		margin:10px 0;
	}


	div.note.error
	{
		padding:5px 10px 5px 34px;
		background:url(../images/icons/attention.png) #fdd2d2 no-repeat 1.5% 50%;
		border:1px solid #ecc1c1;
		color:#b02c2c;
	}

	p.simple-note
	{
		font-size:12px;
	   	border-width:3px 0;
	   	margin:5px 0 10px;
		padding: 5px 0;
	}

	div.note.alert
	{
		background: #fffae0;
	}

	div.note.highlight
	{
		background:#CFFFCF;
		border:1px solid #0E6F0D;
		padding:10px;
		color:#0E6F0D;
		margin-bottom:1em;
	}

	div.note.promo
	{
		background:#CFFFCF;
		border:1px solid #0E6F0D;
		padding:10px;
		color:#0E6F0D;
		margin-bottom:1em;
	}

	#verify-select .verify-option div.note
	{
		margin: 0 25px;
	}

	#admin-notes ol
	{
		padding: 0;
		margin:0;
		list-style:none inside;
	}

	#admin-notes .meta
	{
		color:#999;
		font-size:90%;
	}

	#admin-notes ol li
	{
		border-bottom:1px dotted #aaa;
		list-style:none inside;
		padding-bottom:6px;
		margin-bottom: 1em;
	}




	/* page and group containers */

	.page .content .group
	{
		clear:both;
		overflow:hidden;
	}


	/* all template columns */
	.page .column
	{
		float:left;
		border:0 solid #fff;
	}


	h2.searchfail
	{
		color:#0A4270;
		padding-top:10px;
		text-align:center;
	}


	/* gray template columns */
	.page.gray .content
	{
		width:680px;
		border-width:0 0 0 30px;
	}

	.page.gray .sidebar
	{
		width:230px;
		margin:0 15px 0 25px;
	}

	.privacy-policy .page.gray .content
	{
		padding-bottom:50px;
	}

	.blog .page.gray .sidebar
	{
		padding-top:70px;
	}

	/* brown template columns */
	.page.brown .content, .page.brown .forms
	{
		width:800px;
    margin-left:15px;
	}

	/* black template columns -- even width */
	.page.black
	{
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
	}
	.page.black.minimal
	{
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		border-radius:10px;
	}
	.page.black .content
	{
		width:425px;
    margin-left:30px;
		border-width:0;
	}

	/* pink template columns */
	.page.pink .content, .page.pink .forms
	{
		width:640px;
		border-width:0 0 0 15px;
	}


	/* pink WIDE template columns */
	.page.pink.wide .content, .page.pink.wide .forms
	{
		width:920px;
		border-width:0 0 30px 15px;
	}
	.auction .page.pink .content, .auction-domain .page.pink .content
	{
		border-left-width:20px;
		width:635px;
		padding-bottom:15px;
	}

	.page.pink .content.single
	{
		margin:0 auto;
	}

	.page.pink .sidebar, .page.pink .tooltips
	{
		width:285px;
		border-width:0 15px 0 25px;
	}

	.bid .page.pink .content
	{
		padding-top:15px;
	}

	.bid .page.pink .sidebar
	{
		padding-top:70px;
	}
	.auction .page.pink .sidebar, .auction-domain .page.pink .sidebar
	{
		padding-top:8.5em;
	}





	/* green template columns */
	.page.green .sidebar
	{
		width:230px;
		margin:0 0 0 15px;
		padding:30px 0 0 0;
	}

	.page.green .content
	{
		width:660px;
		margin:0 55px 0 20px;
		padding:0 0 50px 0;
	}

	.page.green .content .group
	{
		width:660px;
	}

	.page.green .content .group .content
	{
		width:500px;
		border-width:0 160px 0 0;
	}

	/* blue template columns */
	.page.blue .content
	{
		width:710px;
	}

	.page.blue .content .group .content
	{
		width:350px;
		border-width:0;
	}

	.page.blue .content .group .content.right
	{
		margin:0 0 0 10px;
	}

	/* orange template columns */
	.page.orange .content
	{
		width:950px;
		border-width:0;
	}

	.user-profile .page.orange .content
	{
		padding-bottom:60px;
	}

	.page.orange .content .group
	{
		width:950px;
	}

	.page.orange .content .group .content
	{
		width:650px;
		border-width:0 300px 0 0;
	}

	/* purple template columns */
	.page.purple .content
	{
		width:845px;
		padding:0 120px 0 15px;
	}

	.page.purple .content .group
	{
		width:845px;
		margin:0 0 30px 0;
	}

	.page.purple .content .group .content
	{
		width:360px;
	}

	.page.purple .content .group .content.left
	{
		padding:0 62px 0 0;
		border-right:1px solid #e5e4e4;
	}

	.page.purple .content .group .content.right
	{
		padding:0 0 0 62px;
		float:left;
		border-left:1px solid #e5e4e4;
		margin:0 0 0 -1px;
	}


	/* yellow template columns */
	.page.yellow .sidebar
	{
		width:230px;
		margin:0 15px;
    padding:18px 0 0 0;
	}

	.page.yellow .content
	{
		width:700px;
		border-width:0 ;
		padding:0;
	}

	.page.yellow .content .group .content
	{
		width:510px;
		border-width:0;
	}

	.page.yellow .content .group .sidebar
	{
		width:150px;
		border-width:0;
		padding:55px 0 0 0;
	}

	.page.yellow .content .group .forms
	{
		width:445px;
		border-width:0;
	}

	.page.yellow .content .group .tooltips
	{
		width:245px;
		border-width:0 0 0 10px;
	}

/* all forms */
form
{
  clear:both;
}

/* main information forms */
form.information
{
  margin:20px 0;
  clear:both;
}

#createaccount.information
{
  padding: 0;
  margin: 0;
}

/* fieldsets */
form.information fieldset
{
  border:1px solid #DDE4EF;
  margin:5px 0 10px 0;
  padding:12px 20px 20px 20px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-border-radius:5px;
}

form.information fieldset.attention, form.information fieldset.key, form.information fieldset.buttons
{
  padding:0;
  overflow:hidden;
  border:none;
}

form.information fieldset.key, form.information fieldset.buttons
{
  text-align:right;
  margin:0;
}

form.information fieldset.buttons
{
  padding:1px;
}
form.information fieldset.terms
{
  border:none;
  padding:0 0 0 200px;
  margin:-10px 0 20px 0;
}

form.information fieldset.plain
{
  border: none;
  padding: 0;
}

form.information fieldset.buttons label.button
{
  float:right;
}

form.information fieldset.buttons label.button.previous
{
  float:left;
}


/* legends */
form.information legend span
{
  font-weight:bold;
  font-size:12px;
  text-transform:uppercase;
  color:#0a4270;
}

/* wrapper around a row containing a label/field pair
a fieldrow can also be nested inside a fieldgroup */
form.information .fieldrow
{
  margin:0 0 10px 0;
  display:block;
  float:left;
  width:100%;
  clear:both;
}

form.information .fieldgroup.doubled .fieldrow
{
  width:48%;
  margin-right:2%;
  clear:none;
}

form.information .fieldrow:last-child, form.information .fieldgroup .fieldrow
{
  margin-bottom:0;
}

/* labels */
form.information label
{
  font-weight:bold;
  float:left;
  width:38%;
  color:#333;
  padding:2px 2% 0 0;
}

form.information .fieldrow.fullwidth label
{
  width:auto;
  padding-right:0;
}

form.information .fieldrow.inverted label
{
  width:90%;
  padding-right:0;
  font-weight:normal;
}

form.information label.descriptive
{
  font-weight:normal;
  font-size:0.95em;
  color:#555;
}

form.information label.inline-tooltip
{
  font-size:10px;
  width:100%;
  display:block;
  float:left;
  margin:4px 0;
  border-bottom:1px solid #fff;
  padding:2px;
  color:#999;
}
form.information label.inline-tooltip.active
{
  color:#666;
  background:#fffae0;
  border-bottom:1px dotted #fceea5;
}

form.information label.inline-tooltip em
{
  font-style:normal;
  font-weight:normal;

}

form.information label abbr
{
  font-weight:bold;
}

form.information label .upgrade, form.information label .cost, form.information label .description
{
  cursor:default;
}

form.information label .upgrade
{
  float:left;
}

form.information label .cost
{
  float:right;
  clear:none;
  font-weight:bold;
  color:#555;
  font-size:0.95em;
}

form.information label.short
{
  width:50px;
}

form.information label .description
{
  display:block;
  clear:both;
  font-style:normal;
  color:#777;
  padding:2px 0 0 0;
  font-size:0.9em;
}

form.information fieldset.attention label
{
  display:block;
  padding:5px 10px 5px 34px;
  float:none;
  width:auto;
  background:url(../images/icons/attention.png) #fdd2d2 no-repeat 1.5% 50%;
  border:1px solid #ecc1c1;
  color:#b02c2c;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}
.page.yellow form.information fieldset.attention label
{
  background-position:1.6% 50%;
  padding-left:29px;
}

form.information fieldset.key label
{
  float:none;
  font-weight:normal;
  width:auto;
  font-size:0.9em;
  color:#444;
}

form.information label.unit
{
  position:relative;
  top:2px;
}

form.information label .nb
{
  font-weight: normal;
  font-size: 0.8em;
}

#errorbox
{
  display:block;
  padding:5px 10px 5px 34px;
  margin: 10px 0;
  float:none;
  clear: both;
  width:auto;
  background:url(../images/icons/attention.png) #fdd2d2 no-repeat 1.5% 50%;
  border:1px solid #ecc1c1;
  color:#b02c2c;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}
#errorbox h3
{
  margin: 0;
  padding: 0;
  color: #b02c2c;
  border: none;
  background: none;
}

.bid div#errorbox h3
{
  display:none;
}

/* wrapper around field groups, spanning the right-hand half of a field row,
or the whole field row in "fullwidth" group */
form.information .fieldgroup
{
  float:left;
  width:60%;
}

form.information .fieldgroup input.text.small
{
  margin-left: 5px;
}

form.information .fieldrow.fullwidth .fieldgroup
{
  clear:both;
  width:100%;
  padding-top:10px;
}

form.information .fieldrow.inverted .fieldgroup
{
  width:10%;
}

form.information .fieldgroup label
{
  width:auto;
  padding:0 5px 0 0;
  font-weight:normal;
  color:#444;
}

form.information .fieldgroup .fieldrow label
{
  padding:0 5px;
  margin:0;
  float:none;
}

/* text fields
NOTE: I originally applied the padding as "2px 1%" so it woud vary proportionately
with field size, until I discovered in Firefox (after much tedious and confused fiddling)
what is possibly the most obscure CSS bug I've ever seen: if you do this,
Firefox adds the top and bottom padding together and applies it as just bottom padding! */
form.information input.text, form.information textarea
{
  padding:2px 4px;
  border:1px solid #888;
  background:#fff;
  font:normal normal normal 12px helvetica, arial, sans-serif;
  color:#333;
}

  form.information input.text:focus, form.information input.text.focus,
  form.information textarea:focus, form.information textarea.focus
  {
  border-color:#444;
  background:#ffe;
}

  form.information input.text.readonly, form.information textarea.readonly,
  form.information input.text.readonly:focus, form.information textarea.readonly:focus,
  form.information input.text.readonly.focus, form.information textarea.readonly.focus
  {
    border-color:#fff;
    background:#fff;
    cursor:default;
}

form.information input.text.xlarge/*, form.information select*/
{
  width:97%;
}

form.information input.text.large
{
  width:75%;
}

form.information input.text.medium
{
  width:50%;
}

form.information input.text.small
{
  width:25%;
}

form.information input.text.tiny
{
  width:12%;
}

form.information textarea
{
  width:97%;
  overflow:auto;
}

form.information textarea.small
{
  height:130px;
}

form.information textarea.large
{
  height:200px;
}

form.information textarea.xlarge
{
  height:300px;
}

/* datepicker trigger icon */
form.information a.datepicker, form.information a.datepicker:visited
{
  position:relative;
  left:6px;
  top:3px;
  opacity:0.7;
}

form.information a.datepicker:hover,
form.information a.datepicker:focus, form.information a.datepicker:active
{
  opacity:1;
}

/* select elements [all have auto width] */
form.information select
{
  padding:2px;
  border:1px solid #888;
  background:#fff;
  font:normal normal normal 12px helvetica, arial, sans-serif;
  color:#333;
}

form.information select:focus, form.information select.focus
{
  border-color:#444;
  background:#ffe;
}

form.information select option
{
  padding:0 30px 0 0;
}

/* radios and checkboxes */
form.information input.radio, form.information input.checkbox
{
  position:relative;
}

form.information .fieldrow.inverted input.radio
{
  top:1px;
}



/* disabled fields and related elements */
form.information .fieldrow.disabled label,
form.information .fieldrow.disabled input,
form.information .fieldrow.disabled textarea
{
  opacity:0.4;
}

form label.button.complete input.disabled
{
  color:#62a462;
  text-shadow:none;
}
form label.button.step input.disabled
{
  color:#3187de;
  text-shadow:none;
}



/* select/unselect all checkbox and label inside selectable table */
table.selectable tfoot td input[type="checkbox"]
{
  margin-right:10px;
  position:relative;
}

table.selectable tfoot td label
{
  font-size:0.95em;
  color:#444;
}

/* pagination form variations */
.buy form.pagination
{
  float:left;
  width:100%;
  margin:25px 0 5px 0;
}

form.pagination label.button.number input
{
  padding-left:12px;
}

form.pagination fieldset.buttons
{
  float:right;
}

form.pagination fieldset.buttons label.button
{
  float:left;
  margin:0 0 0 4px;
}

form.pagination fieldset.buttons label.button.selected
{
  height:35px;
  background:url(../images/buttons/arrow.png) no-repeat 55% 100%;
}

form.pagination span.step.dots
{
  display:block;
  float:left;
  width:29px;
  height:24px;
  margin:0 0 0 4px;
  background:url(../images/buttons/dots.png) #fff no-repeat 0 100%;
  color:#2076cd;
  text-align:center;
  font-size:1.75em;
  font-weight:bold;
  text-indent:-100em;
}

td.actions
{
  width:200px;
}
td.actions form, td.actions fieldset
{
  display:inline;
}
td.actions input.button
{
  font-size:10px;
  min-width:60px;
  padding:2px;
  margin:2px;
}


/* place bid form variations */
form.place-bid
{
  clear:both;
  padding:10px 0 20px 0;
  margin:0;
}

form.place-bid fieldset.options
{
  margin:0 0 15px 0;
}

form.place-bid fieldset.buttons
{
  text-align:right;
}

form.place-bid .fieldrow
{
  padding:0 0 8px 0;
}

form.place-bid .fieldrow.terms
{
  margin:15px 0;
  padding:10px;
  background:#E8F6E8;
}

form.place-bid input.checkbox
{
  position:relative;
}

/* place bid -> buy it now / sidebar enter bid box
and same forms on auction page */
.bid-overview form.bin
{
  float:right;
  width:170px;
}

.sidebarbox.enterbid form.bid
{
  margin-top:3px;
}

.sidebarbox.enterbid form.bin
{
  margin-bottom:5px;
}

.bid-overview form.bin fieldset.buttons
{
  text-align:right;
}

.bid-overview form.bin label.button.step span,
.sidebarbox.enterbid form.bid label.button.step span,
.sidebarbox.enterbid form.bin label.button.step span
{
  background-image:url(../images/buttons/step-right-blue.png);
}
.bid-overview form.bin label.button.step input,
.sidebarbox.enterbid form.bid label.button.step input,
.sidebarbox.enterbid form.bin label.button.step input
{
  background-image:url(../images/buttons/step-left-blue.png);
}

.sidebarbox.enterbid form.bid input.text,
.auction-summary .enterbid form.bid input.text
{
  width:60px;
  padding:3px 2px;
  margin:0 2px;
  font:normal normal normal 12px helvetica, arial, sans-serif;
  border:1px solid;
  border-color:#333 #cbd #bcd #333;
  color:#333;
}

.sidebarbox.enterbid form.bid input.text:focus, .sidebarbox.enterbid form.bid input.text.focus,
.auction-summary .enterbid form.bid input.text:focus, .auction-summary .enterbid form.bid input.text.focus
{
  border-color:#111 #abc #abc #111;
  background:#ffe;
}

.sidebarbox.enterbid form.bid label.button,
.sidebarbox.enterbid form.bin label.button
{
  position:relative;
  top:-1px;
}

.sidebarbox.enterbid form.bid label.minbid
{
  font-size:0.95em;
  display:block;
  padding:5px 0 0 0;
}

.auction-summary .enterbid form.bid label.minbid
{
  font-size:0.9em;
  display:block;
  color:#555;
  padding:3px 0 0 0;
}

.sidebarbox.enterbid form.bin label.button,
.auction-summary .enterbid form.bin label.button
{
  margin:0 0 0 6px;
}

.auction-summary .enterbid form label.button
{
  position:relative;
  top:-1px;
}

/* firefox 2 hacks to cater for lack of inline-block display support */
.bid-overview label.button
{
  float:right;
}
.auction-summary label.button, .auction-summary form.bid input.text,
.auction-summary form.bid label.bidprice, .auction-summary form.bin label.binprice,
.sidebarbox.enterbid form label.button, .sidebarbox.enterbid form.bid input.text,
.sidebarbox.enterbid form.bid label.bidprice, .sidebarbox.enterbid form.bin label.binprice
{
  float:left;
}
.auction-summary label.button, .bid-overview label.button,
.auction-summary .enterbid form.bid input.text,
.sidebarbox.enterbid form.bid input.text, .sidebarbox.enterbid form label.button
{
  margin-left:4px;
}
.auction-summary form.bid label.minbid, .sidebarbox.enterbid form.bid label.minbid
{
  clear:both;
}


/* make an offer button */
.auction-summary .makeoffer form label.button
{
  margin-top:10px;
}

.blog h1.blog
{
  font-size:1em;
  color:#666;
  margin:15px 0 0;
}
/* blog posts form variations */
.blog form.information
{
  margin:0 0 20px 0;
}

/* help search results form variations */
.help form.information
{
  padding:10px 0;
}

.help form.information fieldset
{
  border:none;
  padding:0 0 10px;
  border-bottom:1px solid #ccc;
}


/* login form variations */
form.login
{
  margin:0 0 25px 0;
}

form.login fieldset.details
{
  margin-bottom:10px;
}

form.login fieldset.save-and-submit label.button
{
  float:right;
}

form.login fieldset.save-and-submit .fieldrow.remember
{
  float:right;
}

form.login fieldset.save-and-submit .fieldrow.remember input.checkbox,
form.login fieldset.save-and-submit .fieldrow.remember label
{
  float:none;
  font-weight:normal;
  white-space:nowrap;
}





/* my account view history and view all listings forms variations */
form.view-history, form.view-listings
{
  margin-top:10px;
}





/* simple search form in the sidebar */
.simple-search input.text
{
  padding:2px 4px 3px 4px;
  border:1px solid #888;
  background:#fff;
  font:normal normal normal 12px helvetica, arial, sans-serif;
  color:#333;
  float:left;
  width:110px;
}

.simple-search input.text:focus, .simple-search input.text.focus
{
  border-color:#666;
  background:#ffe;
}

.simple-search label.button.step
{
  float:right;
}

.simple-search label.button.step span
{
  background-image:url(../images/buttons/step-right-blue.png);
}
.simple-search label.button.step input
{
  background-image:url(../images/buttons/step-left-blue.png);
}

/* my account profile and message form variations */
form.profile label.complete, form.message label.complete
{
  float:right;
}

/* get started form on how it works page variations */
form.get-started
{
  margin-top:35px;
}


/* watchlist form */
form.watchlist fieldset label.button
{
  float:left;
}


/* inbox form */
form.inbox fieldset label.button
{
  float:left;
}

/* private message content */
div.private-message-content
{
  background-color: #eee;
  padding: 10px;
  margin-bottom: 20px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}

/* back-to-inbox link */
p.to-inbox
{
  float: left;
}

/* message actions form */
form.message-actions
{
  float:right;
  clear:none;
}

form.message-actions label.button
{
  float:right;
  margin-left:4px;
}




/* confirmation form */
form.confirm
{
  margin:30px 0;
  width:500px;
}

form.confirm label.complete
{
  float:left;
}

form.confirm label.next
{
  float:right;
}



/* verification form */
form.verification-form label.button
{
  float:left;
}



/* auction add question form */
form.add-question
{
  margin:12px 0 18px;
  clear:none;
}

form.add-question textarea
{
  border:none;
  padding:5px;
  width:530px;
  height:80px;
  overflow:auto;
  font:normal normal normal 1em helvetica, arial, sans-serif;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}
form.add-question textarea.cleared, form.add-question textarea:focus
{
  background:#fff;
}


form.add-question fieldset.buttons label.button
{
  float:right;
  margin:10px 0 0 0;
}

form.add-question fieldset.buttons label.button span
{
  background-image:url(../images/buttons/complete-right-palegreen.png);
}
form.add-question fieldset.buttons label.button input
{
  background-image:url(../images/buttons/complete-left-palegreen.png);
}
.auction-domain form.add-question fieldset.buttons label.button span
{
  background-image:url(../images/buttons/complete-right-green.png);
}
.auction-domain form.add-question fieldset.buttons label.button input
{
  background-image:url(../images/buttons/complete-left-green.png);
}





/* tooltips showing notes and errors */
form.information .fieldgroup
{
  position:relative;
}

form.information .fieldgroup label.tooltip
{
  display:block;
  position:absolute;
  left:366px;
  top:-10px;
  margin:0 0 0 40px;
  width:283px;
  padding:0;
  font-size:0.88em;
  z-index:1000;
  opacity:0.8;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}
.page.yellow form.information .fieldgroup label.tooltip
{
  margin-left:24px;
  left:249px;
  width:243px;
}
form.information .fieldrow.inverted .fieldgroup label.tooltip,
form.information .fieldrow.fullwidth .fieldgroup label.tooltip
{
  left:604px;
}
.page.yellow form.information .fieldrow.inverted .fieldgroup label.tooltip,
.page.yellow form.information .fieldrow.fullwidth .fieldgroup label.tooltip
{
  left:410px;
}
form.information .fieldrow.fullwidth .fieldgroup label.tooltip
{
  top:2px;
}

form.information fieldset.terms .fieldrow.inverted .fieldgroup label.tooltip
{
  left:424px;
}
.page.yellow form.information fieldset.terms .fieldrow.inverted .fieldgroup label.tooltip
{
  left:230px;
}

form.information .fieldrow.space-before
{
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid #e6e6e6;
  border-color: #ebebeb #e1e1e1 #d7d7d7 #f0f0f0;
}

form.information .fieldgroup label.tooltip:hover,
form.information .fieldgroup label.tooltip.hover,
form.information .fieldgroup input:focus + label.tooltip,
form.information .fieldgroup textarea:focus + label.tooltip
{
  margin-left:32px;
  z-index:2000;
  display:block !important;
  opacity:1;
}
.page.yellow form.information .fieldgroup label.tooltip:hover,
.page.yellow form.information .fieldgroup label.tooltip.hover,
.page.yellow form.information .fieldgroup input:focus + label.tooltip,
.page.yellow form.information .fieldgroup textarea:focus + label.tooltip
{
  margin-left:21px;
}

form.information .fieldgroup label.tooltip em
{
  display:block;
  padding:12px 0 12px 22px;
  margin:0 0 0 7px;
  font-style:normal;
  position:relative;
  left:-15px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}

/* notes have no style differences between their default and hover/focus states
because they're invisible in their default state */
form.information .fieldgroup label.tooltip.note
{
  border:1px solid #e6e6e6;
  border-color:#ebebeb #e1e1e1 #d7d7d7 #f0f0f0;
  background:#eee;
  display:none;
}

form.information .fieldgroup label.tooltip.note em
{
  background:url(../images/icons/tooltip-arrow-note.png) no-repeat 0 11px;
  color:#333;
}

/* error messages are always visible, but de-emphasized in their default state */
form.information .fieldgroup label.tooltip.error
{
  border:1px solid #f5caca;
  background:#fdd2d2;
}

form.information .fieldgroup label.tooltip.error em
{
  background:url(../images/icons/tooltip-arrow-error.png) no-repeat 0 11px;
  color:#ca7878;
  font-weight:bold;
}

form.information .fieldgroup label.tooltip.error:hover,
form.information .fieldgroup label.tooltip.error.hover,
form.information .fieldgroup input:focus + label.tooltip.error,
form.information .fieldgroup textarea:focus + label.tooltip.error
{
  border-color:#facfcf #f0c5c5 #e6bbbb #ffd4d4;
}

form.information .fieldgroup label.tooltip.error:hover em,
form.information .fieldgroup label.tooltip.error.hover em,
form.information .fieldgroup input:focus + label.tooltip.error em,
form.information .fieldgroup textarea:focus + label.tooltip.error em
{
  color:#b02c2c;
}


form.information .fieldgroup.paymentamount label
{
  padding-right: 0;
}
form.information .fieldgroup.paymentamount input.text.small
{
  padding-left: 0;
}

form.information .fieldgroup.regaddress input.text.readonly
{
  display: block;
}

select.optgroup option
{
  text-indent:15px;
}

/* form-style information box */
div.information
{
  margin:30px 0;
  padding:0 20px 15px 20px;
  border:1px solid #999;
  background:#fff;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
}

div.information .legend
{
  font-weight:bold;
  font-size:1.1em;
  text-transform:uppercase;
  color:#666;
  display:inline-block;
  line-height:1;
  position:relative;
  top:-0.6em;
  left:0;
  padding:0 0.1em;
  background:#fff;
}

div.information h2, div.information .h2
{
  margin-top:0;
}

div.information p.edit
{
  padding:35px 0 0 0;
}

/* information table that goes inside it */
table.information
{
  width:100%;
  clear:both;
  margin:10px 0;
  empty-cells:show;
}

table.information, table.information th, table.information td
{
  border-collapse:collapse;
  border:none;
  text-align:left;
  vertical-align:top;
  color:#333;
}

table.information th, table.information td
{
  font-weight:bold;
  padding: 2px;
}

/* header sort links */
table.information thead th
{
  text-transform:uppercase;
  font-size:0.8em;
  font-weight:bold;
}

table.information td, table.information tbody th
{
  border-bottom:1px solid #e4e4e4;
}

table.information tr.section th, table.information tr.section td
{
  padding-top:20px;
}

table.information td
{
  font-weight:normal;
  color:#555;
}

table.information.upgrades tbody th
{
  width:85%;
  padding:8px 0;
}

table.information.upgrades tbody td
{
  width:15%;
  padding:8px 0;
}

table.information th.fee, table.information th.upgrades,
table.information .subtotal, table.information .credit, table.information .balance
{
  font-size:1.1em;
}

table.information th.subtotal, table.information th.credit, table.information th.balance
{
  width:90%;
  text-align:right;
  padding-right:50px;
}

table.information td.cost
{
  width:10%;
  font-weight:bold;
  text-align:right;
}

table.information .subtotal, table.information .balance
{
  border-top:1px solid #b8b8b8;
  padding-top:10px;
}

table.information .fee, table.information .credit
{
  padding-bottom:20px;
}

table.information th.item
{
  width:90%;
  font-weight:normal;
  padding-left:10px;
}

table.information .item.last-item
{
  padding-bottom:30px;
}

table.information tfoot td
{
  padding:35px 0 0 0;
  color:#333;
}

table.information tfoot td.note
{
  font-size:0.9em;
}

table.information a.note, table.information a.note:visited
{
  color:#333;
  text-decoration:none;
}

table.information tr.highlight
{
  background: #cccccc;
}

table.autowidth th, table.autowidth td
{
  width: auto;
}

/* button-oonly forms (action forms) */
form.buttons
{
  margin:5px 0;
}


/* sell steps breadcrumbs */
.breadcrumbs
{
  background:#4c7ea6;
  float:left;
  width:100%;
  padding:8px 0;
  font-size:12px;
}

.breadcrumbs ol
{
  list-style-type:none;
  float:left;
  margin-left:14px;
  padding-left:4px;
  background:#fff;
}

.breadcrumbs li
{
  list-style-type:none;
  display:block;
  float:left;
  margin:0 0 0 -4px;
}

.breadcrumbs li *
{
  display:block;
  float:left;
  text-decoration:none;
  cursor:default;
}

.breadcrumbs li span, .breadcrumbs li a, .breadcrumbs li a:visited
{
  color:#09426f;
  font-weight:bold;
  padding:0 8px 0 0;
  background:url(../images/breadcrumbs/step-pointer.png) repeat-y 100% 0;
}

.breadcrumbs li.step6 span
{
  background-image:url(../images/breadcrumbs/step6-pointer.png);
}

.breadcrumbs li a, .breadcrumbs li a:visited
{
  background-image:url(../images/breadcrumbs/step-current-pointer.png);
  cursor:pointer;
}

.breadcrumbs li.step6 a, .breadcrumbs li.step6 a:visited
{
  background-image:url(../images/breadcrumbs/step6-current-pointer.png);
}

.breadcrumbs li span span, .breadcrumbs li.step6 span span,
.breadcrumbs li a span, .breadcrumbs li a:visited span
{
  padding:9px 0 4px 30px;
  min-height:18px;
  background:url(../images/breadcrumbs/step-flight.png) repeat-y 0 0;
}

.breadcrumbs li.step1 span span,
.breadcrumbs li.step1 a span, .breadcrumbs li.step1 a:visited span
{
  padding-left:20px;
  background-image:url(../images/breadcrumbs/step1-flight.png);
}


.breadcrumbs li a span, .breadcrumbs li a:visited span,
.breadcrumbs li.step6 a span, .breadcrumbs li.step6 a:visited span
{
  color:#fff;
  font-weight:normal;
  cursor:pointer;
  background-image:url(../images/breadcrumbs/step-current-flight.png);
}
.breadcrumbs li.step1 a span, .breadcrumbs li.step1 a:visited span
{
  background-image:url(../images/breadcrumbs/step1-current-flight.png);
}

.breadcrumbs li.step1 * * { width:136px; }
.breadcrumbs li.step2 * * { width:128px; }
.breadcrumbs li.step3 * * { width:136px; }
.breadcrumbs li.step4 * * { width:97px; }
.breadcrumbs li.step5 * * { width:140px; }
.breadcrumbs li.step6 * * { width:105px; }

.breadcrumbs
{
  counter-reset:step;
}
.breadcrumbs li * span:before
{
  counter-increment:step;
  content:counter(step) ". ";
}

/* SELL : START page */
.sellbreakout
{
  margin-top:8.5em;
}

.sellbreakout h2
{
  font-size:1.2em;
}

.sellbreakout p
{
  margin-top:1em;
}

/* Edit auction page */
.lockedcontent
{
  max-height:10em;
  overflow-y:scroll;
  display:block;
  width:97%;
  padding:0.5em 1%;
  margin:2em 0;
  border:1px solid #999;
  opacity: 0.4;
  clear:both;
}

p.pagination-location
{
  text-align: right;
  color: #444;
}

dl.information
{
  display: block;
  float: left;
  width: 100%;
  padding: 20px 0;
}

dl.information dt
{
  padding-left: 20px;
  font-weight: bold;
  float: left;
  clear: left;
  width: 130px;
}

dl.information dd
{
  float: left;
}

dl.information.analytics
{
  padding-top: 0;
  padding-bottom: 20px;
}

img.instruction
{
  margin: 20px 0;
}

span.tweetthis
{
  display: block;
  height: 40px;
  background: url(../images/icons/tweet.png) left no-repeat;
  padding: 10px 0 0 50px;
}

/* saved searches dropdown */
.presets li.saved div.saved-searches-menu
{
  position:absolute;
  left:-10000px;
  top:100%;
  width:11em;
  margin:0 -1px 0 0;
}
.presets li.saved > div.saved-searches-menu
{
  background:url(../images/backgrounds/searches-menu-shadow.png) no-repeat 100% 100%;
  margin:4px -5px 0 0;
  z-index:9999;
}

.presets li.saved > div.visible,
.presets li.saved a:focus + div.saved-searches-menu
{
  left:auto;
  right:0;
}

.presets li.saved ul
{
  background:#b8d7f4;
  padding:5px 0;
  border:1px solid;
  border-color:#a8c7e4 #98b7d4 #88a7c4 #a8c7e4;
}
.presets li.saved > div > ul
{
  position:relative;
  left:-5px;
  top:-4px;
}

.presets li.saved ul li
{
  float:none;
  text-align:left;
  margin:0 5px;
}

.presets li.saved ul li a, .presets li.saved ul li a:visited, .presets li.saved ul li.empty em
{
  float:none;
  display:block;
  background:none;
  padding:0;
  font-weight:normal;
  font-size:0.9em;
  padding:1px 5px 1px 10px;
  border:1px solid #b8d7f4;
  color:#045ab0;
}

.presets li.saved ul li a:hover, .presets li.saved ul li a:focus, .presets li.saved ul li a:active
{
  color:#043c73;
  background:#fff;
  border:1px solid;
  border-color:#a5c3e1 #b2d0ee #b2d0ee #a5c3e1;
  -moz-border-radius:3px; -webkit-border-radius:3px;
}

.presets li.saved ul li.empty em
{
  color:#587794;
}


span.price-shown
{
  font-weight:bold;
}
span.price-private, td.price-private
{
  color: #043C73;
  font-size: 0.9em;
  font-style: italic;
  padding-top:3px;
  vertical-align:middle;
}


.content span.usertrust
{
  padding: 0;
}
.content span.admin-trust-rating
{
  font-size: 0.8em;
  font-weight: bold;
  display: inline;
  padding: 0;
}

.pagination
{
	display: block;
	float: left;
	width: 100%;
	margin:15px 0 5px 0;
}

.pagination .pages
{
	display: block;
	float: right;
}

.pagination .pages a.button
{
	color:#fff;
	vertical-align:middle;
	margin:0;
	min-width:5px;
	min-height:5px;
}

/***********
 * reputation
 */

span.reputation
{
  font-size:10px;
  color:#d9d9d9;
  white-space:nowrap;
  padding-left: 3px;
}

span.reputation span
{
  color:#666;
  cursor:default;
}

span.reputation span.new,
span.reputation span.admin,
span.reputation span.banned,
span.reputation span.suspended,
span.reputation span.closed,
span.reputation span.broker,
span.suspected-match
{
  font-variant:small-caps;
  font-size:12px;
  color:#d1bb02;
}

span.reputation span.broker,
span.reputation span.admin
{
  font-weight:bold;
  color:#333;
}


span.reputation span.banned
{
  font-weight:bold;
  color:red;
}


span.reputation span.suspended,
span.reputation span.closed,
span.suspected-match
{
  font-weight:bold;
  color:#d25e00;
}

span.reputation span.feedback.good
{
  color:#25772d;
  font-weight:bold;
}

span.reputation span.feedback.bad
{
  color:#d25e00;
}


.content img.middlealign
{
  vertical-align: middle;
}


/**
account activiation
 ***/
.activateaccount
{
  width:700px;
  margin:0 auto;
}

.activateaccount.auction
{
  width:600px;
}
.activateaccount h1
{
  text-align:center;
  margin-bottom:1em;
}

.activateaccount.complete
{
  padding-bottom:24px;
}

.activateaccount.complete h1
{
  text-align:left;
  color:#0a4270;
}

.activateaccount.complete h2
{
  color:#2e9c39;
}

.activateaccount .main p
{
  text-align:center;
  font-size:1.2em;
  line-height:1.6;
}

.countnotification,  .page a.countnotification, a.countnotification:hover
{
  background: #BE0000;
  color: #fff;
  padding: 0.2em;
  border-radius: 1em;
  -moz-border-radius:1em;
  -webkit-border-radius:1em;
  font-size: 0.7em;
  font-weight: bold;
  min-width: 1.5em;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.activateaccount .verifyphone
{
  background: url('../images/icons/phone.png') no-repeat 0 50%;
  font-size:1.1em;
  font-weight:bold;
  padding:6px 0 6px 72px;
}

.activateaccount .infobox
{
  margin:18px 72px;
  padding-left:130px;
  border:1px solid #dbe5ee;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  padding-bottom:12px;
}
.activateaccount .infobox.email
{
  background: url('../images/icons/email_open.png') no-repeat 10px 50%;
  margin:18px 0;
  padding-left:145px;
}
.activateaccount .infobox#twitter
{
  background: url('../images/backgrounds/twitter.gif') no-repeat 25px 50%;
}

.activateaccount .infobox#facebook
{
  background: url('../images/backgrounds/facebook.jpg') no-repeat 25px 50%;
}

.activateaccount .infobox#blog
{
  background: url('../images/backgrounds/rss-3d.png') no-repeat 25px 50%;
}

.activateaccount .infobox h3
{
  margin-top:12px;
  font-size:1.2em;
  background:#fff;
}

.activateaccount .infobox p
{
  color:#0a4270;
  margin:12px 12px 12px 0;
}

.activateaccount .infobox a
{
  font-weight:bold;
}

#fullwidthpage
{
  padding: 20px;
}

span.help-link-what a
{
  font-size: 0.85em;
}

.attention
{
  color: red;
  font-weight: bold;
}


table.escrowreport
{
  width: 600px;
  border: 1px solid #aaaaaa;
}
table.escrowreport th,
table.escrowreport td
{
  width: 25px;
  border-bottom: 1px solid #aaaaaa;
  padding: 0;
}
table.escrowreport th
{
  text-align: center;
}
table.escrowreport td
{
  text-align: right;
}


/**************
CONTENT META aka Sidebar 2.0
 **************/
.content-meta
{
  float:right;
  width:210px;
  margin-right:15px;
  margin-bottom:24px;
}

.page .content-meta a,  .page .content-meta a:visited
{
  color:#0a4270;
}

.page .content-meta a.countnotification,  .page .content-meta a.countnotification:visited
{
  color:#fff;
  line-height:1.25;
  float:right;
  margin-top:3px;
}

.page .content-meta a:hover,  .page .content-meta a:focus
{
  color:#045AB0;
}

.content-meta h2
{
  color:#0a4270;
  font-size:12px;
  border-bottom:1px solid;
  margin:20px 0 3px;
  font:12px/21px "Museo Sans", "Helvetica Neue", helvetica, sans-serif;
  letter-spacing:0.5px;
  position:relative;
}


/****
data table
 ****/

.tableset
{
  margin:26px 15px 0;
  background:transparent url(../images/backgrounds/auction-tableset.png) repeat-y;
  border:1px solid #d9d9d9;
  border-width:1px 0;
  float:left;
  width:950px;
  clear:both;
}
.tableset .tablegroup
{
  float:left;
  width:310px;
}

.tablegroup.mid
{
  margin:0 10px;
}

.datatable h3
{
  color:#0a4270;
  border-bottom:1px solid;
  background:transparent;
  margin:0;
  padding:0;
  vertical-align:middle;
  line-height:21px;
  position:relative;
  font:14px/21px "Museo Sans", "Helvetica Neue", helvetica, sans-serif;
  letter-spacing:0.5px;
}

table.briefdata, ul.briefdata, ol.footnotes
{
  width:100%;
  font-size:12px;
  color:#404040;
  line-height:21px;
}


table.briefdata a.countnotification, ul.briefdata  a.countnotification, ol.footnotes  a.countnotification
{
  line-height:1.4;
}

table.briefdata th, ul.briefdata li, ol.footnotes li
{
  text-align:left;
  border-bottom:1px solid #d9d9d9;
}
table.briefdata td
{
  text-align:right;
  border-bottom:1px solid #d9d9d9;
}
.tablegroup .datatable:last-child tr:last-child th, .tablegroup .datatable:last-child tr:last-child td
{
  border:none;
}


ul.briefdata.inline li
{
  display:inline;
  border:none;
  padding:0 6px 0 0 ;
}
ul.briefdata.admin li a, ul.briefdata.inline li a
{
  text-decoration:none;
}
ul.briefdata.admin li a:hover, ul.briefdata.inline li a:hover
{
  text-decoration:underline;
}

.briefdata tr.disabled th, .briefdata tr.disabled td
{
  color:#999;
}

.briefdata.inline li a span.tag-count
{
  color:#666;
  font-size:10px;
}

table.briefdata td.warning
{
  font-size: 0.8em;
  position: relative;
  text-align: left;
}
table.briefdata td.warning strong
{
  color:#842e17;
}


/*************************************
FOOTNOTE POPUP WINDOWS (inline help)
 *************************************/

/* JS adds .active */
sup.footnote.active
{
  position:absolute;
  top:3px;
  right: 3px;
  display:block;
  width:14px;
  height:14px;
  vertical-align:middle;
}

sup.footnote.active a
{
  background: url('../images/icons/q.png') no-repeat;
  text-indent:-9999em;
  width:14px;
  height:14px;
  display:inline-block;
  margin:0 0 0 4px;
  display:block;
}

sup.footnote.active.alert a
{
  background: url('../images/icons/exclaim.png') no-repeat;
  margin:0;
  height:18px;
  width:21px;
}

sup.footnote.active a:focus
{
  outline:none;
}

/* non JS rules */
sup.footnote:target
{
  background:#D83D39;
  font-weight:bold;
  padding:2px 4px 1px;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  vertical-align:middle;
}

sup.footnote:target a
{
  color:#fff !important;
  text-decoration:none;
}
/* /non-js  */

#footnote-pop
{
  position:absolute;
  width:178px;
  border:1px solid #ccc;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  padding:10px 22px 10px 10px;
  background:#FFFBCF;
  text-align:left;
  z-index:9999;
  color:#2f2f2f;
  font-size:10px;
}

#footnote-pop a
{
  color:#045AB0;
}

#footnote-pop a:hover, #footnote-pop a:focus
{
  color:#0a4270;
}

a#footnote-close
{
  position:absolute;
  background:url(../images/icons/delete.png) no-repeat;
  height:16px;
  width:16px;
  text-indent:-9999em;
  top:6px;
  right:6px;
  text-align:left;
}
a#footnote-close:focus
{
  outline:none;
}

ol.footnotes li
{
  font-size:10px;
  line-height:16px;
  list-style: decimal inside;
  padding:3px 0 3px 14px;
  position:relative;
}

ol.footnotes li:target
{
  background:#FFFBCF;
  font-weight:bold;
  padding:3px 3px 3px 14px;
  border:1px solid #0a4270;
}

a.footnotebacklink
{
  text-decoration:none;
  font-weight:bold;
  font-size:12px;
  position:absolute;
  top:6px;
  left:0;
}

ol.footnotes li:target a.footnotebacklink
{
  left:3px;
}



/******
HELP
 ******/
.page.help p.back
{
  margin-top:20px;
}
.page.help h1
{
  clear:none;
  margin-top:18px;
}

.page.help .sidebar
{
  padding-top:0;
}

.help-tags strong
{
  font-size:14px;
  display:inline;
  background:none;
  color:#0A4270;
  padding-right:10px;
}

.help-related h3
{
  color:#0A4270;
  font-size:18px;
  background:none;
  border-bottom: 1px solid #D9D9D9;
}
.content .help-related ul
{
  padding:0;
  margin-bottom:20px;
}
.content .help-related li
{
  font-size:12px;
  margin:6px 0;
  list-style:none inside;
  background:url('../images/backgrounds/list-bullet.png') no-repeat 0 50%;
  padding-left:16px;
}

.bidding h2.price, .auction-head div.status.under-reserve, .auction-head div.status.suspended
{
  color:#d83d39;
}
.bidding h2.price.over-reserve, .auction-head div.status.over-reserve, span.price-shown.over-reserve
{
  color:#007b27;
}

/*** jobs ***/
.section.job
{
  border-bottom:1px solid #d9d9d9;
  padding-bottom:30px;
}

.section.job img
{
  float:right;
  margin:0 0 10px 10px;
}

/****************
DROPDOWN NAV
If you edit this and don't know exactly what you're doing I will hunt you.
You know I mean it --  <3 AK
*************/
.nav
{
  background:#1c4b74;
  width:980px;
  margin:-25px auto 0;
  border-radius: 25px 25px 0 0;
  padding:0;
  position:relative;
  z-index:4000;
  background:#1c4b74 url(../images/backgrounds/nav.jpg) repeat-x;
}
.nav > ul
{
  padding:0;
  margin:0;
  list-style:none inside;
}
.nav > ul > li

{
  display:inline-block;
  height:50px;
  padding:0;
  margin:0;
  text-align:center;
}

.nav > ul > li > a
{
  display:block;
  position:relative;
  height:50px;
  padding:0;
  margin:0;
  text-align:center;
  font:14px museo-sans-500, helvetica, sans-serif;
  line-height:48px;
  text-decoration:none;
  color:#fff;
  background:#1c4b74 url(../images/backgrounds/nav.jpg) repeat-x;
  border-right:1px solid #01243d;
  border-left:1px solid #3f7ba4;
}

.nav > ul > li.parent > a:after
{
  content: "…";
  display:block;
  background:transparent url(../images/backgrounds/nav-arrow.png) no-repeat;
  height:6px;
  width:9px;
  text-indent:-99999em;
  overflow:hidden;
  position:absolute;
  left:50%;
  margin-left:-4px;
  bottom:6px;
  color:#222;
}
.nav > ul > li > a:hover,
.nav > ul > li.selected > a
{
  background-position:0 -50px;
}
.nav > ul > li:first-child > a
{
  border-radius: 25px 0 0 0;
}

.nav > ul ul
{
  width: 180px;
  visibility: hidden;
  position: absolute;
  top: 100%;
  z-index:2600;
  margin:0;
  background:#005890;
  text-align:left;
  padding:5px 0;
  border-radius: 7px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border:1px solid #004270;
  box-shadow:0 0 3px #1d4b75;
}
.nav > ul ul li
{
  float: none;
  left:0;
  margin:0;
}
.nav > ul ul li a
{
  padding:5px 10px;
  display: block;
  font-weight:normal;
  color:#fff;
  text-shadow:none;
  text-decoration:none;
}

.nav > ul ul li a:hover
{
  background:#0083c2;
}

.nav > ul ul li.separate
{
  border-bottom:1px dashed #839CAF;
}

.nav > ul li.parent.hover > a
{
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.nav .featured > a
{
  width:101px;
}

.nav .new-listings > a
{
  width:110px;
}

.nav .most-active > a
{
  width:110px;
}

.nav .ending > a
{
  width:110px;
}

.nav .sold > a
{
  width:95px;
}

.nav .price-range > a
{
  width:117px;
}

.nav .browse > a
{
  width:95px;
}

.nav .deals > a
{
  width:75px;
}

.nav .sell > a
{
  width:150px;
  background-image:url(../images/backgrounds/nav-green.jpg);
  border-radius:0 25px 0 0;
  border-right:none;
  border-left:1px solid #407636;

}







a.edit.noicon,
.page a.edit.noicon:hover
{
  background: none;
  padding: 0;
  font-weight: normal;
  background-color:transparent;
  color:#0A4270;
}


.page a.edit.noicon:hover
{
  color:#045AB0;
}

/* small pages, single item */
.pink .content.single h1
{
  color:#25772d;
  clear:none;
  margin:30px 0 20px;
}

/* ThreatMetrix */
.threatmetrix
{
  display: none;
}

div.field_with_errors {
  display: inline;
}


/* admin bug report UI */
#admin-dashboard-link {
  margin-left:45px;
}

#bugz {
  width: 35px;
  position: absolute;
  top: 0;
  left: 0;
  text-align:center;
}

#bugz a.new, #bugz a.close {
  display: block;
  background: url(../images/icons/bug_add.png) no-repeat;
  width:32px;
  height:32px;
  margin:3px 0 0 5px;
  text-indent:-9999em;
  font-size:1px;
  overflow:hidden;
  position:absolute;
  top:3px;
  left:3px;
}
#bugz a.new.submitted
{
  background: url(../images/icons/bug_folder.png) no-repeat;
}
#bugz a.close {
  display:none;
  background: url(../images/icons/bug_delete.png) no-repeat;
}

#bugz form { display:none; }

#bugz.active {
  width:320px;
  padding:30px 0 0;
  background:#004271;
  box-shadow:0 0 6px #222;
}
#bugz.active a.new
{
  display:none;

}
#bugz.active a.close
{
  display:block;
}

#bugz.active form {
  display:block;
}

#bugz input[type="text"]
{
  width:250px;
  margin-bottom:10px;
  padding:5px 10px;
  font: 12px helvetica, arial, sans-serif;
}
#bugz textarea
{
  width:250px;
  height:200px;
  margin:7px 0;
  padding:10px;
  font: 12px helvetica, arial, sans-serif;
}
#bugz input[type="submit"]
{
  margin-bottom:10px;
}


