.clr{clear:both}
body{
	background:#f5f3f3;
	font-family: 'Oxygen';
	color:#888888;
	font-weight:normal;
	}
header{
	background:url(images/header-bg_02.png) no-repeat;
	background-position:top center;
	width:100%;	
	padding-top:235px;
	}
.logo img{
	margin-right:auto;
	margin-left:auto;
	display:block;
	}
.fcomment{
	margin-right:auto;
	margin-left:auto;
	display:block;
	width:62%;
	margin-top:30px;
	position:relative;
	}
.form-control {
		height:66px !important;
		background:#e8e8e8;
		 
    color: #3B5998 !important;
}
.search{
	background:url(images/search_03.png);
	width:66px;
	height:66px;
	position:absolute;
	right:0px;
	border:none;
	top:0px;
	}
.form-control::-moz-placeholder {
    color: #3B5998;
}
*::-moz-placeholder {
    color: #FFFFFF;
}

.select{
	margin-top:20px;
	
	}
.selectCustom{
	background: url("images/selectArrow_03.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    border: 1px solid #CCCCCC;
	border-right:none;
	border-radius:8px 3px 3px 8px;
    float: left;
    height: 42px;
   padding-right:10px;
    margin-left: 5px;
    overflow: hidden;
  
    width: 205px;
	}
.select label{
	margin-right:17px;
	font-weight:normal !important;
	font-size:18px;
	float:left;
	 margin-top:5px;
	 color:#888888;
	}
.select select{
	border:none;
	background:none;
	width:237px;	
	 color:#cecccd !important;
	
}
.links{
	margin-top:80px;
	}
.links h5{
	margin-top:0px !important;
	margin-bottom:0px !important;

	}
.links h5 a{
	color:#888888 !important;
}
.links h5 a:hover{
	color:#7190d2 !important;
	text-decoration:none !important;
	}
.links .even{
	height:56px;
	width:100%;
	background:#ebebeb;
	padding-top:20px;
	padding-left:20px;
	}
.links .odd{
	height:56px;
	width:100%;
	position:relative;
	padding-top:20px;
	padding-left:20px;
	}
.loader{background:url(images/ajax-loader.gif) no-repeat;width:100px;height:100px;margin: 0 auto;}
.append{
background:url(images/next.png) no-repeat;width:232px;height:50px;
border:none;
margin-top: -17px;

}
.result{
position:absolute;top:17px;left: 472px;
}

