html, body {
	font-family:Verdana;
	font-size:9.5px;
	height:100%;
	margin:0;
	padding:0;
}
a{
    color:#D91D38;
}
.bump {
	float:left;
	height:50%;
	margin-top:-280px;
	visibility:hidden;
	width:100%;
}
.main {
	height:550px;
	margin:auto;
	position:relative;
	width:780px;
}
.logo {
	margin-top:-180px;
	position:static;
}
.text {
	margin-left:130px;
	position:static;
	width:632px;
}
.nextbtn {
	background:transparent url("images/next.gif") no-repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	height:20.5px;
	width:46px;
}
.enterbtn {
	background:transparent url("images/enter.gif") no-repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	height:20.5px;
	width:46px;
}
.enter2btn {
	background:transparent url("images/enter2.gif") no-repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	height:20.5px;
	width:46px;
}
.backbtn {
	background:transparent url("images/back.gif") no-repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	height:20.5px;
	width:46px;
	vertical-align: baseline;
}
.nextbtn:hover, .enterbtn:hover, enter2btn:hover, .backbtn:hover {
	background-position:0 -20.5px;
}

input, textarea, select {
	font-family:Verdana;
	font-size:10px;
}
.member_menu a:link {
	color:#000000;
	text-decoration:underline;
}
.member_menu a:visited {
	color:#000000;
	text-decoration:underline;
}
.member_menu a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}
.member_menu {
	float:left;
	text-align:right;
	width:120px;
}
.member a:link, .reminder a:link, .idea a:link, .idea_page a:link {
	color:#000000;
	text-decoration:underline;
}
.member a:visited, .reminder a:visited, .idea a:visited, .idea_page a:visited {
	color:#000000;
	text-decoration:underline;
}
.member a:hover, .reminder a:hover, .idea a:hover, .idea_page a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}
.reminder {
	background-color:#0099FF;
	font-size:10px;
	width:550px;
}
.idea {
	border-color:#000000;
	clear:both;
	display:block;
	padding:5px 5px 15px;
	width:100%;
}
.rating {
	clear:left;
	color:#FF3333;
	display:block;
	float:left;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	width:5%;
}
.idea_title {
	font-size:16px;
	font-weight:bold;
}
.idea_info {
	clear:right;
	display:block;
	float:right;
	width:95%;
}
.comment {
	border:1px solid #999999;
}
.comment_header {
	background-color:#CCCCCC;
	width:100%;
}
.comment_text {
	line-height:140%;
	padding:15px;
}
#wrapper {
	position:relative;
	width:100%;
}
#scrollerContainer {
	clip:rect(0px, 780px, 371px, 0px);
	height:371px;
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;
	width:100%;
	z-index:6;
}
#scrollerContent {
	left:0;
	position:absolute;
	width:100%;
}
#scrollerButtons {
	height:371px;
	left:100%;
	position:relative;
	top:0;
	width:20px;
	z-index:99;
}
#scrollerButtons #track {
	background:transparent url(images/scrollbar_bg.gif) no-repeat scroll left top;
	height:335px;
	position:absolute;
	top:20px;
	width:17px;
	z-index:3;
}
#scrollerButtons #drag {
	background:transparent url(images/scrollbar_drag.gif) repeat-y scroll left top;
	cursor:pointer;
	height:45px;
	left:0;
	position:absolute;
	top:0;
	width:17px;
	z-index:4;
}
#scrollerButtons #up {
	background:transparent url(images/scrollbar_up.gif) no-repeat scroll left top;
	cursor:pointer;
	height:18px;
	left:0;
	position:absolute;
	top:0;
	width:17px;
	z-index:2;
}
#scrollerButtons #down {
	background:transparent url(images/scrollbar_down.gif) no-repeat scroll left top;
	cursor:pointer;
	height:18px;
	left:0;
	position:absolute;
	top:358px;
	width:17px;
	z-index:5;
}
