/*********************************************************************************************************/
/*										UTILS.CSS										*/
/*********************************************************************************************************/


/************************************** GENERAL STYLES **************************************************/
/* Style text if a form is not good. */ 
.required {
	color:#ffffff; /* Color of the * in the forms */
	background-color: inherit;
}

.side_image {
	float:left;
	position:relative;
	width: 200px;
	height: 375px;
	margin-top:-5px;
}

.clear_both {
	clear:both;
}

.title_frame {
	font-size:1.7em;
	font-weight:bold;
	background-color: inherit;
}

.title_frame a {
	font-size:1.0em;
 	color:#73be1e;
	font-weight:bold;
	text-decoration:none;
	background-color: inherit;
}

a span.hide {
	display:none;
}

p.hide {
	display:none;
}
/*********************************** End of General styles **********************************************/


/******************************************* STORY.TPL *************************************************/
.image_area {
	padding: 15px 10px 10px 10px;
}
.table_align {
	text-align: center;
	width: 100%;
}
/**************************************** End of Story *************************************************/


/***************************************** PRIVACY.TPL *************************************************/
.txt_smaller {
	font-size:.85em;
}
/**************************************** End of Privacy ***********************************************/


/*************************************** DOWNLOAD.TPL *************************************************/
.downlad_border a {
	padding:0px;
	margin:0px;
}

.downlad_border img {
	padding:0px;
	margin:0px;
}

.downlad_border a img {
	padding:0px;
	margin:0px;
	border:1px solid #FFFFFF;
}
/************************************* End of Download ************************************************/
