#titleArea{
	width:96%;
	margin:0 auto;
}

#contents {
	margin:0 auto;
	width:96%;
	max-width:900px;
	text-align:left;
	background-color:transparent;
}

.randamNumbarWidth{
	width:100%;
}

#randamNumbarTable1st{
	background-color:#E3E3E3;
	padding:2px;
}

#randamNumbarTable2nd{
	background-color:#C9C9C9;
	padding:2px;
}

#randamNumbarTable3rd{
	background-color:#E3E3E3;
	padding:2px;
}

#randamNumbarTable4th{
	background-color:#C9C9C9;
	padding:2px;
}

#randamNumbarTable1stwithGuide{
	background-color:#E3E3E3;
}

#randamNumbarTable2ndwithGuide{
	background-color:#C9C9C9;
}

#randamNumbarTable3rdwithGuide{
	background-color:#E3E3E3;
}

#randamNumbarTable4thwithGuide{
	background-color:#C9C9C9;
}

.randamNumberBox{
	float:left;
	margin:10px 10px 0 0;
}

.randamNumberBoxRadius{
	border:1px solid #CCC;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	text-align:center;
	padding:0px 0;
	margin:0px;
	background-color: #ffffff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.randamNumberBoxRadius p {
	font-size:x-large;
}

.randamNumberBoxGuideNone{
	background-color: #f3f3f3;
}

.randamNumberBoxGuideRow{
	background-color: #eb790e;
	color:#FFF;
	text-align:center;
	vertical-align:middle;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.randamNumberBoxGuideCol{
	background-color: #208ba1;
	color:#FFF;
	width: 10px;
	text-align:center;
	vertical-align:middle;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.formBoxFloat:nth-of-type(1){
	min-width:170px;
}

.passlogic_css_text {
	width:98%;
}

#domain_select{
	width:100%;
	margin-top:2px;
}

#domain {
	width: 100%;
}

#adpassword {
	width:98%;
}

.passlogic_css_password{
	width:156px;
}

.passlogic_css_submit {
	width:100%;
}

.passlogic_css_password ~ .passlogic_css_submit {
	width:126px;
}
.secured{
	text-align:right;
	font-size:10px;
	color:#bbb;
	margin:1px 0;
}

/* soft key */
#softkey{
	margin:15px 0 0 3px;
}

.keyboardNum{
	width:50px;
	height:50px;
	background-color:#787777;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	position:relative;
	border: 1px solid #999999;
}

.keyboardNumInner {
	position:absolute;
	top:-3px;
	left:-3px;
	width: 50px;
	height: 50px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #999;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d2d2d2');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d2d2d2')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #ffffff, #d2d2d2);
	background-image: -ms-linear-gradient(top, #ffffff, #d2d2d2);
	background-image: -o-linear-gradient(top, #ffffff, #d2d2d2);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#d2d2d2));
	background-image: -webkit-linear-gradient(top, #ffffff, #d2d2d2);
	background-image: linear-gradient(top, #ffffff, #d2d2d2);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	font-size:xx-large;
	padding:10px 0 0 0;
	cursor: pointer;
	user-select:none;
	-moz-user-select:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
}

.keyboardNumInner p {
	font-size:42px;
}

.numbar{
	display:block;
	width:50px;
	height:50px;
	float:left;
	margin:0 10px 0 0;
	padding:0 0 10px 0;
}

.delBox{
	width:80px;
	height:60px;
	background-color:#121212;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	position:relative;
}

.delBoxInner {
	position:absolute;
	top:-2px;
	left:-2px;
    width: 80px;
    height: 60px;
	padding:8px 0 0 0;
    text-align: center;
	background-color: #ffffff;
	border: 1px solid #a09f9f;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#757575', endColorstr = '#141414');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#757575', endColorstr = '#141414')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #757575, #141414);
	background-image: -ms-linear-gradient(top, #757575, #141414);
	background-image: -o-linear-gradient(top, #757575, #141414);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#757575), to(#141414));
	background-image: -webkit-linear-gradient(top, #757575, #141414);
	background-image: linear-gradient(top, #757575, #141414);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	font-size:xx-large;
	color:#ffffff;
	cursor: pointer;
	user-select:none;
	-moz-user-select:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
}

.del{
	display:block;
	width:81px;
	height:54px;
	float:left;
	margin:0 10px 10px 0;
}

.board {
	border:1px solid gray;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-collapse:separate;
	background-color:white;
	text-align: left;
	margin: 2px;
	padding: 5px;
}