body{
    font-family: Arial, sans-serif;
    background-color: #0c5c9c;
}

#container,
#wrapper{
	margin: 0 auto;
	width: 100%;
    max-width: 1024px;
}

#container {
    height: auto !important;
    margin: 0 auto;
}


#wrapper iframe.hl{
	width: 100%;
    max-width: 1024px;
	height: 75px;
	border: none;
	display: block;
}

a {
    color: #dedede;
    text-decoration: none;
}
textarea {
    color: #cacaca;
	padding: 10px;
    outline: none;
    transition: 1s;
    border: 1px solid #c26e01;
    line-height: 20px;
    background-color: #000000;
    font-size: 16px;
}	
textarea:focus {
    outline: none !important;
    background-color: #000000;
    border: 1px solid #c26e01;

}
/* textarea::-webkit-input-placeholder {
color:#000000;
}
textarea::-moz-placeholder {
color:#000000;
}
textarea:-moz-placeholder {
color:#000000;
}
textarea:-ms-input-placeholder {
color:#000000;
}*/
.but { 
    color: #fff;
    background-color: #000000;
    border-color: #cacaca;
    width: 250px;
    height: 40px;
    margin-left: 10px;
    margin-top: 20px;
    margin-right: 10px;
	margin-bottom: 20px;
    border-width: 0px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;

    font-size: 16px;
    left: 50%;
}