﻿#sitemap
{
	width : 700px;
	height : 80px;
	
	background : url('/images/support/support_title.jpg') no-repeat;
}

#sitemap .text
{
	display : block;
	width : 600px;
	height : 70px;
	line-height : 60px;
	
	padding : 0px 100px 10px 0px;
	
	
	text-align :right;
}

#field_error
{
	width : 700px;
	
	margin : 0px 0px 0px 0px;
}


#field_error .top
{
	display : block;
	width : 700px;
	height : 60px;
	background : url('/images/error/bg_top.jpg') no-repeat;
}

#field_error .middle
{
	display : block;
	width : 700px;
	
	background : url('/images/error/bg_middle.jpg') repeat-y;
}

#field_error .middle .title_eng
{
	display : block;
	width : 700px;
	height : 60px;
	
	background : url('/images/error/text_title_error_eng.jpg') no-repeat;
}


#field_error .middle .title_kor
{
	display : block;
	width : 700px;
	height : 40px;
	
	background : url('/images/error/text_title_error_kor.jpg') no-repeat;
}

#field_error .middle.block .title_eng
{
	background : url('/images/error/text_title_block_eng.jpg') no-repeat;
}

#field_error .middle.block .title_kor
{
	background : url('/images/error/text_title_block_kor.jpg') no-repeat;
}

#field_error .middle .box
{
	display : block;
	width : 560px;
	height : 169px;
	line-height : 25px;
	
	padding : 80px 70px 30px 70px;
	
	background : url('/images/error/bg_box.jpg') no-repeat;
	
	
	font-size : 12px;
	color : #cacac0;
	
	text-align : center;
	
}



#field_error .bottom
{
	display : block;
	width : 700px;
	height : 74px;
	background : url('/images/error/bg_bottom.jpg') no-repeat;
}









