body{
	font-family:'Lucida Grande','Tahoma',sans-serif;
}

#container{
	margin:0 auto;
	border:0x solid red;
	width:740px;
}

.logo{
	font-family:'Georgia','Times','Times New Roman',serif;
	font-size:21pt;
	margin-bottom:20px;
	margin-top:10px;
}
.logo a{
	color: black;
	text-decoration:none;
}

.quote{
	margin-bottom:15px;
	
}
.quote p{
	font-family:'Lucida Grande','Tahoma',sans-serif;
	font-size:10pt;
	padding:5px 0;
	margin-bottom:5px;
}
.quote .content{
	border:1px dashed #A7A7A7;
	padding:5px; 
	background-color:#F3F3F3;
	font-family:'Monaco','Courier New',monospace;
	font-size:11pt;
}

.links{
	padding:10px 0;
	margin-bottom:10px;
	text-align:center;

	font-size:11pt;
}

.footer{
	border-top:1px solid gray;
	margin-top:5px;	
	padding:10px 0;
	line-height:130%;
	font-size:10pt;
}


/*
 * add quuote
 */

.add_quote{
	text-align:right;
}
.add_quote input{
	padding:2px;
	background-color:#F3F2F0;
	border:1px solid #CCCCCC;
	margin-bottom:10px;
}

.add_quote textarea{
	padding:2px;
	height:200px;
	width:730px;
	background-color:#F3F2F0;
	border:1px solid #CCCCCC;
}
.add_quote .recaptcha{
	margin:5px auto;
	width:320px
}
.add_quote .message{
	font-weight:bold;
	text-align:center !important;
	padding:5px;
	margin:5px;
}

.selected{
	color:black !important;
	text-decoration:none;
	font-weight:bold;
}

