body {
  font: 12px/20px 'Lucida Grande', Verdana, sans-serif;
  background-color: #000105;
  background-image:url('../img/background.jpg');
  background-repeat:no-repeat;
  background-position:center top;
  margin:0px;
  padding:0px;
}

p {
	font-family:Tahoma, Geneva, sans-serif;
	color:#82A8CE;
	font-size:14px;
	padding:0px;
	margin-top:10px;
	margin-bottom:10px;
}

.error_txt {
	color:red;
	font-weight:bold;
}

.happy_txt {
	color:green;
	font-weight:bold;
}

li {
	font-family:Tahoma, Geneva, sans-serif;
	color:#82A8CE;
	font-size:14px;
}

hr {
	padding:0px;
	margin:5px;
}

h1, h2, h3, h4, h5, h6 {
	margin-top:4px;
	margin-bottom:8px;
	padding:0px;
	color:#5A627F;
	font-family:sans-serif, Geneva, Verdana;
}

h1 { font-size:28px; }
h2 { font-size:24px; }
h3 { font-size:20px; }
h4 { font-size:16px; }
h5 { font-size:15px; }
h6 { font-size:14px; }

#page_title {
	font-size:30px;
}

.img_right {
	float:right;
	padding:8px;
}
.img_left {
	float:left;
	padding:8px;
}

.last_mod {
	float:right;
	font-family:"Courier New", Courier, monospace;
	font-size:10px;
}

a{
	text-decoration:none; 
	color:#C3CCEA;
	-o-transition: border 0.3s, background 0.3s, color 0.3s;
	-ms-transition: border 0.3s, background 0.3s, color 0.3s;
 	-moz-transition: border 0.3s, background 0.3s, color 0.3s;
	-webkit-transition: border 0.3s, background 0.3s, color 0.3s;
}

a:hover{
	color: #C3CCEA;
	text-decoration:underline;
}

h1{
	display:block;
	text-align:center;
}

#header h1 {
	color:#B6B8E3;
	font-size: 12px;
}

#header {
	padding-top: 30px;
	margin:0 auto;
}

#footer {
	text-align:center;
	color:#B6B8E3;
}

#bg {
	position:relative;
	width:100%;
	z-index:-1;
	top:0px;
}

#content {
	width:800px;
}

.text-quote {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:5px;
	margin-right:5px;
	padding:8px;
    border-left:2px solid #181818;
	color:gray;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
}

/*** Reset Input Style***/

input {
  font-size: 10px;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*** The Main Box ***/

.dark-box {
  width: 300px;
  margin: 40px auto 50px auto;
  padding: 18px 20px;
  background: #1E2E48;
  background-image: -webkit-radial-gradient(cover, #294877, #1B273C);
  background-image: -moz-radial-gradient(cover, #294877, #1B273C);
  background-image: -o-radial-gradient(cover, #294877, #1B273C);
  background-image: radial-gradient(cover, #294877, #1B273C);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px #000;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px #000;
  border: 2px solid #172b4e;
  border-bottom-color: #142647;
  border-radius: 3px;
}

.dark-box h1 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
  color: #5A627F;
  text-align: center;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.6);
}

.dark-box h2 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: rgba(104, 116, 132, 0.58);
  text-align: center;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.6);
}

.dark-area {
  width: 280px;
  height: 100px;
  margin-bottom: 10px;
  padding: 0 9px;
  text-shadow: 0 1px black;
  color: #fff;
  background: #2b3e5d;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.2);
  border: 1px solid #15243b;
  border-top-color: #0d1827;
  border-radius: 4px;
}

.dark-input {
  width: 100%;
  height: 37px;
  margin-bottom: 10px;
  padding: 0 9px;
  text-shadow: 0 1px black;
  color: #fff;
  background: #2b3e5d;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.2);
  border: 1px solid #15243b;
  border-top-color: #0d1827;
  border-radius: 4px;
}

.dark-input:focus {
  background-color: #3B435F;
  -webkit-box-shadow: inset 0 1px 2px #000, 0 0 4px 1px #725C5C;
  box-shadow: inset 0 1px 2px #000, 0 0 4px 1px #725C5C;
}


.dark-submit {
  display: block;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #294779;
  line-height:40px;
  text-align: center;
  background: #adcbfa;
  background-clip: padding-box;
  background-image: -webkit-linear-gradient(top, #d0e1fe, #96b8ed);
  background-image: -moz-linear-gradient(top, #d0e1fe, #96b8ed);
  background-image: -o-linear-gradient(top, #d0e1fe, #96b8ed);
  background-image: linear-gradient(to bottom, #d0e1fe, #96b8ed);
  -webkit-box-shadow: inset 0 1px #000, inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px #000, inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
  border: 1px solid #284473;
  border-bottom-color: #223b66;
  border-radius: 4px;
  cursor: pointer;
}

.dark-submit:active {
  background: #B4B7BF;

}

.dark-submit  a {
  color: #294779;
  line-height:35px;
}