@charset "utf-8";
/* CSS Document */

#direct-result {
	margin:0;
	padding:0;
	margin-left:1em;
	margin-top:0.8em;
	width:80%;
	min-width:354px;
	border:1px solid #DBDBCE;

}

#direct-result .res-container {	
	width:80%;
	margin:1.8em auto;
}

.res-head {
	width:35%;
	min-width:289px;
	position:relative;
	margin:0 auto;
	text-align:center;
}
.res-head .res-img {
	float:left;
}
.res-head .res-title {
	margin-left:1em;
	float:left;
	height:43px;
	line-height:43px;
	font-size:1.8em;font-family:"Bebas Neue",sans-serif;
}
.res-head .clearfloat {
	clear:both;
}
.res-content {
	margin-top:1em;
	margin-bottom:1em;
	width:100%;
	font-size:1.2em;
	text-align:center;
}

.res-footer {
	margin-top:1em;
	margin-bottom:1em;
	width:100%;
	font-size:1em;
	position:relative;
}
.res-footer .res-button {
	display:block;
	margin:0 auto;
	padding:0.4em;
	width:11em;
	height:auto;
	font-size:1.1em;
	font-weight:bold;
	color:#FFFFFF;
	line-height:1.6em;
	background:#438ba9;
	border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-khtml-border-radius:3px;
	border:none;cursor:pointer;
	text-transform: capitalize;
}
