body {
	background: #EF97AA;
	height: 100%;
}
body, td, th, div, span, p {
	font: normal normal 11px/130%  Arial, Tahoma, Verdana,  sans-serif;
	color: #000000;
}
input, textarea, option, select {
	font: normal normal 11px/100%  Arial, Tahoma, Verdana,  sans-serif;
	color: #000000;
}

a, a:link, a:active, a:visited {
	text-decoration: underline;
	font: normal normal 11px/130% Arial, Tahoma,  Verdana,  sans-serif;
	color: #000000;
}
a:hover {
	text-decoration: none;
}
.outer {
	position: relative;
	height:100%;
	scrollbar-3dlight-color : #ffcb2f;
	scrollbar-arrow-color : #ffffff;
	scrollbar-base-color : #ffffff;
	scrollbar-darkshadow-color : #ffffff;
	scrollbar-face-color : #ffcb2f;
	scrollbar-highlight-color : #ffcb2f;
	scrollbar-shadow-color : #ffcb2f;
	scrollbar-track-color : #ffffff;
}
.inner {
	height: 100%;
	width: 100%;
	overflow: auto;
	position: absolute;
}	

.mark_text {
	font-weight: bold;
}

.mark_text * {
	font-weight: bold;
}

/* for FCK */
.cms_border {
    margin:2px auto auto 1px;
	border:1px solid #C0C0C0;
}
.cms_border td {
    border:1px solid #C0C0C0;
	padding:1px 3px;
}
.cms_border_no, .cms_border_no td {
    border:none;
}

/* custom_form */
.custom_form {
	
}
.custom_form td {
	
}
.custom_form td.label {
	
}
.custom_form input.input_text {
	
}
.custom_form .error td.label {
	color: #cc0000;
}
.custom_form .error textarea,
.custom_form .error input.input_text {
	border: 1px solid #cc0000;
}
.custom_form .form_separator {
	font-weight: bold;
}
.custom_form .submit {
	
}
.custom_form .checkbox_radio td {
	
}
.custom_form .checkbox_radio td.input {
	
}
.custom_form .checkbox_radio td.input_label {
	
}
/* custom_form */


/*  flash_area  */
#flash {
	width: 100%;
	height: 100%;
	background: #EF97AA;
}
#noflash {
	width: 990px;
	height: 570px;
	margin: 0 auto;	
}
.noflash {
	background: #EF97AA url('../media/images/bg/noflash.gif') 0 0 no-repeat;
}
.noflash div {
	padding: 180px 0 0 0;
}
.noflash a {
	margin: 0 auto ;
	width: 290px;
	height: 206px;
	display: block;
}
.noflash img {
	width: 290px;
	height: 206px;
}
/*  flash_area  */