* {
    font-family: arial, helvetica, sans-serif;
    margin: 0;
    padding: 0; 
}

a {
    text-decoration: none;
}

body {
    background-image: url('http://kaloz.freeblog.hu/Files/blogtartozekok/Eshely.jpg');
    color: white;
    margin: 0;
}

form {
    background-color: #FF53F9;
}

form br {
    clear: both;
}

input, label, textarea {
    display: block;
    float: left;
    margin: 4px;    
}

label {
    font-size: 16px;
    width: 70px;
}

.cl {
    clear: both;
}

.error {
    background: red;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 4px;
}

#container {
  width: 780px;
  margin: 0 auto;
}

#head {
    width: 780px;
    height: 150px;
    margin-bottom: 12px;
    background-image: url('http://kaloz.freeblog.hu/Files/blogtartozekok/sullyedohajo.jpg');
    background-position: -1px 0;
    text-align: center;
    position: relative;
}

#head a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#head h1 {
    font-size: 40px;
    font-family: verdana, helvetica, sans-serif;
    letter-spacing: 2px;
    margin: 0;
    padding: 30px 0 0 0;
}

#head h3 {
	font-size: 20px;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	margin: 0;
}

.nav {
    background-color: #FF53F9;
    padding: 2px;
}

.nav a {
    background: white;
    color: #FF53F9;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    margin-right: 8px;
    padding: 6px 4px;
}

.nav .sign {
    background: white url(../img/sign.gif) no-repeat 8px 8px;
    padding-left: 20px;
}

.post {
    margin-top: 20px;
}

.post h3 {
    background-color: #FF53F9;
    color: white;
    font-size: 11px;
    font-weight: normal;
    line-height: 11px;
    margin-bottom: 2px;
    padding: 4px;
    position: relative;
}

.post h3 a {
    background: url(../img/homepage.gif) no-repeat;
    display: block;
    height: 14px;
    width: 14px;
    position: absolute;
    right: 4px;
    top: 3px;
}

.post_body {
    background: white;
    color: black;
    font-size: 12px;
    padding: 8px;
}

#add {
    padding: 8px;
    float: left;
}

#captcha {
    float: left;
    padding: 2px 4px;
}

#captcha_label {
    width: auto;
}

.pager {
    background-color: #FF53F9;
    color: white;
    font-size: 12px;
    line-height: 12px;
    margin-top: 20px;
    padding: 4px;
}

.pager a {
    color: white;
    font-weight: normal;
}

.pager a:hover {
    text-decoration: underline;
}