@charset "utf-8";

body{
	background-color: #F9F9F9;
	font-family:'Arial', sans-serif;
	font-size: 15px;
	color: #232323;
}

th, td{
	font-weight: normal;
}

.title h1{
	margin:0 0 0 0;
	padding:20px 0 10px 80px;
	background-image:url(../images/email.png);
	background-repeat:no-repeat;
	font-size:30px;
}

.confirm h1{
	margin:0 0 0 0;
	padding:20px 0 5px 80px;
	background-image:url(../images/button_ok.png);
	background-repeat:no-repeat;
	font-size:30px;
}

a.smLink{
	font-size:10px;
	color:blue;
	font-weight:normal;
}

#container{
	background-color:#fff;
	width:550px;
	height:auto;
	margin:auto;
	margin-top:20px;
	border:1px solid #ccc;
	padding:15px;
	-moz-box-shadow:0 0 7px #ccc;
	-webkit-box-shadow:0 0 7px #ccc;
}

.hLine{
	width:100%;
	height:0;
	margin:15px 0 15px 0;
	border-bottom:1px dashed #ccc;
}

.postMsg{
	background-color:#f2f2f2; 
	border:1px solid #d4d4d4;
	padding:7px 5px 7px 40px;
	color:#000;
	min-height:20px;
	width:90%;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	margin:auto;
	margin-top:15px;
}

.info {color: #0000FF;font-weight: normal;}


.SuccessMsg{
	background-image:url(../images/success.png);
	background-repeat:no-repeat;
	background-position:6px 4px;
}

.ErrorMsg{
	background-image:url(../images/error.png);
	background-repeat:no-repeat;
	background-position:6px 5px;
}