html, body, table, td, div, p, ul, ol, h1, h2, h3, h4, h5, h6, hr, img, form, input, textarea {margin: 0; padding: 0; border-style: none; }

* {background-repeat: no-repeat; }

ul, ol li {list-style-type: none;}

a {color:#000;}

html, body {
margin: 0;
padding: 0;
width:100%;
height: 100%;
}



/*top level styling*/

body {
background-color:#fff;
font-family: Arial, Helvetica, sans-serif;
font-size:12px; 
text-align: center;
background-image:url("../img/bg_body.png");
background-position: top left;
background-repeat: repeat-x;
}

#main {
width:730px;
margin:0 auto;
text-align: left;
}

#logo {
width:250px;
height: 110px;
margin:50px auto 5px;
overflow: hidden;
background: url(../img/siteElements.gif) top left no-repeat;
text-indent: -100000px;
}

#slogan {
width:565px;
height: 30px;
margin:0 auto 30px;
background: url(../img/siteElements.gif) 0 -154px no-repeat;
text-indent: -100000px;
}

#desc1 {
width:735px;
height: 60px;
margin:0 auto 10px;
background: url(../img/siteElements.gif) 0 -246px no-repeat;
text-indent: -100000px;
}

#desc2 {
width:735px;
height: 80px;
margin:0 auto 30px;
background: url(../img/siteElements.gif) 0 -320px no-repeat;
text-indent: -100000px;
}
form {
width:570px;
margin:0 auto;
}
form p {
margin-bottom:15px;
}

input, textarea {padding:3px; border:1px solid #4d2056;width:408px; height:28px;line-height: 28px;font-size:20px; margin-left:10px;}
form textarea {height:288px;font-size:13px; line-height:18px;font-family: Arial;}
label {
display: block;
width:90px; 
height:26px;
overflow: hidden;
text-indent:-100000px;
float:left;
background: url(../img/siteElements.gif) top left no-repeat;

}
#sendMessage {width:120px;height:35px; background:#4d2056;color:#fff;margin-left:100px;}
/* form>p>#sendMessage {background: url(../img/siteElements.gif) bottom left no-repeat;text-indent:-10000px;} */

p.error {color:#f00;margin-left:100px;margin-top:-10px;}

#nameLabel {background-position:0 -425px;}
#surnameLabel {background-position:0 -480px;}
#cityLabel {background-position:0 -535px;}
#phoneLabel {background-position:0 -591px;}
#mailLabel {background-position:0 -647px;}
#msgLabel {background-position:0 -703px;}


#succesBox {
font-size:20px;
padding:10px;
margin-top:20px;
margin-bottom:20px;
}

#footer {
border-top:1px solid #e5e5e5;
font-size:11px;
padding-top:5px;
}

#footer p {
width:730px;
margin:0 auto;
text-align: left;
color: #858585;
}