body {
	padding: 0;
	margin: 0;
	background: white;
	font-size: 11px;
	font-family: Arial, Helvética, sans-serif;
}

h1 {
	margin: 0;
	font-size: 20px;
	text-align: center;
	padding: 20px;
	color: #770;
}

.main {
	position: relative;
	background: #fcfcfc;
	margin: 5px;
	border: 1px solid #777;
	width: 400px;
	height: auto;
}

.header {
	position: relative;
	background: url('../img/sms_header.gif') no-repeat;
	height: 50px;
}

.content {
	position: relative;
	overflow: hidden;
	text-align: justify;
	padding: 0 10px;
}

form {
	padding-top: 5px;
	text-align: center;
}

table {
	margin: auto;
}

.footer {
	text-align: center;
	padding: 5px;
}

li {
	list-style: decimal;
	color: black;
}

ul {
	padding-left:20px;
	margin:2px 0;
}


img {
	border: 1px solid #bbb;
	height: 16px;
}

tr {
	vertical-align: middle;
}

.error {
	margin: 0 0 5px 0;
	border: 1px solid #fcc;
	background: #fee url(../img/fail.png) no-repeat 10px 50%;
	padding: 3px 3px 3px 40px;
	color: #c44;
}

.message {
	margin: 0 0 5px 0;
	border: 1px solid #cfc;
	background: #efc url(../img/ok.png) no-repeat 10px 50%;
	padding: 3px 3px 3px 50px;
	color: #474;
}

.info {
	border: 1px solid #ddd;
	background: #f7f7f7;
	padding: 5px;
	color: #777;
}

.return {
	text-decoration: none;
}

.textfield {
	font-size: 11px;
	border: 1px solid #ccc;
	width: 100%;
}

button {
	background: white url(../img/button.png) repeat-x top left;
	border: 1px solid #ccf;
	color: #447;
}

#conditions {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#conditions .shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	filter:alpha(opacity=50);
	background: #777;
}

#conditions .inner {
	position: absolute;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	background: white;
	overflow: hidden;
	border: 1px solid #444;
	font-size: 12px;
}

#conditions .inner .innerInner {
	position: absolute;
	top: 13%;
	left: 5%;
	width: 90%;
	height: 80%;
	overflow: auto;
}

#conditions #closeIcon {
	position: absolute;
	top: 2px;
	right: 2px;
}

 
