.dpr_box {
	border: #999999 solid 1px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	width: 400px;
	padding:10px;
}
.dpr_input {
	float: clear;
	text-align: right;
	border: 1px solid #fff;
}
.dpr_input label {
	float: left;
	width: 200px;
}
.dpr_input .dpr_text {
	width: 170px;
}
fieldset {
	display: block;
}
.dpr_message_success{
	border: 2px solid #006633;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	padding: 10px;
	margin:   2px;
	background-color: #88dd66;
	color: #006633;
}
.dpr_message_error{
	border: 2px solid #990000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;	
	padding: 10px;
	margin:   2px;
	background-color: #ff5555;
	color: #990000;
}
.dpr_message_none{}
.dpr_message_list{
	margin-left:15px;
}
