#videoAlert {
	position: relitive;
	background-color: #f7fbfe;
	width: 530px;
	border: solid 5px #D0BF2F;
	padding: 10px;
	font-family: 돋움, nanum gothic, helvetia, sans-serif;
	font-size: 90%;
	color: #464D57;
}

#videoAlert1 {
	position: relitive;
	background-color: #f7fbfe;
	width: 530px;
	border: solid 5px #D0BF2F;
	padding: 10px;
	font-family: 돋움, nanum gothic, helvetia, sans-serif;
	font-size: 90%;
	color: #464D57;
}

#videoAlert ul{
	margin: 10px 0 0 10px;
}

#videoAlert1 ul{
	margin: 10px 0 0 10px;
}

#videoAlert ul li {
	padding: 1px;
	list-style-type: none;
	 
}

#videoAlert1 ul li {
	padding: 1px;
	list-style-type: none;
	 
}

#alertImg {
	padding: 0 10px 5px 0;
}

#videoAlert a {
	text-decoration: none;
}

#videoAlert1 a {
	text-decoration: none;
}


#videoAlert a:hover {
	background-color: #D0BF2F;
	color: white;
}

#videoAlert1 a:hover {
	background-color: #D0BF2F;
	color: white;
}

#closeAlert {
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#closeAlert1 {
	margin: 0px;
	padding: 0px;
	text-align: right;
}