body {
margin: 0;
padding: 0;
background: #fff;
}

body, div, p {
font : 12px Tahoma,Helvetica,sans-serif;
line-height: 150%;
}
img, img a {
border: none;
text-decoration: none;
outline: none;
}
#logo, #logo2 {
width : 400px;
height : auto;
margin: 100px auto 0;
text-align : center;
-moz-border-radius:12px 12px 12px 12px;
-moz-box-shadow:0 0 3px 3px #DDDDDD;
padding: 35px;
}
#logo2 input, #logo2 textarea {
padding : 2px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
#logo2 input {
width : 126px;
}
#logo2 textarea {
width : 396px;
height : 136px;
}
a, a:hover {
font-weight : bold;
text-decoration : none;
}
a:link, a:visited {
color : #ff8f1e;
}
a:hover, a:active {
color : #4b566d;
}
h1 {
font-size: 21px;
color : #8b94a6;
}
h3 {
font-size: 18px;
color : red;
}
input, textarea, select {
border : 1px solid #ff8f1e;
background : #fff;
font : 9pt Tahoma;
color : #111111;
}
#logo .min {
font : 7pt Tahoma;
letter-spacing : 4px;
color : #aaaaaa;
}
#logo2 .red {
border : 1px dotted black;
padding : 10px;
color : red;
}
#logo2 table {
margin-left : 20%;
width : 75%;
}
#logo2 td {
text-align : left;
}