@CHARSET "UTF-8";

#profile {
	width: 100%;
	margin: auto;
}

#profile div {
	display: block;
}

#profile h2 {
	text-align: left;
}

#profile .column {
	width: 30%;
	text-align: center;
}

#profile .column ul li {
	text-align: left;
}

#profile ul {
	list-style: none;
}

#profile #explanation {
	width: 40%;
}

span.applicationkey {
	font-weight: bold;
}

#xhr_configuration {
	padding-left: 10px;
	padding-right: 10px;
}

#xhr_configuration h1 {

}

#xhr_configuration h2 {
	vertical-align: baseline;
}

#xhr_configuration pre {
	margin-left: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
}

div#xhr_configuration {
	margin-left: 20px;
	margin-bottom: 12px;
	margin-right: 20px;
}

#DomainNameLists {
	margin-top: 12px;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

#xhr_configuration button {
	width: 140px;
}

#xhr_configuration .column {
	width: 49%;
	text-align: left;
	float: left;
	text-align: center;
	margin: 8px 4px 4px 4px;
	padding-bottom: 8px;
	height: 100%;
}

.box {
	border: 1px solid Gainsboro;
}

#xhr_configuration .column h2 {
	text-align: center;
}

#xhr_configuration .column .intro {
	float: none;
	height: 62px;
	font-size: 90%;
}

#DomainNameLists ul {
	border: 1px solid Gainsboro;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	padding-left: 8px;
}

#DomainNameLists ol {
	margin-left: 50px;
	width: 360px;
}

.box .demo {
	border: none;
}

#DomainNameLists h3 {
	padding-top: 10px;
	padding-bottom: 4px;
	margin-left: 16px;
	margin-right: 16px;
}

#DomainNameLists li a {
	font-size: 11px;
	float: right;
}
#DomainNameLists li span {
	
	width:88%;
	float:left;
	display:block;
}

#DomainNameLists .profile form {
	padding-top: 1.3em;
	padding-bottom: 1em;
}

.profile input[type:text], .profile input[type:password], .profile button {
	background-color: white;
	border-width: 1px;
	width: 160px;
}

.profile input:hover {

}

.profile button:hover {
	background-color: #FBD13B;
}