@import"reset.css";
@import url(http://fonts.googleapis.com/css?family=Roboto:700,400,300|Roboto+Condensed:700,400,300&subset=latin,latin-ext);
body {background:#fff; font:normal 14px/20px 'Roboto', sans-serif; color:#333; background:#fff;}
html, body {
	height: 100%;
}

#ortalaAlan {
   width: 600px;
   height: 310px;
   background-color:#fff;
   border:10px solid #E9E9E9;
   border-radius:20px;
   position: absolute;
   left: 50%;
   top: 50%;
   margin-left: -305px;
   margin-top: -155px;
   text-align:center;
}

#ortalaAlan img {
	margin:20px 0 0 0;}

#ortalaAlan p{
    
    color:#333333;
    font:16px "Roboto", sans-serif;
	font-weight:lighter;
	line-height:24px;
    margin:10px 10px 0 10px;
	text-align:center;
}

#ortalaAlan h2{
    
    color:#ED1651;
    font:24px "Times New Roman", Times, serif;
	font-weight:bold;
	line-height:24px;
    margin:10px 0 10px 0;
	text-align:center;
}
#ortalaAlan h2 span{
    
    color:#00aeef;
    font:24px "Times New Roman", Times, serif;
	font-weight:bold;
	line-height:24px;
    margin:0 0 0 0;
	text-align:center;
}

#ortalaAlan .under {
	display:block;
	height:25px;
	font-weight:500;
	color:#333;
	text-align:center;
}