.color-background  {
background-color: #09e;
}

.top-logo {
}

h1 {
background: url(../img/logo-blog.png) no-repeat right center;
}

a {
color: #00569e;
}

.container-services {
margin: 10px 0px;
text-align: center;
}

.container-services .table-services {
display: inline-block;
margin: auto;
}

.container-services .table-services td a.box {
margin: 0px 3px;
display: block;
padding: 5px 10px;
width: 160px;
height: 180px;
color: #333;
border: 1px #ccc solid;
background: #ddd url(../img/box-service-bg.png) no-repeat center top;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}

.container-services .table-services td a.box em {
float: right;
font-style: normal;
color: #444;
}

.container-services .table-services td a.box strong {
display: block;
margin-top: 30px;
padding-top: 65px;
color: #453d38;
background-position: center center;
background-repeat: no-repeat;
font-size: 1.6em;
text-align: center;
}

.container-services .table-services td a.box p {
text-align: justify;
}

.block-services {
margin-bottom: 5px;
height: 60px;
vertical-align: middle;
background-repeat: no-repeat;
background-position: 5px center;
border-bottom: 1px #eee dotted;
}

.block-services a.title {
display: block;
padding-left: 70px;
font-weight: bold;
color: #453d38;
}

.block-services a.title span {
display: block;
font-size: 2em;
}

.box-stats {
float: right;
margin: 5px;
padding: 5px 8px;
width: 200px;
background: #eee;
border: 1px #aaa solid;
}

.box-stats table {
width: 200px;
}

.box-stats table .number {
text-align: right;
font-weight: bold;
color: #666;
}

.connect_form {
display: block;
padding: 5px;
text-align: center;
background: #eee;
border: 1px #ccc solid;
overflow: auto;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.connect_form span {
display: block;
margin: auto;
width: 300px;
text-align: left;
overflow: auto;
clear: both;
}

.connect_form span label {
display: block;
float: left;
margin: auto;
width: 120px;
font-weight: bold;
font-style: normal;
}
