﻿@charset "utf-8";

/* 
 * 작성자 : 김민정
 * 작성일 : 2013-00-00
 * 이메일 : designshake@solva.co.kr
 */

/* reset */
html,body{margin:0;padding:0;height:100%; text-align:center;}
body{font:12px/1.5 "돋움", Dotum, "굴림", Gulim, Arial, sans-serif;color:#767676;}
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,tbody,tfoot,thead,th,td{margin:0;padding:0;}
input,textarea,select,td,th{font:12px; "돋움", Dotum, "굴림", Gulim, Arial, sans-serif;color:#767676;vertical-align:middle;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%;}
table{width:100%;table-layout:fixed;border-spacing:0;border-collapse:collapse;}
ol,ul,li{list-style:none;}
hr, legend, caption, .hidden{position:absolute;left:-5000px;top:0;visibility:hidden;overflow:hidden;line-height:0.1%;font-size:0.1%;width:0.1%;height:0.1%;}
caption{position:relative;}
img,fieldset{border:0 none;}
label,button{cursor:pointer;}
em,address{font-style:normal;}
a:link,a:visited{color:#767676;text-decoration:none;}
a:hover,a:active,a:focus{text-decoration:underline;} 

/**** form ****/

 .bg_bar {background:url("../../Images/Login_New_Images/bg.jpg") repeat-x; width:100%; height:760px; margin:0 position:relative;}
 .bg_main {background:url("../../images/Login_New_Images/main.jpg") no-repeat; width:1000px; height:760px; margin:0 auto; position:relative;}
 .div_login {width:600px; height:200px; position:absolute; top:575px; left:110px;}

 /**** padding ****/
 .p_45 {padding-left:7px; text-align:left;}
