html {
	min-height:100%;
	height: 100%;
	position:relative;
}

body
{
	font-family: Arial, sans-serif;
	margin: 0 auto;
	min-height:99%;
	height:99%;
	background: #f3f3f3 url('images/background.jpg') repeat-x top left;
}

H1, .header_text h1 a{
	color: #666;
	font-family; "Times New Roman", serif;
	font-size: 1.4em;
}

A:link, A:visited, A:active {
	color:#666;
	text-decoration: none;
	font-weight:bold
}

A:hover {
	color:#222222;
	text-decoration: none
}

#container{
	width: 1000px;
	background: transparent url('images/ff.png') no-repeat top right;
	margin-top: 70px;
	margin-left: auto; margin-right: auto;
}


.header{
	height: 20px;
}

.header_text{
	width: 730px;
	float:left;
}

.content{
	padding-top: 80px;
}

#log { 
	background-color: eeeeee; 
	padding: 10px; 
	opacity: .9;
	margin-left: 30px; 
	margin-right: 30px; 
	overflow:scroll; 
	height: 380px; 
}
 
#footer { 
	width: 99%; 
	font-size:0.8em; 
	padding: 10px 10px 10px 0;
} 

#noscript {
	position:fixed;
	width: 70%;
	height: 20%;
	top:30%;
	left:15%;
	color: red;
	background-color: #eeeeee;
	padding-top: 10%;
	z-index:20;
}

.form {
	padding-top: 20px;
}

.formfield {
	float: left;
	min-width: 200px;
	margin-bottom: 10px;
	font-family; "Times New Roman", serif;
	font-weight: bold;
	color: #666;
	}

.formvalue {
	margin-bottom: 10px;
	}

input {
	border: 1px solid #666;
	padding: 0.2em 0.4em 0.1em 0.4em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(checkbox.gif) no-repeat;
	display: block;
	float: left;
}

.select {
	position: absolute;
	width: 158px;
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(select.gif) no-repeat;
	overflow: hidden;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.select {
		margin-left: 200px;
	}
}


.button {
	width: 130px;
	height: 30px;
	color: #fff;
	font: 14px arial,sans-serif;
	background: url(submit.gif) no-repeat;
        overflow: hidden;
	padding: 0 30px 3px 10px;
	text-align: left;
}

th {
	text-align: left;
	font-size: 1.2em;}

.helplink, .advanced {
	font-weight:bold;
	text-decoration:none;
	font-size:1.1em;
	margin-top: 5px;
}

.suboptions .formfield {
	padding-left: 2em;
	margin-right: -2em;
	font-size: 85%;
}

.helptext {
	background-color:#F8F8F8;
	display:block;
	font-size:0.9em;
	margin:10px 10px 10px 230px;
	padding:10px;
	z-index:10;
}

.languageselect{
	color: #666;
	width: 210px;
	float:right;
	padding: 10px;
	top:10px;
	right:10px;
	background: white; 
	opacity: .95;
	text-align:center;
	border: 1px dashed #999;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9ppx;
}

#packages_category{
	width: 100%;
	background-color: #dddddd;
	margin: 5px 0 5px 0;
	padding: 7px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4ppx;
	cursor:pointer;
}

.packages_table{
	width:100%;
}

