
/* start editing from here */

*{margin: 0;padding: 0;}
/*end reset*/

body {
	background:url(/base_site/images/ui/404/bg.jpg) repeat-x 100% #282929;
	font-family: 'Play', sans-serif;
	
}


/**-----start-logo--------**/
.logo {
    background: url("/base_site/images/ui/404/center-bg.png") no-repeat scroll center 1px #087ad3;
    text-align: center;
    height: 445px;
}
.logo_error {
    background: url("/base_site/images/ui/404/center-bg2.png") no-repeat scroll center 1px #087ad3;
    text-align: center;
    height: 445px;
}
.logo h1,
.logo_error h1
 {
    color: #fff;
    display: block;
    font-size: 2em;
    font-weight: 300;
    padding: 6.8em 0;
}

.logo img,
.logo_error img{
	width:40px;
	height: 40px;
	vertical-align:bottom;
	margin: 0px 10px;
}
/**-----end-logo---------**/
/**-----start-search-bar-section------**/
.buttom {
    background: url("/base_site/images/ui/404/bg2.png") no-repeat ;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    width: 556px;
}

.message-box
{
	padding:2em;
}
.message-box p {
    color: #363636;
    font-size: 1.2em;
    font-weight: 500;
    margin: 5em 0 0.9em;
    padding-right: 19px;
}
.message-box a{
	font-size: 1em;
	color:#0b7cd9;
	text-decoration:underline;
	font-weight: bolder;
	
}
