/*-- Layout -----------------------------------------------------------------------------------------*/


.contact_card
{
	width:280px;
	min-width:100px;
	min-height:100px;
}

.contact_post
{
}

.input_textarea
{
	width: 300px;
	border: 1px #DEDEDE solid;
	padding: 6px 7px 6px 7px;
	margin: 0 0 16px 0;
	text-align: left;
	color: #2D241D;
	font-size: 12px;
	background: #fff;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	border-radius: 5px;
}

