body
{
	font-family: consolas, ���� ���, Dotum, Arial, Verdana;
	margin: 0;
	padding: 0;
}
div
{
	text-align: center;
	line-height: 50px;
}
p
{
	text-align: center;
	line-height: 60px;
}
p:first-child
{
	font-size: 40px;
	letter-spacing: 3px;
	vertical-align: bottom;
}
p:last-child
{
	color: #067dfb;
	font-size: 30px;
	vertical-align: top;
}
a
{
	border: 1px solid #b07dfc;
	padding: 10px;
	font-size: 30px;
	color: #b07dfc;
	cursor: pointer;
	letter-spacing: 1px;
}
ul, li
{
	list-style: none;
	margin: 0;
	padding: 0;
}
li
{
	border: 1px solid #eeeeee;
}
li span
{
	font-size: 20px;
	padding:5px 7px;
	cursor: pointer;
}
span.deploySpan
{
	color: #ea6cb6;
}
span.versionSpan
{
	color: #b07dfc;
}
div.versionWrapper
{
	font-size: 20px;
}
div.iOSCertificate
{
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 30px;
}
div.iOSCertificate div
{
	line-height: 25px;
	margin-bottom: 10px;
}
div.iOSCertificate span
{
	border: 1px solid Red;
	color: Red;
	padding: 10px;
	cursor: pointer;
}
div#mask
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999999;
	display: none;
	width: 100%;
	height: 100%;
}
img#loadingImg
{
	position: absolute;
}
div.content.selectDomain ul { display: table; width: 100%; height: 100%; margin-top: 0; vertical-align: middle; }
div.content.selectDomain ul li { width: 100%; height: 100%; margin-top: 0; vertical-align: middle; display: table-cell; }