@charset "utf-8";
/* CSS Document */

.form {
	display:block;
	width:230px;
	height:20px;
	background: url(../images/form.png) no-repeat;
	padding:5px 10px 5px 10px;
	margin:10px;
}

.form input {
	border:none;
	background:none;
	font-weight:bold;
	color:#000;
	width:230px;
	height: 20px;
}
.form input:hover {
	border:none !important;
	background:none !important;;
	color:#000 !important;;
}

#ideadesc {
	border: 1px #066 solid;
	font-weight:bold;
	color:#000;
	padding:10px;
	width:400px;
}	

.req {
	color:#066;
	font-weight:bold;
}

.info {
	font-weight:bold;
	font-size:10px;
	margin-left:10px;
}

.info i {
	font-weight:bold;
	font-size:10px;
}


#doneButton {
	display: block;
	background-image: url(../images/donebutton.png);
	background-repeat:no-repeat;
	width:70px;
	height:40px;
}

#doneButton:hover {
	background-image: url(../images/donebutton.png);
	background-repeat:no-repeat;
	background-position: 0px -40px;
	cursor:pointer;
}

.contentBox {
	float:left;
	width:960px;
}

.box {
	padding:10px;
	margin:10px;
	border: solid 1px #396869;
	background-color:#FFF;
}