* { padding: 0; margin:0; }

h2 { color:#10345A; font-family:'Times New Roman', Times, serife; font-size:25pt; padding-bottom:2pt; }
h3 { color:#4A82D6; font-family:'Times New Roman', Times, serife; font-size:15pt; padding-bottom:4pt; }
hr  { color:#10345A; }

body {
    font-family:Verdana, Arial, sanf-serife;
	background-color: #e1ddd9;
	font-size: 12px;
	color:#564b47;  
	padding:20px;
	margin:0px;
	text-align: center;
}


#ContentContainer { 	
	text-align: left;
	vertical-align: middle;	
	margin: 0px auto;
	padding: 1em;
	width: 550px;
	background-color: #ffffff;
	border: 1px dashed #10345A;
	min-height:300px;
}

fieldset { padding:4pt; margin:5pt; }
fieldset legend { margin-left: 5pt; }

label, select, input[type=checkbox], input[type=radio],  input[type=button], input[type=submit]  { cursor: pointer; }

select, input, textarea { background: #fff; }
input:focus, textarea:focus, select:focus {
	color: #000;
	background: #fff;
	/* outline: 1px solid red; */
}

.left {
	float: left;
	text-align: right;
	width: 40%;
	margin-right: 2%;
}
.top { }
.right, button, input[ype=submit], input[type=button] { margin-left : 42%; }

#Msg {
    padding-left:12pt;
    margin:4pt;
    border: 1px solid #ddd;
}

