
body, .Main {
   margin:0px;
   padding:0px;
   overflow: hidden;
}

div:focus, img:focus, h1:focus, h2:focus, h3:focus, h4:focus {
    outline: none !important;
}

.myButton {
	background-color:#b0b0b0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	padding:6px 13px;
	text-decoration:none;
}
.myButton:hover {
	background-color:#5cbf2a;
}
.myButton:active {
	position:relative;
	top:1px;
}


.bgr {
	position: absolute;
	width: 100%;
	height: 100%;
}

.effc {
	position: absolute;
}

.effc .dt {
	position: absolute;
}

.content {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}

.content p {
	margin-bottom: 0px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
}

.content a, .content a:active, .content a:visited {
	color: #666;
	text-decoration: none;
}

.content a:hover {
	text-decoration: underline;
	color:#f5760f;
}


.cont {
	position: absolute;
	width: 480px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	top: 50%;
	left: 50%;
  /* bring your own prefixes */
  -webkit-transform: translate(-50%, -50%); /*for Safari in Windows*/
  transform: translate(-50%, -50%);
}

.secti {
	background-color: #ededed;
	padding: 10px;
	border: 1px solid #333333;
	margin-top: 10px;
}

.secti h3 {
	-webkit-margin-before: .6em;
	    -webkit-margin-after: .6em;
}
.dotsNum {
	margin-bottom: 20px;
}
.inputTxtInfo {
	float: left;
	margin-left: 110px;
	margin-right: 20px;
}
.inputNum {
	float: left;
}
.submitNum {
	float: left;
	margin-left: 20px;
}

.logoutBtn {
	display: block;
	padding: 5px 10px;
	background-color:#999999;
	color:#ffffff;
	text-decoration: none;
	width: 160px;
	margin: 10px auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
}


@media screen and (min-width: 300px) and (min-height: 200px) {
	
	.content {
		left: 1%;
		top: 0px;
		width: 98%;
	}
	
	.content .logo {
		width: 100px;
		height: auto;
	}
	
	.content p {
		font-size: 13px;
		-webkit-margin-before: 0.2em;
		-webkit-margin-after: 0.2em;
	}
	.content .soc { font-size: 12px;}
	.copyr { font-size: 11px; }
}

@media screen and (min-width: 300px) and (min-height: 380px) {
	
	.content {
		left: 2%;
		top: 10px;
		width: 96%;
	}
	
	.content .logo {
		width: 220px;
		height: auto;
	}
	
	.content p {
		font-size: 16px;
		-webkit-margin-before: 1em;
		-webkit-margin-after: 1em;
	}
	.content .soc { font-size: 13px;}
	.copyr { font-size: 11px; }
}

@media screen and (min-width: 440px) and (min-height: 440px) {
	
	.content .logo {
		width: 300px;
		height: auto;
	}
	
	.content p {font-size: 18px;}
	.content .soc { font-size: 13px;}
	.copyr { font-size: 11px; }
}


@media screen and (min-width: 700px) and (min-height: 600px) {
	
	.content {
		left: 40px;
		top: 20px;
		width: 600px;
	}
	
	.content .logo {
		width: 500px;
		height: auto;
	}
	
	.content p {font-size: 22px;}
	.content .soc { font-size: 14px;}
	.copyr { font-size: 12px; }
}

@media screen and (min-width: 960px) and (min-height: 740px) {
	
	.content {
		left: 135px;
		top: 90px;
		width: 614px;
	}
	.content .logo {
		width: 554px;
		height: auto;
	}
	.content p {font-size: 24px;}
	.content .soc { font-size: 15px;}
	.copyr { font-size: 12px; }
}





.sizeIm {
	display: none;
}

