.info_block1, .info_block2
{	
	overflow:hidden;
    width: 591px;
}

.info_height
{	
	margin: 10px 0 10px 15px;
	width: 591px;
}

.info_block1, .info_block2
{
	overflow:hidden;
}

.info_block1 .info_logo
{
	background-image:url(../images/info_logo_1.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width:76px;
	height:53px;
	float:left;	
}

.info_block1 .button_click, .info_block2 .button_click
{
	cursor:pointer;
}

.info_block1 .info_wrap_padding
{
	float:left;
	padding:9px 0px;
}

.info_block1 .info_text_wrap
{
	border:4px solid #FFF;
	border-radius:20px 20px 20px 20px;
	min-height:35px;
	width:507px;
	overflow:hidden;	

	background-color: #f7f9eb;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcf7), to(#f1f4dd)); /* Chrome, Saf4+ */
	background-image: -webkit-linear-gradient(top, #fcfcf7, #f1f4dd); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #fcfcf7, #f1f4dd); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #fcfcf7, #f1f4dd); /* IE10 */
	background-image:      -o-linear-gradient(top, #fcfcf7, #f1f4dd); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #fcfcf7, #f1f4dd); /* standard, but currently unimplemented */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fcfcf7', EndColorStr='#f1f4dd'); /* IE6–IE9 */

}

.info_block1 .info_text
{
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.2em;
/*	font-style:italic; */
	font-size:14px;
	color:#573f1c;
	width:390px;
	padding-left:15px;
	padding-bottom:3px;
}

.info_block1 .info_text p
{
	padding:0px;
	margin:0px;
}

.info_block1 .info_button
{
	padding-left:20px;
	display:table-cell;
	height:100%;
	vertical-align:middle;
	padding-bottom:3px;
}

.info_block1 .info_button span
{
	color:#4f7500;
	cursor:pointer;
	border-bottom:#4f7500 dashed 1px;
	font-size:11px;
}

.info_block2 .info_logo
{
	background-image:url(../images/info_logo_2.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width:102px;
	height:77px;
	float:left;
}

.info_block2 .info_wrap_padding
{
	float:left;
	padding:9px 0px;
}

.info_block2 .info_text_wrap
{
	border:4px solid #FFF;
	border-radius:20px 20px 20px 20px;
	min-height:80px;
	width:481px;
	overflow:hidden;	

	background-color: #f7f9eb;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdf9), to(#f1f4db)); /* Chrome, Saf4+ */
	background-image: -webkit-linear-gradient(top, #fdfdf9, #f1f4db); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #fdfdf9, #f1f4db); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #fdfdf9, #f1f4db); /* IE10 */
	background-image:      -o-linear-gradient(top, #fdfdf9, #f1f4db); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #fdfdf9, #f1f4db); /* standard, but currently unimplemented */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fdfdf9', EndColorStr='#f1f4db'); /* IE6–IE9 */

}

.info_block2 .info_text
{
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.2em;
/*	font-style:italic;*/
	font-size:14px;
	color:#573f1c;
	padding-left:13px;
	padding-top:11px;
	padding-bottom:3px;
	padding-right:7px;
}

.info_block2 .info_text p
{
	padding:0px;
	margin:0px;
	margin-bottom:7px;
}

.info_block2 .info_button
{
	padding-right:20px;
	text-align:right;
	padding-bottom:3px;
	margin-top:-7px;
	padding-bottom:6px;
}

.info_block2 .info_button span
{
	color:#4f7500;
	cursor:pointer;
	border-bottom:#4f7500 dashed 1px;
	font-size:11px;
}