﻿/*------------------------------
  GLOBAL
-------------------------------*/

body {
	background: #ebeaee;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
}

h4 {
	color: #999;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	text-align: center;
}

/*------------------------------
  INFORMATION
-------------------------------*/

#information {
	color: #ff0000;
	margin-bottom: -14px;
	text-align: center;
}

/*------------------------------
  CONTAINER
-------------------------------*/

#container {
	background: url('../images/background.jpg') no-repeat bottom left;
	height: 402px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	width: 380px;
}

#container h1 {
	background: url('../images/header.jpg') no-repeat;
	height: 85px;
	text-indent: -9999px;
	width: 380px;
}

/*------------------------------
  FORM
-------------------------------*/

form {
	margin: 0px auto;
	width: 300px;
}

form fieldset {
	border: none;
	margin: 0px auto;
	padding: 0px;
}

form fieldset h2 {
	color: #fff;
	font-size: 24px;
	letter-spacing: -1px;
	margin: 0px;
	padding-bottom: 10px;
}

form fieldset label {
	color: #172433;
	display: block;
	font-size: 16px;
	padding-bottom: 5px;
	padding-top: 10px;
}

form fieldset ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

form fieldset #options {
	bottom: 49px;
	left: 36px;
	position: absolute;
	width: 175px;
}

form fieldset #options #encrypt {
	margin: 0px;
}

form fieldset #options #encrypt input {
	float: left;
}

form fieldset #options #encrypt label {
	font-size: 14px;
	padding-top: 2px;
	text-indent: 3px;
}

form fieldset #options #ssl {
	background: url('../images/padlock.gif') no-repeat;
	height: 23px;
	margin: 0px 2px;
	padding-top: 3px;
}

form fieldset #options #ssl a {
	color: #172433;
	font-size: 14px;
	padding-left: 21px;
	text-decoration: none;
}

form fieldset #submit {
	bottom: 97px;
	left: 261px;
	position: absolute;
}

form fieldset #submit input {
	background: url('../images/button.gif') no-repeat bottom center;
	border: 0px none;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	height: 38px;
	position: absolute;
	width: 80px;
}

form .textBox {
	background: #8898b2;
	border: 2px solid #fff;
	color: #fff;
	font-size: 20px;
	height: 25px;
	padding: 3px;
	width: 291px;
}

