fieldset {
	border:none;
}
legend {
	color: #3b3b3c;
	display: block;
	width: 280px;
	white-space: normal;
}
input[type=text], input[type=password], input.textfield, input.title, textarea, select {
	border:1px solid #bbb;
	background-color:#fff;
}

input[type=text]:focus, input[type=password]:focus, input.textfield:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#666;
}

form p{
	margin: 3px 0;
}
textarea {
	width:390px;height:250px;padding:5px;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	position:relative;
	xtop:.15em;
}

form.inline {
	line-height: 2em;
}
form.inline p {
	margin-bottom:0;
}
.error, .notice, .success {
	margin-bottom:1em;
	border:2px solid #ddd;
}
.error {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}
.notice {
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}
.success {
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}
.error a {
	color:#8a1f11;
}
.notice a {
	color:#514721;
}
.success a {
	color:#264409;
}
.errors {
	margin: 2px 0;
}
.errors li {
	font-size: 10px;
	line-height: 11px;
	color: #FF4411;
}
/* end errors msg*/

.poll {
	color: #3b3b3c;
	padding: 0 0 10px ;
}
.poll legend{
	margin: 0 0 10px 0;
	white-space: normal;
}
.poll legend span{
	width: 280px;
	display: block;
	line-height: 18px;
}
.poll p{
	margin: 0 0 10px 0;
}
.poll .radio{
	border:  none;
    float: left;
    height: 13px;
    margin: 0 3px 0 0;
    width: 13px;
}
.button_container{
	text-align: center;
}
.send{
	background:url(../../img/wmma/button_bg.gif) repeat-x;
	height: 25px;
	border: 1px solid #848484;
	margin: 0 auto;
	padding: 0 10px;
	text-transform: uppercase;
	color: #666a6e;
	font: bold 11px Arial;
	cursor: pointer;
}
.comment_post{
	width: 634px;
	padding: 0 0 8px 0;
	border-bottom: 1px dashed #b4b4b4;
	margin: 12px 0 7px;
}
.comment_post legend{
	/*background: url(../../img/wmma/head_line.jpg) no-repeat;*/
	background-color:#e5e5e5;
	display: block;
	width: 622px;
	height: 19px;
	font: bold 13px Arial;
	color: #597d91;	
	xmargin: 0 0 10px;
	*margin: 0 0 0px -8px;
	padding: 2px 8px;
}
.comment_post textarea{
	width: 622px;
	height: 73px;
	border: 1px solid #a8a8a8;
	overflow: auto;
}
.add_comment{
	background: url(../../img/wmma/add_comment.png) no-repeat;
	width: 128px;
	height: 26px;
	padding: 26px 0 0;
	overflow: hidden;
	border: none;
	margin: 5px 4px 0;
	float: right;
	cursor: pointer;
}

#rapido_comment {
	width: 95%;
	height: 188px;
}

