img {
border-style: none;
}

/**************************** Page ******************************/

.page_id_alert {
color: #FFFFFF;
background-color: #FF0000;
}

.maintenance_message {
}

/**************************** Comments **************************/

.no_comments_text {
font-style: italic;
}

.average_rating_block {
float: left;
}

.star_image_avg {
vertical-align: text-bottom;
}

.average_rating_text {
color: #424242;
font-size: 0.8em;
}

.pagination_block_top {
float: right;
}

.height_above_comment_boxes {
margin-top: 10px;
}

.comment_box_1, .comment_box_2, .admin_comment_box_1, .admin_comment_box_2 {
padding: 5px;
/*background-color: #FFF8DC;*/
border: 1px solid #2C65EF;
-moz-border-radius: 5px;
border-radius: 5px;
overflow: auto;
font-size:1.2em;
}

.height_between_comment_boxes {
margin-bottom: 10px;
}

.reply_box {
margin-left: 15px;
}

.height_between_reply_boxes {
margin-bottom: 10px;
}

.rating_block {
float: right;
}

.star_image {
}

.name_with_website_text {
font-weight: bold;
text-decoration: none;
}

.name_without_website_text {
font-weight: bold;
}

.town_country_text {
}

.says_text {
}

.height_above_comment_text {
margin-bottom: 10px;
}

.comment_text {
font-family: helvetica;
font-size: 0.8em;
}

.height_above_reply_text {
margin-bottom: 8px;
}

.reply_intro {
font-family: helvetica;
font-size: 0.8em;
font-weight: bold;
color: #006600;
}

.reply_text {
font-family: helvetica;
font-size: 0.8em;
}

.height_below_comment_text {
margin-bottom: 12px;
}

.date_text {
color: #828282;
font-size: 0.8em;
}

.reply_block {
float: right;
}

.reply_link {
font-size: 0.8em;
}

.height_below_comment_boxes {
margin-bottom: 10px;
}

.rss_block {
float: left;
text-align: left;
/*border: 1px solid white;*/
width: 32%;
}

.rss_image {
height: 12px;
}

.info_block {
text-align: center;
/*border: 1px solid white;*/
margin-right: 32%;
margin-bottom: 50px;
}

.info_text {
color: #5F5F5F;
}

.pagination_block_bottom {
float: right;
text-align: right;
/*border: 1px solid white;*/
width: 32%;
}

/**************************** Social ****************************/

.social_images {
}

.social_image {
padding: 2px;
margin-right: 6px;
vertical-align: bottom;
width: 20px;
height: 20px;
}

/**************************** Processor *************************/

.error_box {
position: relative;
float: left;
padding-top: 5px;
padding-bottom: 0px;
padding-right: 8px;
padding-left: 8px;
width: auto;
border: 2px solid #e11;
color: #e11;
overflow: auto;
}

.error_message_part_1 {
font-weight: bold;
}

.error_message_part_2 {
}

.error_details {
}


.approval_box {
position: relative;
float: left;
padding-top: 4px;
padding-bottom: 0px;
padding-right: 8px;
padding-left: 8px;
width: auto;
border: 2px solid #006400;
color: #006400;
overflow: auto;
}

.approval_opening_text {
font-weight: bold;
}

.approval_normal_text {
}


.success_box {
position: relative;
float: left;
padding-top: 4px;
padding-bottom: 0px;
padding-right: 8px;
padding-left: 8px;
width: auto;
border: 2px solid #006400;
color: #006400;
overflow: auto;
}

.success_opening_text {
font-weight: bold;
}

.success_normal_text {
}


.preview_block {
float: right;
}

.preview_text {
color: #636363;
font-size: 0.8em;
font-weight: bold;
}

/**************************** Form ******************************/

.all_forms_disabled_message {
}

.this_form_disabled_message {
}

.form_styling {
}

.javascript_disabled_message {
color: #FF0000;
font-weight: bold;
background-color: #FFFFCC;
}

.required_symbol {
color: #FF0000;
font-weight: bold;
vertical-align: top;
}

.required_symbol_message {
color: #FF0000;
font-size: 0.8em;
margin-bottom: 20px;
}

.height_below_required_symbol_message {
margin-bottom: 10px;
}

.label {
float: left;
width: 90px;
}

.height_between_fields {
/*margin-bottom: 5px;*/
}

@media screen and (-webkit-min-device-pixel-ratio:0) { /* Chrome Safari hack */
.height_between_fields {
margin-bottom: 4px;
}
}

.email_note {
font-size: 0.7em;
}

.replying {
font-size: 0.9em;
}

#reply_name {
font-size: 0.9em;
}

#reset_reply {
font-size: 0.9em;
}

.height_above_bb_and_smilies {
margin-bottom: 5px;
}

.bb_code_image {
vertical-align: bottom;
}

.smiley_image {
vertical-align: bottom;
}

.height_below_bb_and_smilies {
margin-bottom: 3px;
}

.counter {
border: 0px;
font-size: 0.7em;
cursor: default;
}

.question_part_question_text {
}

.question_part_answer_text {
}

.captcha_part_answer_text {
}

.notify_text {
}

.privacy_text {
}

.terms_text {
}

/**************************** Powered By ************************/

.powered_by {
color: #424242;
font-size: 0.7em;
}

.pagination_block_bottom  a, .pagination_block_top a {
	background-color: #5F5F5F;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 5px;
	color: #fff;
}

input, select, textarea {
	background-color: #2F2F2F;
	/*border: 1px solid #2C65EF;*/
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	margin-top: 3px;
	margin-bottom: 3px;
}

input[type=submit] {
	font-weight:bold;
	padding: 3px;
	border: 1px solid #91FF00;
	margin-top: 10px;
}