body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial;
	color: #333333;
}

img
{
	border: 0;
}

.background
{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -1;
	/*
	background: -webkit-linear-gradient(#d8d8d8, #e8e8e8);
	background: -o-linear-gradient(#d8d8d8, #e8e8e8);
	background: -moz-linear-gradient(#d8d8d8, #e8e8e8);
	background: linear-gradient(#d8d8d8, #e8e8e8);
	*/
}

.main_wrapper
{
	width: 660px;
	-webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border: 1px solid rgb(207, 207, 207);
	border-radius: 12px;
	/*background-color: white;*/
	background: linear-gradient(#fff, #e8e8e8);
	margin: 0px auto;
	margin-top: 100px;
	margin-bottom: 100px;
	padding: 30px 30px 20px 30px;
}

.logo_wrapper
{
	text-align: center;
}

.logo_wrapper .title
{
	font-size: 14pt;
	font-weight: bold;
}

.logo
{
	width: 45%;
	margin: 0px auto;
}

.copyright
{
	font-size: 8pt;
	text-align: center;
}

.main_content
{
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.language_flag
{
	margin-right: 15px;
	width: 48px;
	cursor: pointer;
}

.language_selector_wrapper
{
	margin-top: 20px
}

.coindms_standardButton
{
	font-family: arial,tahoma,verdana;
	padding: 8px 15px 8px 15px;
	border: 1px solid #c0c0c0;
	font-size: 14px;
	font-weight: bold;
	background-color: #fb7700;
	color: #ffffff;
	cursor: pointer;
}
.coindms_standardButton:hover
{
	background-color: #ffffff;
	color: #fb7700;
}

.coindms_standardButton:disabled, .coindms_standardButton:hover:disabled {
	background-color: #fb7700;
	color: #ffffff;
	opacity: 0.3;
	cursor: default;
}

.left_menu
{
	width: 30%;
	vertical-align: top;
	color: #BBBBBB;
	text-align: left;
	font-weight: bold;
	cursor: default;
}

.left_menu .active
{
	color: #333333;
}

.sub_content
{
	width: 70%;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
}

.requirement_ok
{
	background: url(icon_ok_small.png) no-repeat left center;
	padding-left: 60px;
	min-height: 20px;
	margin-bottom: 7px;
}

.requirement_no
{
	background: url(icon_no_small.png) no-repeat left center;
	padding-left: 60px;
	min-height: 20px;
	margin-bottom: 7px;
}

.requirement_warn
{
	background: url(icon_warn_small.png) no-repeat left center;
	padding-left: 60px;
	min-height: 20px;
}

.requirement_warn_notice
{
	color: #BBBBBB;
	font-size: 9pt;
	padding-left: 60px;
	margin-bottom: 7px;
}

.inputField
{
	border-radius: 6px;
	border-width: 1px;
	border-color: #333333;
	width: 300px;
	padding: 4px;
}

.errorMsg
{
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	color: red;
	font-weight: bold;
}

.vls_systemWrapper
{
	cursor: pointer;
	display: block;
	margin-bottom: 0.8em;
}

.vls_system
{
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	min-width: 310px;
}

.vls_system a
{
	text-decoration: none;
	color: #9F9FA3;
	font-weight: bold;
}

.vls_system a:hover
{
	text-decoration: none;
	color: #151518;
}

.vls_systemIcon
{
	margin-right: 15px;
	width: 48px;
	vertical-align: middle;
	float: left;
}
