/*  ------------------- BASIC -------------------  */
body, html {
background: #beb4aa;
color: #000000;
font: 1em Arial, Helvetica, sans-serif;
}

* {
margin: 0;
padding: 0;
}
img, input, textarea, select  {
border: none;
}

a:link, a:visited {
color: #000000;
text-decoration: none;
}

a:hover, a:active {
color: #000000;
text-decoration: underline;
}

.clearthis {
clear: both;
}


/*  ------------------- BUTTONs -------------------  */
div.button_main a {
display: block;
margin-bottom: 8px;
}


div.button_form input {
cursor:pointer;
width: 85px;
height: 35px;
margin-right: 8px;
display: inline;
float: left;
}

div.button_form input.submit {
background: url(../images/btn_submit_vn.gif) no-repeat;
}

div.button_form input.reset {
background: url(../images/btn_reset_vn.gif) no-repeat;
}




/*  ------------------- LAYOUT -------------------  */

#wrapper {
width: 870px;
margin: 0 auto;
background: #FFFFFF;
position: relative;
}

#left_col {
display: inline;
float: left;
width: 196px;
}

#box_address {
position: absolute;
bottom: 60px;
left: 10px;
font-size: 0.7em;
}

#right_col {
display: inline;
float: right;
width: 674px;
background:#d9cfc0;
font-size: 0.7em;
line-height: 1.5;
height:auto !important;
height:550px;
min-height:550px;
padding: 0 0 30px 0;
}

#content_top {	
position: absolute;
top: 10px;
right: 20px;
text-align:right;
}

#content_top .flag {
display: inline;
margin-left: 20px;
height: 15px;
line-height: 15px;
}

.flag img {
vertical-align: middle;
}

#content_left {
display: inline;
float: left;
width: 247px;
margin: 75px 0 0 20px;
}

#content_right {
display: inline;
float: right;
width: 360px;
margin: 75px 0 0 0;
}

#content_left.layout02 {
  width: 270px;
  margin: 70px 0 0 30px;
}
#content_right.layout02 { margin: 70px 0 0 0; 
}


#footer {
clear: both;
text-align: right;
background: #beb4aa;
}


/*  ------------------- FORM -------------------  */

dl {
	clear: both;
	float: left;
}

dt {
	display: inline;
	float: left;
	width: 250px;
}

dd {
	display: inline;
	float: left;
	width: 144px;
	padding: 2px;
	border: 1px solid #666666;
	background: #FFFFFF;
	clear: left;
}

input, textarea, select {
font: 11px Arial, Helvetica, sans-serif;
width: 144px;
}



dl.type02 dt {
width: 80px;
}

dl.type02 dd {
	width: 184px;
	clear: left;
}

dl.type02 input {
width: 184px;
}

