/* Important */
* {margin:0;padding:0}
body {background:#fff;color:#333;font:83%/1.5 arial,tahoma,verdana,sans-serif;margin:0 auto;} /* IE doesn't support min/max-width, so this doesn't work for IE folks */

/*Comment Post Form*/
/*************** Article comments (styles for comments on article full and comments page) *******************/

.comments {
	padding: 6px;
	font-size: 11px;
	color: #333333;
}

.comments ul { 
	padding:0; 
	margin:0;
}

.comments li {
	list-style-type: none;
	border-bottom: 1px solid #E2E2E2;
	background-color: #FFFFFF; 
}

/* Hides from IE5-mac \*/
* html .comments li {height:1%;}
/* End hide from IE5-mac */

.comments li span {
	display: block;
	text-align: right;
	font-size: 10px;
}

.comments li span img { 
	border: none;
	margin-bottom: -3px;
}

.comments li div.comment_header { padding: 2px 4px; color: #919191;}

.comments li div.comment_body { padding: 0px; font-size: 11px;}


/************** Center boxes ************/

#content-holder .box h3 {
	background: url(images/box_right_head_left.gif) top left no-repeat;
	color: #919191;
	font-weight: bold;
	font-size: 14px;
	padding: 6px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	overflow: hidden;
}

/* Hides from IE5-mac \*/
* html #content-holder .box h3 {height: 1%;}
/* End hide from IE5-mac */

#content-holder .box .box_title {
	background: url(images/box_right_head_right.gif) top right no-repeat;
}

#content-holder .box {
	background: #FFFFFF url(images/box_right_body_right.gif) bottom right no-repeat;
	margin-bottom: 6px;
	float: left;
	width: 100%;
}

#content-holder .box .box_body {
	background:url(images/box_right_body_left.gif) bottom left no-repeat;
	padding: 6px 6px 12px 6px; 
}

#content-holder .box_line {
	border-top:1px solid #C5C5C5; 
	border-left:1px solid #C5C5C5;
	margin:0 1px 0 0; 
	height:1px; 
}

#content-holder .box h4 {
	font-weight: bold;
	font-size: 12px;
	color: #919191;
	border-bottom: 1px solid #D5D5D5;
	padding: 0px 0px 2px 0px;
	margin-bottom: 6px;
	width: 300px;
}

#content-holder .box h3 span a { float: right;}

/* Styles for forms */

form { 
	padding: 0px;
	margin: 0px;
}

select  {
	
}

textarea  {
	font-weight: normal;
	padding: 3px 2px;
	border: 1px solid #D5D5D5;
	width: 300px; 
}

.form_line {
	margin-bottom: 6px;
	width: 98%;
	overflow: auto;
}

.formElement input.input_Fields {
	border: 1px solid #D5D5D5;
	font-size: 14px; 
	font-weight: normal;
	color: #707070; 
	padding: 3px 2px;
	width: 300px; 
}

.form_line label {
	/*font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	color: #414141;
	padding: 3px 12px 3px 3px; 
	display: block; 
	float: left;
	width: 35%;
}

.formElement label {
	padding: 0px; 
	width: 60%;
	text-align: left;
}

*:first-child+html .form_line {margin-bottom: 0px; padding-bottom: 6px;}


input.text {border: 1px solid #7F9DB9;}

select.options { border: 1px solid #7F9DB9;}



input.submit_button, button { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
}

.formElement p { margin-top: 0;}