.wp-insert-post {
	margin: 0 0 1.5em;
}
.wpip-box {
	margin: 0 0 1em 0;
}
.wpip-label {
	display: block !important;
	margin: 0 0 0.5em 0;
}

.wpip-box input[type="text"] {
	width: 250px;
}
.wpip-box select {
	width: 260px;
	height: 30px;
}
.wpip-box textarea {
	width: 450px;
	height: 150px;
}
.wpip-box input[type="submit"] {
	padding: 5px 20px;
	cursor: pointer;
}
.wpip-box input[type="text"],
.wpip-box textarea {
	border: 1px solid #ccc !important;
	color: #888 !important;
	background: #f7f7f7 url(images/input-shadow.png) repeat-x !important;
	padding: 5px !important;
	cursor: text;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.wpip-box input[type="text"]:hover,
.wpip-box input[type="text"]:focus,
.wpip-box textarea:hover,
.wpip-box textarea:focus {
	border: 1px solid #aaa !important;
	color: #000 !important;
	background: #fff url(images/input-shadow.png) repeat-x !important;
}

#wpip-message {
	margin: 0 0 1.5em;
	padding: 2em;
}
.wpip-error {
	border: 1px solid #f03;
	color: #f03;
}
.wpip-success {
	border: 1px solid #0b0;
	color: #0b0;
}