body{
	font-family:Arial, Helvetica, sans-serif;
	background:#1c1c1c;
	color: #868686;
	margin:0;
	font-size: 30px;
}
a{
	color: #ed433e;
	font-size: 30px;
	text-decoration: none;
}
a:hover{
	color: #aa3b2d;
	font-size: 30px;
	text-decoration: none;
}
.act{
	color: #FFF;
}
.wrap{
	width:auto;
	margin-top: 0;
	margin-right: 50px;
	margin-left: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.header,.footer{
	font-size:0.8em;
	}
.header p, .footer p{color:#565656;}
.logo{
	padding-top: 80px;
	padding-right: 0;
	padding-bottom: 80px;
	padding-left: 0;
	text-align: center;
}
.logo img{
}
p.accountBar  {
	width: auto;
	text-align: center;
	margin: 0px;
	padding-top: 100px;
}
.buttonSearch  {
	position: absolute;
	top: 0px;
	right: 0px;
}
.acceptances-bar {
	height: 100px;
	width: 100%;
	background-color: #16a765;
	text-align: center;
	padding-top: 20px;
	color: #FFF;
	font-weight: bold;
	left: 230px;
	top: 300px;
	font-size: 70px;
	font-weight: bold;
	border: 0px;
}
.not-acceptances-bar {
	height: 100px;
	width: 100%;
	background-color: #d94a38;
	text-align: center;
	padding-top: 20px;
	color: #FFF;
	font-weight: bold;
	left: 230px;
	top: 300px;
	font-size: 70px;
	font-weight: bold;
	border: 0px;
}
.box-service-acceptances {
	height: 95px;
	width: 100%;
	background-color: #FFF;
	text-align: left;
	padding-top: 25px;
	color: #404040;
	font-weight: normal;
	left: 230px;
	top: 300px;
	font-size: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	background-image: url(../images/arrow.png);
	background-position: right;
	background-repeat: no-repeat;
}
.box-service-acceptances-over {
	height: 95px;
	width: 100%;
	background-color: #ffffcc;
	text-align: left;
	padding-top: 25px;
	color: #404040;
	font-weight: normal;
	left: 230px;
	top: 300px;
	font-size: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	background-image: url(../images/border.png);
	background-position: left;
	background-repeat: no-repeat;
}
.status-bar-acceptances {
	background-color: #16a765;
	height: 50px;
	width: 50px;
	margin-top: 10px;
	margin-right: 5px;
	float: left;
	margin-left: 35px;
}
.status-bar-underway {
	background-color: #ffa800;
	height: 50px;
	width: 50px;
	margin-top: 10px;
	margin-right: 5px;
	float: left;
	margin-left: 35px;
}
.number-bar {
	width: 120px;
	margin-right: 25px;
	font-size: 60px;
	color: #323232;
	float: left;
	padding: 0px;
	height: 80px;
	text-align: center;
	font-weight: bold;
}
.description-box {
	height: 300px;
}
p.txt  {
	padding-right: 100px;
}