/* Erro do Flash */

*{
	margin:0;
	border:0;
	padding:0;
}

body{
	font-size:16px;
	font-family:Arial;
	background:#ebebeb;
}

a{
	background:#ffcc00;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	text-decoration:underline;
}

h1{
	font-size:26px;
	color:#000;
	width:770px;
	margin:0 auto;
	text-align:right;
}

.hr{
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #C71432;
}

.all-wrapper{
	margin:150px auto 0 auto;
}

.content-wrapper{
	border:1px solid #ccc;
	border-top:none;
	background:url(../Imgs/Manager/LogoFlash.jpg) no-repeat right top #FFF;
	height:200px;
	width:770px;
	text-align:left;
}

.left{
	float:left;
	width:20%;
	padding:50px 20px 0 40px;
}

.right{
	float:right;
	width:55%;
	padding:40px 20px 0 20px;
}

.right p{
	margin:10px 0;
}
