
body
{
padding:0px;
margin:0px;
width:100%;
height:100%;
height: 100vh;
}

h3
{
	text-align:center;
}

.tr1
{
	text-align:left;
}

.tr2
{
	text-align:center;
}



legend 
{
	background:#fff;
}

table {
    border-collapse: collapse;
}

td
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	width: 10em;
}
input[type=text], 
input[type=password],
input[type=tel],
input[type=number],
input[type=email],
textarea, select
{
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;
    outline: none;
	width:200px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	margin-left:auto;
	margin-right:auto;
}

input[type=date]
{
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;
    outline: none;
	width:200px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin-left:auto;
	margin-right:auto;
}


.td1 {
float: left;
width: 10em;
margin-right: 1em;
text-align: right;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;
}
.myButton:active {
	position:relative;
	top:1px;
}


.myButton1 {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100));
	background:-moz-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-webkit-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-o-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-ms-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100',GradientType=0);
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
}
.myButton1:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00));
	background:-moz-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-webkit-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-o-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-ms-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00',GradientType=0);
	background-color:#ce0100;
}
.myButton1:active {
	position:relative;
	top:1px;
}


.upload_csv
{
	border:2px solid #00bfff;
	border-radius:8px;
	box-shadow:0 0 10px #999;
	background:C0C0C0;
	width:460px;
	padding:20px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	margin-left:auto;
	margin-right:auto;
	top: 125px;
	position: absolute;
z-index:auto;
	left: 120px;
}

.signin2
{
	border:2px solid #00bfff;
	border-radius:8px;
	box-shadow:0 0 10px #999;
	background:C0C0C0;
	width:840px;
	height:470px;
	padding:20px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	margin-left:auto;
	margin-right:auto;
	top: 65px;
	position: absolute;
	z-index:auto;
	left: 240px;
}

.pubview
{
	
	
	width:660px;
	height:70px;
	padding:20px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	margin-left:auto;
	margin-right:auto;
	top: 65px;
	position: absolute;
	z-index:auto;
	left: 260px;
}

.pubviews
{
	border:2px solid #00bfff;
	border-radius:8px;
	box-shadow:0 0 10px #999;
	background:C0C0C0;
	width:1200px;
	height:1700px;
	padding:20px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	margin-left:auto;
	margin-right:auto;
	top: 250px;
	position: absolute;
	z-index:auto;
	left: 10px;
}

.cent1
{
	text-align:center;
	font-family:Helvetica, sans-serif;
	font-size:small;
	width:20px;
}

.busign1
{
	top: 170px;
	position: absolute;
	z-index:auto;
	left:120px;
}

.hasborder { background-color: #fcffaa; }
