@charset "ISO-8859-1";

.SignUpFrame {
	width:35%;
	float:left;
	margin-left:10%;
	
	display:inline;
}

#SignUpNote{
	width:40%;
	float:right;
	margin-right:10%;
	display:inline;
}

.center{
	text-align:center;
}


#TrialMap{
	border:none;
}
.TrialMapTip{
	overflow: auto;
	width:200px;
	font-size:10px;
	text-align:justify;
	background-color: #EADD80;
	border: 2px solid #000000;	
}
#TrialContainer{
position:relative;
top:0px;   
left:0px;  

}

.SignUpBriefing{
	margin-left:10%;
	margin-right:10%;
}
.SignUpBriefing p{
	text-align: justify;
	padding-left : 30px;
	padding-right: 30px;
}
.SignUpBriefing img{
	padding-left: 30px;
}

#errorLogin{
	font-weight: bold;
	color : #B00000;
}

.SubscriptionLeft{
	text-align:right;
	font-weight: bold;
	line-height: 30px;
}


.SubscriptionRight{	
	line-height:30px;
}

.SubscriptionLeft div{
	height:24px;
	width: 30%;
}

.CompanyList{
	position:relative;
	top:0px;
	left:0px;
}
.CompanyList span{
	float:left;
	width:200px;
}

h3 {
	clear:both;
}

#NoCommanderFound{
	color:#B00000;
	font-weight:bold;
	display:none;	
}

.underline{
	text-decoration:underline;
}

