@import url(http://fonts.googleapis.com/css?family=Alef:400,700);
@font-face
{
font-family: fbalfi-regular;
src: url(FbAlfi-Regular.otf);
}

@font-face
{
font-family: fbalfi-medium;
src: url(FbAlfi-Medium.otf);
}

@font-face
{
font-family: fbalfi-bold;
src: url(FbAlfi-Bold.otf);
}

body
{
	font-family: fbalfi-regular, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color:#404041;
	margin: 0px auto;
	/*background: -webkit-linear-gradient(left, #95A0B1, #ffffff 60%, #95A0B1); 
	background: -o-linear-gradient(right, #95A0B1, #ffffff 60%, #95A0B1);
	background: -moz-linear-gradient(right, #95A0B1, #ffffff 60%, #95A0B1); 
	background: linear-gradient(to right, #95A0B1, #ffffff 60%, #95A0B1);*/
	background-color:#D4D7DF;
}


img {
	border: 0px;
}


a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

#logo	{
	width:1024px;
	height:434px;
	background-image: url(images/logo.jpg);
	position:relative;
}

#logo h1	{
	color:#404041;
	font-family: fbalfi-regular, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-align:right;
	top:30px;
	right: 360px;
	position:relative;
	width:250px;
}


#prs_title{
	font-family:fbalfi-medium,Arial, Helvetica, sans-serif;
	font-size: 18px;
	position:relative;
	font-weight:bold;
	color:#404041;
	width: 1024px;
	height: 271px;
	background: url(images/content.png) top center no-repeat;
	line-height:140%;
	padding-top:20px;
}


#guide	{
	width:1004px;
	height:27px;
	position:relative;
	text-align:right;
	font-family: fbalfi-regular, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:100%;
	padding: 8px 10px;
	color:#FFFFFF;
	background: -webkit-linear-gradient(left, #B01F24, #EC2828 60%, #B01F24); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(right, #B01F24, #EC2828 60%, #B01F24); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(right, #B01F24, #EC2828 60%, #B01F24); /* For Firefox 3.6 to 15 */
background: linear-gradient(to right, #B01F24, #EC2828 60%, #B01F24); /* Standard syntax (must be last) */
}

#guide .hdr{
	font-size: 18px;
	font-weight:bold;
	color:#ffffff;
	float:right;
	padding: 6px 0px 4px 17px;
}

#button-blue{
	font-family: fbalfi-medium, Arial, Helvetica, sans-serif;
	width: 94px;
	height: 27px;
	cursor:pointer;
	background-color: #ffffff;
	color: #CB2326;
	font-size:14px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-weight:700;
	border-radius:5px;
	border: #ffffff solid 1px;
}

#button-blue:hover{
	background-color: rgba(255,255,255,0.1);
	color: #ffffff;
}
	
#guide input[type="text"] {
	width: 157px;
	height: 25px;
	box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #999;
	-webkit-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #999;
	-moz-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #999;
	border:1px solid #CCC;
	background:#FFF;
	background-image:linear-gradient(#FFF 0%, #F8F8F8 52%, #F1F1F2 100%);
	background-image:-moz-linear-gradient(#FFF 0%, #F8F8F8 52%, #F1F1F2 100%);
	background-image:-webkit-linear-gradient(#FFF 0%, #F8F8F8 52%, #F1F1F2 100%);
	margin:0 0 0px 15px;
	border-radius:5px;
	padding:0px;
}
#guide input[type="text"]:hover,
 {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}


