@charset "utf-8";
/* CSS Document */

body{
	background-color:#F0EDE6;}

.style1 {color: green;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;

}

.style2 {color: #000;
font-size:13px;
font-family: Arial, Helvetica, sans-serif;
padding-top:10px;
}

.form{}
.form input	{width:260px; height:28px; border:1px solid #e8e8e8; background-color:#ffffff; padding-left:5px; color:#153755;}

textarea{width:260px; height:135px; border:1px solid #e8e8e8; background-color:#ffffff; padding-left:5px;  overflow:hidden; color:#153755; margin-top:0px;}

.no_class, form, .no_class td
	{
		width:auto;
		margin:0px;
		padding:0px;
		border:none;
		
	}
.main_text, table, li, input, textarea
	{
		font-size:12px;
		color:#3B3B3B;
		font-family:"Trebuchet MS";
	}
	
.submit{
	float:left;
	background-image:url(/images/stories/blue_submit_small.gif); 
	background-repeat:no-repeat;
	background-position: left top;
	border:none;	
	background-color:transparent;
	color:white;
	width:100px;
	height:30px;
	font-weight:normal;
	font-family:Arial;
	}
	
.input-submit {

	background-image: url(../../../images/stories/blue_submit_small.gif);
	width: 94px;
	height: 27px;
	background-repeat:no-repeat;
    border: none;
	cursor: pointer;
	background-color: transparent;
}
	
	
.input-submit:hover {

	background-image: url(../../../images/stories/submit_small_over.gif);
	width: 94px;
	height: 27px;
	background-repeat:no-repeat;
    border: none;
	cursor: pointer;
	background-color: transparent;
}


