﻿@charset "utf-8";
/* idream responsive web manager plateform */
body{
	margin:0px !important;
	padding:0px !important;
    font-size:13px;
	font-family:"微软雅黑", Verdana,"宋体";
	background:url(bg.jpg) repeat  !important;
	color:#666 !important;
}


.wrap_div{
	max-width:567px;	
	width:95%;
	margin:0px auto;
}

.wrap_div img
{
	max-width:100%;
	_width:100%;	
}

.error_desc{
	width:80%;
	max-width:480px;
	_width:480px;
	margin:0px auto;
	text-align:left;
	line-height:1.5em;
	margin-top:1em;
}

.wrap_btn{
	width:70%;
	max-width:360px;
	_width:360px;
	margin:0 auto;
	margin-top:1.2em;
}

@media screen and (max-width:640px) {
	body
	{
		font-size:1em;
	}
	.wrap_div
	{
		max-width:480px
	}
	.error_desc{

	max-width:420px;
	}

	.wrap_btn{

	max-width:280px;

	}
}

@media screen and (max-height:360px)
{
	.wrap_div
	{
		max-width:400px
	}

	.error_desc{

	max-width:300px;
	}

	.wrap_btn{

	max-width:160px;

	}
}


.wrap_main{
	width:100% !important;
	margin:0 auto;

}
.wrap_title{
	color:#999;
	font-size:3em;	
	text-align:center;
	font-weight:300 !important;
	font-family:Verdana
}

.error_desc > .icon
	{
		display:inline-block;
		width:2em;
		background-image:url(icon.jpg);
		height:1.5em;
		line-height:1.5em;
		vertical-align:middle;
		background-position:top center;
		background-repeat:no-repeat
	}

.wrap_btn .btn{
	height:1em;
	padding-top:.8em;
	padding-bottom:.8em;
	line-height:1em;
	width:100%;
    color:#fff;
	background-color:rgb(139,184,91);
	display:block;
	text-align:center;
	text-decoration:none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:5px;
	margin-bottom:2em
}