@CHARSET "UTF-8";
 
body, button {
	margin: 0 auto;
	font-family:'Malgun Gothic', Dotum,Verdana,AppleGothic,Sans-serif;
	font-size: 12px;
	color: #383838;
	line-height: 1.5;
	letter-spacing: -0.5px;
	*letter-spacing: -0.8px;
}

h3 {
	color : #316BB2;
	font-size: 15px;
	margin: 0px 0px 5px 0px;
	*margin: 0px 0px 5px 30px;
}


.installPC_wrap {
	 text-align:center;
}


.installPC_wrap .container {
	width: 740px;
	margin: 0 auto;
	margin-top: 30px;
}

.installMSG ul {
	text-align: left;
	margin: 10px 0px 20px 0px ;
}

.installMSG li {
	*margin-left: 30px;
}

#VP_msg_installed ul, #VP_msg_notinstall ul, #VP_msg_unsupported ul, #pcInfo_area ul {
	text-align: left;
	margin: 10px 0px 20px 0px ;
}

#VP_msg_installed li, #VP_msg_notinstall li, #VP_msg_unsupported ul {
	*margin-left: 30px;
}

#pcInfo_area li{	
	padding-right: 7px;
	/* margin-left : -15px; */
	margin-left : 15px;
	*margin-left : 30px;
}

.installPC_wrap #pcInfo_area{
	width: 650px;
	margin: 0 auto;
	margin-top: 20px;
	border: 1px solid #888888;
	background-color: #FAFCFF;
}


/*********************************/
/*            table              */
/*********************************/

.tbl_install {
	border-top: 1px solid #777777;
	width: 680px;
	margin: 0 auto;
}
.tbl_install tr th {
	background-color: #efefef;
	height: 30px;
}

.tbl_install tr td{
	font-size: 13px;
	height: 60px;
	border-bottom: 1px solid #e0e1e2;
}

.tbl_install tr:nth-of-type(odd) {
  	background-color:#ffffff;
}

.tbl_install tr:nth-of-type(even) {
  	background-color:#ffffff;
}
.tbl_install_org tr:nth-of-type(even) {
	background-color:#FCFDFF;
}

.tbl_install #name{
	color: #1E3D92;
	text-align: center;
}

.tbl_install #info{
	font-size: 12px;
	text-align: left;
}

.tbl_install #status{
	color:#0074b7;
	text-align: center;
}

.tbl_install span.install_yes {
	color:#0074b7;
}
.tbl_install span.install_no{
	font-weight: bold;
	color:#c15200;
}

/*********************************/
/*            button             */
/*********************************/
button {
	font-weight:bold;
	margin-top: 5px;
	padding: 4px;
	*padding: 3px;
	background-color: #ffffff;
	border: 1px solid #999999;
	overflow:visible; 		/* ie6,7에서 버튼의 너비가 가변적인 경우 여분의 패딩이 생기는것을 위한 코드*/
	cursor: pointer;
}

/* 버튼 : 통합설치다운로드/ */
#btn_area button{
	font-size: 15px;
	margin: 5px;
	padding: 8px;
	color: #ffffff;
	background-color: #2C65BC;
}

/* 버튼 : 홈페이지로 */
#btn_area .goHOME{
	font-size: 15px;
	border: 1px solid #1E3D92;
	color: #1E3D92;
	background-color: #ffffff;
}

/* 버튼 : 통합설치다운로드/ */
#btn_area_small button{
	font-size: 12px;
	margin: 5px;
	padding: 8px;
	color: #ffffff;
	background-color: #2C65BC;
}

/* 버튼 : 홈페이지로 */
#btn_area_small .goHOME{
	font-size: 12px;
	border: 1px solid #1E3D92;
	color: #1E3D92;
	background-color: #ffffff;
}

a {color: #777777;text-decoration: none;}
a:hover{color:#E92952;}

