* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	background: url('../images/bg.png') repeat-x;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 18px}
img {
	display: block;
	border: none;
}
input {vertical-align: middle}
#wrapper {
	width: 990px;
	margin: 0 auto;
	background: #FFFFFF;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 192px;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	padding-left: 324px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-right: -100%;
}
#content {
	padding: 0 20px 25px 0;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 324px;
	position: relative;
	left: -324px;
	text-align: center;
}

/* Main Block
-----------------------------------------------------------------------------*/
#main {
	width: 640px;
	height: 610px;
	background: url('../images/bg2.png') repeat-x;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#main_text {
	font-size: 11pt;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	padding: 25px;
	padding-top: 15px;
	text-align: justify;
	text-indent: 30px;
	line-height: 1.2;
}

#main_text2 {
	font-size: 7pt;
	font-family: Verdana;
	color: #000000;
	font-weight: normal;
	line-height: 1.2;
	padding: 0 20px;
}

#main_text2 h1 {
	font-size: 20pt;
	font-family: Arial;
	color: #000000;
	text-align: center;
	font-weight: normal;
}

#main_button {
	cursor: pointer;
	display: block;
	width: 280px;
	height: 64px;
	background: url('../images/button.png') no-repeat;
	display: block;
	border: 0;
}

#main_button:hover {
	width: 280px;
	height: 64px;
	background: url('../images/button.png') no-repeat 0 -64px;
}

#main_button2 {
	cursor: pointer;
	display: block;
	width: 280px;
	height: 64px;
	background: url('../images/button2.png') no-repeat;
	display: block;
	border: 0;
}

#main_button2:hover {
	width: 280px;
	height: 64px;
	background: url('../images/button2.png') no-repeat 0 -64px;
}

#main_button3 {
	cursor: pointer;
	display: block;
	width: 280px;
	height: 64px;
	background: url('../images/button3.png') no-repeat;
	display: block;
	border: 0;
}

#main_button3:hover {
	width: 280px;
	height: 64px;
	background: url('../images/button3.png') no-repeat 0 -64px;
}

#menu {
	line-height: 1.5;
}

#menu a:active, #menu a:visited, #menu a:link {
	font-family: Arial;
	color: #FF0084;
	text-decoration: underline;
	font-size: 16pt;
}

#menu a:hover {
	color: #000000;
}

#copyright {
	font-family: Arial;
	font-size: 12pt;
}

#table_main {
	font-size: 15pt;
	margin: 0 auto;
	width: 400px;
}

#table_inner {
	text-align: left;
	width: 400px;
}

.stext {
	width: 321px;
	height: 33px;
	border: 0;
	margin-top: 15px;
	padding: 5px 4px 0px 0px;
	font-size: 12pt;
	background: url('../images/itext.png') 0 0 no-repeat;
}

.sarea {
	width: 321px;
	height: 135px;
	border: 1px solid #F62792;
	margin-top: 15px;
	padding: 5px 4px 0px 0px;
	font-size: 12pt;
	background: url('../images/iarea.png') 0 0 no-repeat;
}

#select_country {
	width: 150px;
	border: 0;
	font-size: 12pt;
}