#search_page
{
	overflow:hidden;
	margin-right:10px;
	margin-top:40px;
}
#search_page .search_form_area
{
	overflow:hidden;
}
#search_page .search_form_area form
{
	overflow:hidden;
	margin:0px;
	padding:0px;
}
#search_page .search_form_area input[type=text]
{
	display:inline-block;
	float:right;
	height:60px;
	line-height:60px;
	background-color:white;
	border:1px solid #005596;
	border-radius:0px 10px 10px 0px;
	color:black;
	font-size:20pt;
	width:760px;
	text-indent:20px;
}
#search_page .search_form_area input[type=submit]
{
	display:inline-block;
	float:right;
	height:60px;
	line-height:60px;
	background-color:#005596;
	border:1px solid #005596;
	border-radius:10px 0px 0px 10px;
	color:white;
	font-size:20pt;
	width:150px;
	text-align:center;
}
#search_page .search_form_area input[type=submit]:hover {background-color:#56D7FF;}

#search_page .top_bar
{
	height:1px;
	background-color:black;
	margin-top:20px;
	margin-bottom:30px;
}
#search_page .profile_block
{
	float:right;
	display:inline-block;
	overflow:hidden;
	width:445px;
	height:285px;
	margin-left:20px;
	margin-bottom:25px;
	border:1px solid #56D7FF;
	border-radius:20px;
}
#search_page .profile_block.last {margin-left:0px;}
#search_page .profile_block .pic
{
	float:right;
	display:inline-block;
	overflow:hidden;
	margin-top:35px;
	margin-right:25px;
	width:180px;
	height:215px;
}
#search_page .profile_block .pic img {width:180px;}
#search_page .profile_block .details
{
	float:right;
	display:inline-block;
	overflow:hidden;
	margin-top:35px;
	margin-right:20px;
	width:210px;
	height:230px;
}
#search_page .profile_block .details .title
{
	height:40px;
	line-height:40px;
	font-size:20pt;
	color:black;
	border-bottom:1px solid #56D5FF;
}
#search_page .profile_block .details .desc
{
	height:125px;
	line-height:25px;
	font-size:16pt;
	color:black;
	overflow:hidden;
	margin:10px 0px;
}
#search_page .profile_block .details .link
{
	height:30px;
	overflow:hidden;
}
#search_page .profile_block .details .link a
{
	float:right;
	display:inline-block;
	overflow:hidden;
	width:160px;
	text-align:center;
	height:30px;
	line-height:30px;
	font-size:16pt;
	color:black;
	background-color:#56D7FF;
	border-radius:5px;
}
#search_page .profile_block .details .link a:hover
{
	background-color:#005596;
	color:white;
}












