/* FORM ------------------------------------------------------------------ */
#portal #commentForm hr {
 background-color: #0bf;
 border: none;
 color: #0bf;
 margin: 5px 0px 5px 3px;
 height: 1px;
}
#portal #commentForm {
	width: 306px;
	margin:26px 0 0;
	padding: 0 0 15px 0;
}
#portal .form_title{
 border: 0px solid #ff00f0;
 background-color: #c7e1ff;
 background-color: #c7e1ff;
 background-image: url("images/css_sprites.png");
 background-position: 0px -13px;
 background-position: 0 -287px;/*bg_list_header1.png*/
 background-repeat: repeat-x;
 text-decoration: none;
 text-align: left;
 color: #000C8F;
 font-size: 12px;
 font-weight: bold;
 line-height:20px;
 padding:0;
 margin: -5px 0 0px 0;
 text-align: center;
 position:absolute;
	width: 306px;
 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 border-radius: 8px;
}
#portal #commentForm p,
#portal #commentForm p.info {
 text-align: center;
 font-size: 10px;
 font-weight: bold;
 font-weight: normal;
 font-family: tahoma,arial, helvetica, sans-serif;
}
#portal #commentForm p.info {
 font-size: 11px;
 color:#000C8F;
}
#portal #commentForm p.warning {
 font-size: 9px;
 color:#b00;
 text-align:center;
 word-spacing:0px;
 line-height:16px;
 padding:0px 5px 20px 0px;
 margin:12px 6px 0px 4px;
 clear:both;
}
#commentForm ul {
	border: 0px solid #f00;
	padding: 25px 0 5px;
	margin: 0px 0 0px;
	list-style: none outside none;
	zoom: 1;
	width: 303px;
 overflow:auto;/* CLEAR THE FOLLOWING DIV, AND ENSURE THAT THE CONTAINING DIV EXPANDS */
}
#commentForm li {
	border: 0px solid #0a0;
	float: left;
	clear: left;
	vertical-align:top;
	padding-bottom: 4px;
	width: 300px;
}
#commentForm fieldset{
 font-family: verdana, Arial, Helvetica, sans-serif;
 font-size: 9px;
	text-align:left;
 color:#09f;
	position: relative;
 background-color: #D5E2F2;
 background-image: url("images/css_sprites.png");
 background-position: 0 -993px;/*bg_fieldset.png*/
 background-repeat: repeat-x;
	margin: 0px auto 0px auto;
	padding: 5px 0px;
	border: 1px solid #d1d1d1;
	border-width:1px 1px;
	width: 306px;
 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 border-radius: 8px;
}
#commentForm fieldset.button {
	float: none;
	width: auto;
	border-style: none;
	padding: 10px 0px 15px 0px;
	background-color: transparent;
	background-image: none;
	text-align:center;
}
#commentForm fieldset .oblig {
	font-size: 9px;
	color: #414141;
	text-align:center;
	position:relative;
	display:block;
	font-family:arial,helvetica,sans-serif;
	font-size:10px;
 font-weight:bold;
 margin:0;
	float: none;
}
#commentForm fieldset p,#commentForm fieldset p.p2 {
	font-size: 10px;
	font-weight: bold;
	color: #515151;
	text-align:center;
	padding: 5px 0px 0px;
}
#commentForm fieldset p.p2 {
	font-size: 10px;
	font-weight: bold;
	text-align:justify;
	padding: 5px 9px 0px;
}
#portal #commentForm .resmsg {
 border:1px solid #00AAFF;
 display:block;
 color:#c20;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight:bold;
 word-spacing:0.5px;
 text-align:center;
 padding:5px;
 margin:25px auto 0px;
 width:268px;
 -moz-border-radius: 6px;
 -webkit-border-radius: 6px;
 border-radius: 6px;
}
#commentForm fieldset div span {
	color: #c00;
}
#commentForm label{
	border: 0px solid #f00;
 word-spacing:-0.5px;
	display: block;
	position: relative;
	float: left;
	margin-right: 3px;
	margin-top: 1px;
	text-align:right;
	color:#919191;
	color:#0088FF;
	color:#555;
	font-weight: bold;
	width: 70px;
}
#commentForm label.error {
	border: 0px solid #f00;
	margin: 0px;
	font: normal 10px arial;
	position: relative;
	color: #CC0000;
	font-weight: normal;
	line-height:13px;
	text-align:left;
	text-transform: uppercase;
	padding: 0px 0px 0px 0px;
	right:4px;
 width: 221px;
 float:right;
}
#commentForm span img,
#commentForm label img{
	position: relative;
	top: -1px;
	margin: 0px 1px 0px 1px;
	height:8px;
}
#commentForm input.text,#commentForm textarea {
 font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #A5ACB2;
}
#commentForm input.text,#commentForm input.error {
 font-size: 9px;
	padding: 0px 2px 0px 3px;
 height:14px;
 width: 214px;
}
#commentForm textarea,#commentForm textarea.error {
 font-size: 10px;
 overflow-y: scroll;
 overflow-y: -moz-scrollbars-vertical;
	margin: 0px 0px 0px 0px;
 height: 120px;
 width: 216px;
}
#commentForm input.error,#commentForm textarea.error {
	background: #FFFFE8;
	border: 1px solid #A5ACB2;
}
#commentForm select{
 border: 1px solid #A5ACB2;
 background-color: #fffefa;
 font-size: 10px;
	margin: 10px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 height: 18px;
 width: 125px;
}

