﻿BODY
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}


/*로그인 css*/
#wrap
{
	padding-right: 10px;
	padding-left: 10px;
	left: 0px;
	padding-bottom: 10px;
	margin: 0px;
	width: 100%;
	padding-top: 10px;
	top: 0px;
	height: 100%;
}

#preViewTheme
{
	border-right: blue 1px double;
	padding-right: 0px;
	border-top: blue 1px double;
	padding-left: 0px;
	z-index: 10;
	left: 50px;
	padding-bottom: 10px;
	border-left: blue 1px double;
	width: 500px;
	padding-top: 10px;
	border-bottom: blue 1px double;
	position: absolute;
	top: 100px;
	height: 300px;
	background-color: white;
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
/*로그인 css*/
