* html #poststuff {
	height: 100%; /* kill peekaboo bug in IE */
}

a {
	color: #00019b;
	text-decoration: none;
}


a:visited {
	color: #006;
}

a:hover {
	color: #069;
}

body	{
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0;
}

body, td {
	font: 10pt Georgia, "Times New Roman", Times, serif;
}

.failed {
	color: red ;
}


form, label input {
	margin: 0;
	padding: 0;
}

h2 {
	border-bottom: 2px solid #ccc;
	color: #333;
	font: normal 22px/16px normal;
	margin: 5px 10px;
}

label {
	cursor: pointer;
}



p, dl, dd, dt {
	line-height: 130%;
}

textarea, input, select {
	background: #f4f4f4;
	border: 1px solid #d8d8d8;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 2px;
}

#adminmenu a:hover, .current, #adminmenu2 a:hover {
	background: #eaeaea;
	border: 1px solid #9d9d9d;
	color: #171717;
}

#adminmenu li, #adminmenu2 li {
	display: inline;
	line-height: 2.0em;
	list-style: none;
	text-align: center;
}

#adminmenu, #adminmenu2 {
	border-bottom: 2px solid #5a5a5a;
	margin: 2px;
	padding: 0 2px;
}

#adminmenu2 {
	border-bottom: none;
	margin-left: 7px;
}

#adminmenu2 a {
	font-size: 14px;
}

#categorydiv {
	line-height: 130%;
	margin-right: 15px;
	position: absolute;
	right: 5%;
	width: 9em;
}

#categorydiv input, #poststatusdiv input, #commentstatusdiv input, #pingstatusdiv input {
	border: none;
}

#ed_button {
	padding: 1px;
}

#ed_del {
	text-decoration: line-through;
}

#ed_em {
	font-style: italic;
	width: 25px;
}

#ed_strong {
	font-weight: bold;
	width: 25px;
}

#login {
	background: url(../images/iwd_sm.png) #fff no-repeat top center;
	border: 2px solid #0066FF;
	color: #333;
	height: 170px;
	left: 50%;
	margin-left: -120px; /* half of width and height */
	margin-top: -85px;
	padding: 40px 5px 5px 5px;
	position: absolute;
	text-align: right;
	top: 45%;
	width: 240px;
}

#login textarea, #login input, #login select {
	background: #f0f0f0;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
	margin: 1px;
	padding: 2px;
}

#metainfo {
	clear: both;
}

#postdiv {
    clear: both;
}

#poststatusdiv, #commentstatusdiv, #pingstatusdiv {
	width: 6.5em;
}

#poststuff {
	margin-right: 11em;
}

#poststuff textarea {
	width: 99%;
}

#profile {
	margin: 10px;
}

#profile .left {
	border-right: 1px dashed #ccc;
	float: left;
	margin-right: 5px;
	padding-right: 5px;
}

#profile label {
	float: left;
	padding-right: 3px;
	text-align: right;
	width: 85px;
}

#profile p {
	margin: 0 0 4px 0;
}

#quicktags {
	text-align: right;
}

#titlediv, #poststatusdiv, #commentstatusdiv, #pingstatusdiv, #postpassworddiv, #namediv, #uridiv, #emaildiv {
	float: left;
	height: 6em;
	margin-right: 5px;
}

#wphead {
	background: url(../images/header-shadow.png) repeat-x #f2f2f2;
	height: 42px;
	margin: 0;
}

#wphead a {
	background: url(images/iwd_sm.png) no-repeat;
	border-bottom: none;
	display: block;
	height: 42px;
	line-height: 30px;
	margin: 3px 0 0 5px;
	text-decoration: none;
	text-indent: -1000px;
	width: 200px;
}
