@charset "utf-8";
/* CSS Document */
.clear {
	clear:both;
}
.blockk {
width:260px;
text-align:left;
}
div.element {
padding-bottom:4px;
}
.element * {
padding:2px;
margin:2px;
font-family:arial;
font-size:12px;
}
.element label {
	float:left;
	width:75px;
	font-weight:700;
}
.element input.text {
/* [disabled]float:left; */
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
width:230px;
max-width: 230px;
border: 1px solid #CCC;
padding: 4px 2px 4px 20px;
}
.element .textarea {
border: 1px solid #CCC;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
height:80px;
width:242px;
padding-left:10px;
max-width: 242px;
max-height: 80px;
}
.element .hightlight {
	border:2px solid #9F1319;
	background:url(../iconCaution.gif) no-repeat 2px
}
.element #submit {
	/* [disabled]float:right; */
	margin-right:10px;
	background: #CCCCCC;
	border: 0px none #FFFFFF;
	padding: 8px;
}
.element #submit:hover {
	/* [disabled]float:right; */
	background: #333;
	color: #FFFFFF;
}
.loading {
	float:right;
	background:url(../ajax-loader.gif) no-repeat 1px;
	height:28px;
	width:28px;
	display:none;
}
.done {
	background:url(../iconIdea.gif) no-repeat 2px;
	padding-left:20px;
	font-family:arial;
	font-size:12px;
	width:70%;
	margin:20px auto;
	display:none;
}
.element #interest {
width: 256px;
}
.element #comment {
	width: 355px;
	height: 80px;
}
