@CHARSET "UTF-8";

body {
	margin: 0 auto;
	font-family: 'Malgun Gothic', Dotum,Verdana,AppleGothic,Sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 1.5;
	letter-spacing: -0.5px;
}

#installVP_wrap {
    text-align: center;
}

#installVP_wrap #container {
    width: 600px;
    margin: 0 auto;
    margin-top: 70px;
}


#ie_progress {
	margin-top: 30px;
}


#downVP_ie #title, #downVP_multi #title {
	font-size: 15px;
	font-weight: bold;
	color: #155698;
	text-align: left;
	margin-left: 40px;
}

#downVP_ie #msg, #downVP_multi #msg, #downVP_msg {
	*margin: -10px 0; /*ie6,7 호환용*/
}

#downVP_ie #msg li, #downVP_multi #msg li, #downVP_msg li {
	width: 530px;
	text-align: left;
	letter-spacing: -1px;
	margin-bottom: 1px;
	*margin-left: -30px; /*ie6,7 호환용*/
}

#downVP_ie #msg li, #downVP_multi #msg li{
	list-style: none;
}



#downVP_btn {
	text-align: center;
	margin: 30px 0 40px 0;
	*margin-top: 40px; /*ie6,7 호환용*/
}

#downVP_btn button {
	width: 150px;
	height: 40px;
	font-family: 'Malgun Gothic', Dotum,Verdana,AppleGothic,Sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-color: #2C65BC;
	border: 1px solid #ffffff;
	cursor: pointer;
	margin: 0 5px;
}



a {
	font-weight: bold;
	color: #116496;
	text-decoration: none;
}
a:hover {
	color: #1685C8;
	text-decoration: none;
}

