﻿
    html
    {
    width:250px;
    height:160px;
    }
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #4f4f4f;
width:250px;
height:160px;
font-size: 11px;
}
input.blur {
				color: #CCC;
			}
			.input{
	font-size:1em;
	padding:0px;
	height:18px;

}
 .blacklink { text-decoration:none;}
   .blacklink a { color:#000; text-decoration:none;}
   .blacklink a:hover { color:#000; text-decoration:underline;}
   .button {
	cursor:pointer;
	border:outset 1px #FF870A;
	background:#007dce;
	color:#fff;
	font-weight:bold;
	padding:2px 2px;
}
.button:hover {
    border: 1px solid #FF870A;
   background : #BBDDFF;
	color:#333;
}
.top {
margin-bottom: 15px;
}
.buttondiv {
margin-top: 10px;
}
.messagebox{
	position:absolute;
	width:100px;
	margin-left:5px;
	border:1px solid #c93;
	background:#ffc;
	padding:3px;
}
.messageboxok{
	position:absolute;
	width:auto;
	margin-left:5px;
	border:1px solid #349534;
	background:#C9FFCA;
	padding:3px;
	font-weight:bold;
	color:#008000;
	
}
.messageboxerror{
	position:absolute;
	width:80%;
	margin-left:5px;
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding:3px;
	font-weight:bold;
	color:#CC0000;
}

