/* table */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a:link { color:#7FC9FF; text-decoration:none; font-weight:bold; }
a:visited { color:#7FC9FF; text-decoration:none; font-weight:bold; }
a:active { color:#7FC9FF; text-decoration:hover; font-weight:bold; }
a:hover  { color:#DDDD00; text-decoration:underline; font-weight:bold; }
html {
	height: 100%;
	margin:0px;

}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size:1em;
	color: #EFEFEF !important; 
    min-height: 100%;
    margin:0px;
	background-color: #012E3D;
	background-position:center;
	background-image:url('sp.jpg');
    background-position:center;
    background-repeat:no-repeat;
    background-size: cover;
	background-attachment: fixed	
}
.box {
	font-family: Verdana, Geneva, sans-serif;
	font-size:1em;
}
#box2 {
	table-layout: auto;
	width: 500px;
	border-color: White;
	border-width: 2px;
	border-style: solid;
	border-radius: 5px;
}
#error {
	font-size:0.9em;
	color: red;
	font-weight: bold;
}
.box3 {
	table-layout: auto;
	width: 500px;
	border-color: White;
	border-width: 2px;
	border-style: solid;
	border-radius: 5px;
}
.box4 {
	table-layout: auto;
	width: 500px;
	border-color: White;
	border-width: 2px;
	border-style: solid;
	border-radius: 5px;
}
.resultbox {
	display: table;
	margin-right: auto;
	margin-left: auto;	
	font-family: Verdana, Geneva, sans-serif;
	font-size:1em;	
	width: 500px;
	border-color: White;
	border-width: 2px;
	border-style: solid;
	border-radius: 5px;
}
.dp {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
}
#currentDP {
	font-size:1.5em;
	color: #FF9335;
	font-weight: bold;
}
.effectdp {
	font-family: Verdana, Geneva, sans-serif;
	font-size:1em;	
	position: relative;
	display: inline-block;
	height: 20px;

	left:-50px;
	top:-395px;
}
#effecterror {
	display: inline-block;
	position: relative;
		width:400px;
	  left:40px;
	top:-525px;
	color: red;
	font-weight: bold;
}
.selvip {
	font-size:1em;
	width:60px;
	background:#fff;
	color:#000;
	display:inline;
	position: static; 
	white-space: nowrap;
}
select {
  font-size:1em;
  width:100px;
  background:#fff;
  color:#000;
  position: relative;
  display:block;
  left:200px;
  top:-20px;
}
.small {
	font-size:0.7em;
	font-weight: bold;
}
.button {
	font-size:1em;
    background-color: #FFFFFF;
    color: #000000;
    border: none;
    border-radius: 10px;
	padding:15px;
}



