﻿@charset 'utf-8';
/* default definition */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, p, blockquote, button {
	margin:0;
	padding:0;
}
body {
	margin: 0 0 0 0;
	padding: 0;
	font-family:  "Dotum", "Arial";
	font-size:12px;
	color:#595959;
}
form {
	margin: 0;
	padding: 0;
}
table {border-collapse: collapse; border: 0px; padding: 0;}
P {margin-top:2px;margin-bottom:2px;} 
table th, table td { padding: 0;}
img {
	vertical-align:middle;
}
img,
input.type-image {
	border: 0 none;
}
input[type=radio] {
	border:0;
	background-color:transparent;
}
input[type=checkbox] {
	width:13px;
	height:13px;
	border:0;
	background-color:transparent;
}
input[type=image] {
	border:0;
	background-color:transparent;
}
input {
	font-family: "Dotum",  "Arial"; 
	color:#666;
	/*ime-mode:active;*/
}
input.chk, input.rdo {
	border:0;
	width:14px;
	height:14px;
	background-color:transparent;
}
input.login:hover, input.login:focus, input.text:hover, input.text:focus, input.num:hover, input.num:focus {
	background-color: #FFFBDE;
}

input.text {
	font-family: "Dotum",  "Arial";
	font-size: 12px;
	border-top: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
	background: #fff;
	padding:2px 1px 0 0;
	height:15px;
}
input.file {
	font-family: "Dotum",  "Arial";
	font-size: 12px;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	background: #fff;
	padding:2px 1px 0 0;
	height:19px;
}


textarea {
	border-top: 1px solid #BCBBB7;
	border-right: 1px solid #BCBBB7;
	border-bottom: 1px solid #BCBBB7;
	border-left: 1px solid #BCBBB7;
	background: #fff;
	margin:-1px 0 1px 0;
	font-family: "Dotum",  "Arial";
	font-size: 12px;
	color:#666;
}

select {
	font-family: "Dotum",  "Arial";
	font-size: 12px;
	margin:0;
	height:19px;
	padding:0;
	color:#696969;
}

option
{
    padding-right: 0.5em;
}

*:first-child+html select {
    padding-top: 6px;
    height: 19px;
	vertical-align:middle;
} /* Opera Fix */
option, x:-moz-any-link {
    padding-right: 4px;
} /* Firefox Fix */
option, x:-moz-any-link, x:default {
    padding-right: 0;
} /* Firefox Fix */

input, select, textarea {
	vertical-align: middle;
	margin:0;
}
*:first-child+html input {
	margin:0;
}
*html input {
	margin:0;
}

a:link, a:visited {
	color: #535353;
	font-weight:normal;
	text-decoration:none;
	font-weight:normal;
}

a:active, a:hover {
	color: #ef4030;
	font-weight:normal;
	text-decoration:none;
	font-weight:normal;
}

h1.hidden, h2.hidden, h3.hidden {
	display:none;
}

hr {
	display:none;
}
ul, ol, li {
	list-style:none outside;
}
