/*h2 
{
	margin-top:0;
	padding-top:20px;
	color:#fff;
}

p
{
	color:#fff;
}*/
div.suggest_border
{
	padding:10px;
	margin:0 auto;
	margin-top:40px;
	margin-bottom:40px;
	border-left:2px dotted #B5BCBD;
	border-right:2px dotted #B5BCBD;
	width:550px;
}
div.suggest
{
	width:480px;
	border:1px solid #CFCBC8;
	margin:0 auto;
	font-family:tahoma;

}
div.suggest table.properties
{
	width:80%;
	margin:0 auto;
	margin-top:30px;
	
}
div.suggest div.table_title
{
	
	margin-top:30px;
	color:#005A8A;
	font-weight:bold;
	font-size:15px;
	text-indent:20px;
	
}
div.suggest div.title
{
	background:url(../imgs/title_profile.gif) repeat-x;
	height:27px;
	width:480px;
	color:#005A8A;
	font-weight:bold;
	line-height:27px;
	text-indent:20px;

}
div.suggest table.properties td.prop_name
{
	font-size:12px;
	color:#8D8987;
}
div.suggest input,div.suggest textarea
{
	background:#F2F2F3;
	border-top:1px solid #B4AFAA;
	border-left:1px solid #B4AFAA;
	width:284px;
	#width:274px;
	border-right:none;
	border-bottom:none;
}
div.suggest table.properties td.submit_button
{
	direction:rtl;
	padding-right:16px;
	#padding-right:22px;
}
div.suggest input#submit
{
	background:url(../imgs/buttons/green_sml.gif) no-repeat;
	cursor:hand;
	cursor:pointer;
	width:78px;
	height:30px;
	border:none;
	display:block;
	text-align:right;
	
	color:white;
	font-family:tahoma;
	font-weight:bold;
	text-align:center
}
