body 
{background-image: url("../img/background.jpg");}


label, h2, .text03{
    color: #FFFFFF;
}
logo{
	float:left;
}
.text01 {
    font-size: 30px;
    font-weight: bold;
	float:right;
	color:#FFFFFF;
	--color:#CECCCA;
}

.text02 {
    font-size: 20px;
    float:right;
    padding-top: 6px;
	color:#FFFFFF;
	--color:#CECCCA;
}

.text03{
	padding-top: 30px;
}

.button01 {
    float: right;
    padding-top: 20px;
  
}

.button02 {
    float: right;
    padding-top: 10px;
  
}

@media screen and (max-width: 990px) {
    .tvbuttons{
		max-width:500px;
		padding-top:10px;
	}

}

@media screen and (max-width: 1200px) {
    .tvbuttons{
		max-width:500px;
		padding-top:50px;
		
	}
	.text01 {
		font-size: 25px;
		font-weight: bold;
		float:right;
	}
	.text02 {
		font-size: 20px;
		float:right;
		padding-top: 6px;
	}
}
@media screen and (min-width: 1200px) {
    .tvbuttons{
		padding-top:100px;
	}
}
.container{
max-width:1000px;
}


.helpdesk-button-ticket-add {
	    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    border: none;
    background: url(../img/helpdesk_button_add.png) no-repeat top left;
    width: 164px;
    height: 40px;
}

.buttons-set {
    clear: both;
    margin: 4em 0 8px 0;
    padding: 8px 0 0;
    border-top: 1px solid #e4e4e4;
    text-align: right;

}

.footer-container {
    background-color: #000;
}

.footer {
    margin: 0 auto;
    padding: 10px 10px 50px;
    text-align: center;
    font: normal 10px Tahoma,Arial,sans-serif;
    color: #fff;
	height:130px;
    --width: 940px;
}
.footerbox {
    width: 180px;
    float: left;
    text-align: left;
    line-height: 14px;
}
.footerbox-title {
    clear: both;
    display: block;
    margin-bottom: 3px;
    text-transform: uppercase;
    color: #bbb;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.dogory {
    clear: both;
    float: right;
    font-size: 8px;
    text-transform: uppercase;
    color: #444 !important;
	
}
