@charset "utf-8";
/*
	Stylesheet Index.css
 
	초안완성 : 2009/8/23 조승현
	종합 : 최종식
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td 
{
	border: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: "굴림", Gulim, "돋움", Dotum, AppleGothic, Sans-Serif;
	font-size: 9pt;
	line-height: 1.5em;
	background: white;
	color: black;
}
/* Link Style */
a, a:link, a:visited
{
	color: #000033;
	text-decoration: none;
}

a:hover, a:active
{
	color: #000033;
	text-decoration: underline;
}

/* Layout */
html, body
{
	height: 100%;
	text-align: center;
}
#Wrapper
{
	margin:0px auto;
	width:440px;
	text-align: left;
}
#Content
{
	margin-top:60px;
}
#PopupContentWrapper #Content
{
	padding:10px;
	margin-top:0px;
}
#Content h1
{
	font-size:15pt;
	font-weight:bold;
}
#LoginMenuWrapper ul
{
	list-style:none;
	padding:0px;
	margin:0px;
	
}
#LoginMenuWrapper li
{
	float:left;
	width:220px;
	height:20px;
	text-align:center;
	padding-top:10px;
	background-color:#F0F0F0;
	margin:10px 0px 0px 0px;
	cursor:pointer;
}
#LoginMenuWrapper li.LoginMenuActiveTab
{
	background-color:#D2D2D2;
	
}
.LoginBox
{
	clear:both;
	border: 3px solid #D2D2D2;
	height:100px;
	background:#FFFFFF url('../Image/LoginFooterImage.gif') no-repeat scroll bottom;
	margin-bottom:30px;
	padding:40px;
	
}
#PopupContentWrapper .LoginBox
{
	margin-bottom:0px;
}
#CommonFooterMenu
{
	text-align:center;
	
}
.LoginBoxInputFieldWrapper
{
	float:left;
	
}
.LoginBoxInputFieldWrapper div
{
	text-align:right;
	
}
.LoginBoxPasswordFieldWrapper
{
	margin-top:5px;
	
}
input.InputField
{
	width:200px;
	background-color:#FAFAFA;
	border:1px solid #DADADA;
	
}
.LoginBoxIdFieldWrapper select
{
	width:200px;
	background-color:#FAFAFA;
	border:1px solid #DADADA;
	
}
.LoginBoxCheckboxWrapper
{
	margin-top:10px;
	font-size:8pt;
	
}
input.Checkbox
{
	margin-right:3px;
	
}
.LoginBoxLinkWrapper
{
	margin-top:20px;
	
}
.LoginBoxSubmitButtonWrapper
{
	float:right;
	
}
input.Button
{
	width:70px;
	height:72px;
	border:solid 4px #acacac;
	background-color:#b9b9b9;
	color:white;	
}
