body {
	background: #fff;
	color: #000;
	font: normal 13px/18px Arial, Helvetica, sans-serif;
}

#splash {
    margin: 50px 150px 0px 150px;
    min-width: 600px;
}

#wrap {
    margin: 0px auto;
    width: 980px;
}

#error, #rad {
	background: #fff000;
	color: #000;
    margin: 20px 0px 0px 0px;
	padding: 5px 15px 5px 15px;
}

#signin {
    background-color: #e9e2d9; /* f4f8f8 */
    padding: 15px;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
}

.regular {
    margin: 20px 0px 0px 0px;
}

#loader {
    display: none;
}

#user_info {
    color: #bbb;
    font-size: 11px;
    margin: 10px 0px 0px 0px;
    text-align: right;
}

#logo {
    /*<img src="http://heeper.com/assets/images/mess.jpg" alt="Heeper" id="logo" />*/
    background: url('http://heeper.com/assets/images/mess.jpg') no-repeat;
    width: 554px;
    height: 285px;
    position: relative;
    top: 0px;
    left: -60px;
}

#menu {
    background-color: #df63af;
    font-family: helvetica, sans-serif;
    font-size: 16px; 
    font-weight: bold;
    margin: 25px 0px 0px 0px;
    padding: 10px;
}

#menu a {
    background-color: #bc598f;
    color: #fff;
    padding: 5px;
}

#menu a:hover {
    background: #f5b0db;
    color: #6f3057;
    text-decoration: none;
}

#menu .selected {
    background: #f5b0db;
    color: #6f3057;
}

#content {
    margin: 20px 0px 0px 0px;
}

#footer {
    font-size: 11px;
    margin: 20px 0px 0px 0px;
}

input[type=text], input[type=password] {
	background: #efefef;
	border:1px solid #BBBBBB;
	font: normal 13px/18px Arial, Helvetica, sans-serif;
	padding: 7px;
	width: 200px;
}

.loginbutton {
    margin: 0px 0px -10px 0px;
}

input:focus {
	background: #fef3fb;
}

a {
	border: none;
	color: #ed228e;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration:underline;
}

img {
    border: 0; 
}

.humanMsg {
	background-color: #000;
	color: #fff;
	display: none;
	font-size: 20px;
	left: 25%;
	opacity: 0;
    padding: 15px;
	position: fixed;
	text-align: center; 
	top: 200px;
	width: 50%;
    z-index: 100000;
}

.humanMsg .round { }

.humanMsg p {
	display: inline;
	padding: .3em;
}

#write_buttons {
    background: #e2f0f9;
    color: #3b91ce;
    font-family: helvetica, sans-serif;
    font-size: 12px; 
    font-weight: bold;
    padding: 10px 15px 10px 15px;
}

#write_form {
    border: 1px dotted #ccc;
    padding: 10px 15px 10px 15px;
}

#post_body_1_box {
    border: 1px dotted #ccc;
    font-size: 12px;
    width: 100%;
}