.buttondiv {
margin-top: 10px;
}
.messagebox{
	width:100px;
	border:1px solid #c93;
	background:#ffc;
	padding:3px;
}
.messageboxok{
	width:auto;
	border:1px solid #349534;
	background:#C9FFCA;
	font-weight:bold;
	color:#008000;
	
}
.messageboxerror{
	width:auto;

	font-weight:bold;
	color:#CC0000;
	position:relative;
}

.input_error {
background: #F7CBCA;
border: 1px solid #CC0000;
}