﻿body
{
	background:url(/images/bg_body.gif) top left repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#000000;
}
img{border:none;}
form{display:inline;}
a{text-decoration:none;color:#5f0b0c;}
a:hover{text-decoration:underline;}

#overall
{
	width:960px;
	text-align:left;
}

#sidebar
{
	float:left;
	margin-right:9px;
}
	#sidebar div
	{
		background:#bfbfc0;
		border:6px solid #5f0b0c;
		width:285px;
		padding:15px 10px 15px 10px;
		margin-top:20px;
	}
		#sidebar div img
		{
			margin-bottom:5px;
		}
	#book_stores
	{
		font-size:10px;
		width:175px;
		margin-top:10px;
		float:left;
	}

#content
{
	
	background:#bfbfc0;
	border:10px solid #6e0f11;
	width:614px;
	min-height:1187px;
	padding:0;
	float:right;
}

.quote_by
{
	font-weight:bold;
	margin-top:10px;
}
	.quote_by span
	{
		font-size:10px;
		font-weight:normal;
		display:block;
	}

.white_line
{
width:579px;
background-color:#ffffff;
height:1px;
overflow:hidden;
margin-top:25px;
margin-bottom:20px;
}

#aspnetForm div
{
	background:none;
	border:none;
	width:auto;
	padding:0;
	margin:0;
}
			.commentField
			{
				/*font-weight:bold;*/
			}
			.commentFieldNote
			{
				font-size:9px;
				color:#6e0f11;
				font-weight:normal;
			}
            .myCaptcha
            {
                width:273px;
                margin:0;
                display:inline;
                background:url(/images/bg_input.gif) #ffffff top repeat-x;
                border:1px solid #000000;
            }
            .myName
            {
                width:273px;
                margin:0;
                display:inline;
                background:url(/images/bg_input.gif) #ffffff top repeat-x;
                border:1px solid #000000;
				margin-bottom:5px;
            }
            .myComment
            {
                width:273px;
                height:123px;
                margin:0;
                display:inline;
                background:url(/images/bg_input.gif) #ffffff top repeat-x;
                border:1px solid #000000;
				margin-bottom:5px;
				margin-top:5px;
            }
            .btn_send
            {
                margin-top:15px;
				clear:both;
            }

