html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

html, body, td {
	font-family:Arial,sans-serif;
	font-size:13px;
	color: #000000;
	font-weight: normal;
	line-height:1.3;
}

button, span {
	border: 0px;
}

h1 {
	margin:0px; 
	padding: 0px; 
	font-size:1.8em;
}

input {
	margin-top: 10px;
}

.msg_error {
	color: red;
	font-weight: bold;
}

.msg_ok {
	color: green;
	font-weight: bold;
}


hr {
	border-width: 1px 0px 0px 0px;
	border-color: #DADDE2;
	margin-top: 10px;
	margin-bottom: 15px;
	border-style: solid;
}

.small {
	margin-left: 10px;
	color: grey;
	font-size: 11px;
	font-weight: 5px;
}

body {
	background-image: url("bg.jpg");
	background-repeat: repeat-x;
	background-color: #DADDE2;
}

.mtab {
	border: #EFEFEF solid 0px;
	background-color: #EDEDED;
}

.mtab2 {
	margin: 8px;
	border: #BCBCBC solid 0px;
	background-color: white;
}

textarea {
	margin: 10px;
	margin-bottom: 0px;
	width: 560px;
	height: 80px;
}

.mtd {
	padding: 10px;
}

a {
	color: blue !important;
	text-decoration: none;
}

a:hover {
	color: blue !important;
	text-decoration: underline !important;
}
