.supportedBrowsers { line-height: 24px; height: 24px; width: 178px;}
.supportedBrowsers img { height: 24px; vertical-align: middle;}

#ideas { width: 62px; height: 17px; float: right; border: none; cursor: pointer;
	background: url(../images/projects.png) top left no-repeat;
	*background: none;
	filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.nickstakenburg.com/projects/images/projects.png', sizingMethod='crop');
}

#projects { width: 62px; height: 17px; float: right; border: none; cursor: pointer;
	background: url(../images/projects.png) top left no-repeat;
	*background: none;
	filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.nickstakenburg.com/projects/images/projects.png', sizingMethod='crop');
}

#projects span { color: #bb9c61; width: 75px; padding: 3px 5px 3px 20px; display: block; font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }

#ideas span, #projects span { clear: both; display: block; }

/* menunews */
.menumove .menunews { color: #6d6d6d; }

html .prototip .creamyIdeas .content { padding: 0; }
.ideaTip { position: relative; width: 98px;}
.ideaTip .ideaLink { float: left; clear: both; background: #f8f4ca;  }
.ideaTip .ideaLink a { float: left; color: #bb9c61; width: 75px; padding: 3px 5px 3px 20px; display: block; font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; border-bottom: 1px solid #f0e9bc; outline-style: none; }
.ideaTip .ideaLink a.last { border-bottom: none; }

.ideaTip a { background-color: #f8f4ca; background-position: top left; background-repeat: no-repeat; }
.ideaTip a:hover { background-color: #fdfadc; background-repeat: no-repeat; }
.ideaTip a.ideaStarbox { background-image: url(../images/idea_icon_starbox.gif); }
.ideaTip a.ideaPrototip { background-image: url(../images/idea_icon_prototip.gif); }
.ideaTip a.ideaLightview { background-image: url(../images/idea_icon_lightview.gif); }
.ideaTip a.ideaPushup { background-image: url(../images/idea_icon_pushup.gif); }

.paypalBuynow { margin-bottom: 3px; }
.domaintext { border: 1px solid #d9d9d9; font-size: 11px; line-height: 13px; padding: 2px;}

/* license tooltip */
.prototip .licenseTipLarge { width: 450px; color: #fff; }
.prototip .licenseTipLarge .toolbar,
.prototip .licenseTip .toolbar { background: #215486; font: bold 11px Arial, Helvetica, sans-serif; }
.prototip .licenseTipLarge .title,
.prototip .licenseTip .title { padding: 5px; }
.prototip .licenseTipLarge .content,
.prototip .licenseTip .content { font: 11px Arial, Helvetica, sans-serif; padding: 5px;}

.prototip .licenseTip { width: 230px; color: #fff; }

#whencommercial { padding-left: 0; margin-left: 0; }

body .prototip .licenseTip .content, body .prototip .licenseTipLarge .content { background: #547ca5; }
#inlineDemo { clear: both; }
#inlineDemo a { clear: both; color: #547ca5; }
#inlineDemo a:hover { color: #fff; background: #547ca5; }

#whenCommercialTooltip {
	width: 460px;
	background: #cccccc;
	font-size: 9px;
}

#confirm { 
  background: #f7f7f7;
  padding: 8px;
  float: left;
  margin: 6px 6px 6px 16px;
  width: 450px;
  clear: both;
}
#confirm p {
  font: italic 13px 'Trebuchet MS', Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
  width: auto;
  display: block;
  margin: 0 6px 6px 0; padding: 0;
  color: #666666;
}
.agreeButtons {
  height: 31px;
  width: 100%;
  position: relative;
  clear: both;
  padding-top: 6px;
  clear: both;
}
.agreeButtons div, .agreeButtons a { margin-right: 6px; cursor: pointer; }
.agreeButtons .yes {
  position: relative;
  float: left; 
  height: 31px;
  width: 144px;
  background: url(../images/yes.gif) top left no-repeat;
}
.agreeButtons .yes:hover { background: url(../images/yes.gif) top left no-repeat; }
.agreeButtons .no {
  position: relative;
  float: left; 
  height: 31px;
  width: 36px;
  background: url(../images/no.gif) top left no-repeat;
}