@charset "UTF-8";
/* CSS Document */
.box {
	padding:1em 2em;
}

.box label {
	display: block;
	font-size:0.8em;
}

.box input {

}

.box div{
	padding-bottom: 1em;
}

.box span{
	font-size: 0.8em;
}

.box .labelLine {
	float: left;
	padding-right: 2em;
}

#sendBtn{
	display:inline-block;
	cursor: pointer;
}

/* === Safari 4.0.2 mac fix ===*/
	@media screen and (-webkit-min-device-pixel-ratio:0) {
}

#tooltip_developerName {
	width: 11em;
}

#error {
	float: left;
	-moz-border-radius-bottomleft:0.5em;
	-moz-border-radius-bottomright:0.5em;
	-moz-border-radius-topleft:0.5em;
	-moz-border-radius-topright:0.5em;
	background-color:#FAECDB;
	display: none;
	color:#DC0000;
	font-size:0.75em;
	font-weight:bold;
	margin-bottom:1em;
	margin-left: 0.5em;
	padding:0.75em;
	width: 90%;
}

.help_notice {
	color: #999999;
	font-size: 0.7em;
}

#tooltip_developerName_hidden, #tooltip_password_hidden, #tooltip_legalForm_hidden {
	position: absolute;
	z-index: 3000;
	left: 17em;
	border: 0.2em solid #f0f0f0;
	background-color: #b7e0ff;
	padding: 0.5em;;
	opacity: 0.95;
	line-height: 1.40em;
	-moz-border-radius: 0.5em;
	width: 25em;
	font-size: 0.75em;
	line-height: 1.4em;
	color: #666;
}

#tooltip_legalForm_hidden {
  left:32em;
}
#box_result {
	-moz-border-radius-bottomleft:0.5em;
	-moz-border-radius-bottomright:0.5em;
	-moz-border-radius-topleft:0.5em;
	-moz-border-radius-topright:0.5em;
	border: 0.15em solid #28C7E4;
	padding: 2.5em;
	margin-top: 5em;
	margin-bottom: 8em;
	margin-left: 10em;
	margin-right: 10em;
	color: #28C7E4;
	text-align: center;
	background: #FDFAFA;
	font-weight: bold;
}

.success_image {
padding-top: 1em;
}

#sidebar {
	float: none;
	width: 88%;
	margin-bottom: 0.8em;
	margin-left: 0.5em;
}

/* Pop-Up */
#popUpLayer{
	display: none;
}

#popUpSubLayer{
	position: absolute;
	top: 0em;
	left: 0em;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 9;	
}	

.popUpLarge{
	width: 40em;
	max-height: 30em;
	left: 0em;
	top: 40%;
	position: fixed;
	padding: 1em;
	height: auto;
	overflow-y: scroll;
	z-index: 10;
	border: 0.2em solid #DFDFDF;
	display: none;
	background-color: #FFFFFF;
	text-align: left;
}

.popUpMedium {
	width: 20em;
	max-height: 18em;
	left: 0em;
	top: 40%;
	position: fixed;
	padding: 1em;
	height: auto;
	overflow: hidden;
	background-image: url(/img/background_layer.png);
	z-index: 10;
	border: 0.2em solid #FFF;
	display: none;
	color:#FFFFFF;
	text-align: center;
}	


.popUpForm {
	text-align: left;
	color:#FFFFFF;
	font-size: 0.65em;
	font-weight: bold;
	margin-top: 2em;
}

.popUpForm input {
	width: 100%;
	padding-bottom: 0.5em;
	background-color:#FAF8F4;
	border:0.1em solid #3399FF;
	color:#000000;
	font-family:"Trebuchet MS",Calibri,Georgia,serif;
	font-size: 1em;
	padding:0.2em;
	margin-top: 0.2em;
	margin-bottom: 0.8em;
}

.popUpClose{
	font-size: 0.6em;
	margin-top: 2em;
	position: relative;
	float: right;
	cursor: pointer;
}