@charset "UTF-8";

html, body {
height: 100%;
}

body {
	color: #666666;
	font-family: 'trebuchet ms',verdana,arial,sans-serif;
	font-size: 11pt;
	margin: 0px 0px 0px 0px;
	background-image: url(/images/two-tone-bg.gif);
	background-repeat: repeat-x;
	background-color: #333333;
	
}

h2 {
  font-weight: normal;
}

table {
  font-size: 100%;
}

code {
  font-size: small;
}

a {
	color: #68acf1;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
  color: #68acf1;
}

a:hover {
	text-decoration:underline;
}

div#header {
	
}
div#header .inner
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}



div#content {
	width: 100%;

}

div#content .inner
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}



div#main-content
{
	/*
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFF;
	*/
	
	width: 18em;padding: 20px;margin:0 auto;
    background:#E6E6E6;color:#000
}

div#container
{
	height: 100%;
	
	background-image: url(/images/fire-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;	
}

.lighter {
	
	font-weight: lighter;
}

.bigger {
	font-size: 10px;
	font-weight: bold;
}

h1 {
	font-size: 32px;
	font-weight: lighter;
	
}

strong {
	color: #000;
	
}


div#box{width: 700px;padding: 20px;margin:0 auto;
    background:#FFF; margin-top: 75px;}
	
	
div#info { font-size: 10px; text-align: center;}
div#info a {font-size: 10px; font-weight: normal;}
	
div#get-it-now{width: 200px;padding: 5px;margin:0 auto;
    background:#dd5500; margin-top: 75px;}


div#get-it-now a {color: #FFF;}
div#get-it-now .inside { background-color: #ff8811; padding: 10px; text-align: center; margin-left: auto; margin-right: auto;}

input {
background: rgb(221, 221, 221);
border: 1px solid rgb(0, 0, 0);
height: 16px;
line-height: 16px;

}

.fillBox
{
	width: 100%;
}

input.large
{
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 4px;
}

input[type="file"]{
width: 200px;

}
/*** new styles **/
input[type="button"] {
	  background:#f5f5f5;
  border:1px solid #aaa;
  border-top:1px solid #ddd;
  border-left:1px solid #ddd;
  padding: 2px;
  width: 12em;
}
input[type="button"]:active {
  border:1px solid #aaa;
  border-bottom:1px solid #ccc;
  border-right:1px solid #ccc;
}
input[type="submit"] {
	  background:#f5f5f5;
  border:1px solid #aaa;
  border-top:1px solid #ddd;
  border-left:1px solid #ddd;
  padding: 2px;
  width: 12em;
}
input[type="submit"]:active {
  border:1px solid #aaa;
  border-bottom:1px solid #ccc;
  border-right:1px solid #ccc;
}

