* {
	padding: 0px;
	margin: 0px;
}

body {
	margin: 0;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	background: #d6e2e0 url(../images/bg_document.jpg) repeat-x left top;
}

div#main {
	margin: 0 auto;
	text-align: center;
	width: 500px;
}

a img {
	border: none;
}

.pink { color: #e00178; }
.bold { font-weight: bold; }

a#flag {
	display: block;
	position: absolute;
	top: 10px;
	margin: 0 0 0 450px;
}

form {
	margin: 10px 0 0 0;
}

fieldset {
	text-align: center;
	border: none;
}

label {
	display: block;
	padding: 2px 0;
	background: #c0cfcc;
}

input.checkbox {
	margin: 5px 0 0 0;
}

a.submit {
	display:block;
	margin: 10px 0 0 50px;
	width: 124px;
	height: 20px;
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border: none;
	background: transparent url(../images/bg_button.jpg) no-repeat left top;
}