@CHARSET "UTF-8";
/* general */

body {
	font-family: "Trebouchet";
	font-size:  16px;
}

a {
	text-decoration: underline;
	color: #444;
	outline: 0px;
}

a:link {
}

a:active {
}

a:visited {
}

a:hover {
	text-decoration: none;
}

.text2 a {
	text-decoration: underline;
	color: #5757D0;
	background: #F6DCAC;
	outline: 0px;
}

.text2 a:hover {
	text-decoration: none;
	background: #F6ECAC;
}

li {
	list-style: none;	
	display: inline;
}

img {
	border: 0px;
}

#download {
	float: right;
	width: 470px;
	background: #ededed;
	padding: 20px;
	margin: 20px 10px 0px 30px;
	border: 1px dotted #999;
}

#plugindd {
	float: left;
	width: 150px;
	background: #ededed;
	padding: 15px;
}

/* */

input, textarea {
	border: 1px solid #ccc;
	font-size: 11px;
	padding: 2px;
	vertical-align: middle;
	text-align: left;
}

input[type="submit"]:hover{
    color: #4291DE;
    border: dotted 1px #444;
}

input[type="submit"]{
    color:  #369;  
    border: dotted 1px #444;
    cursor: pointer;
}

legend 
{
	float: right;
	margin: 14px;
}

label
{
	float: left;
	text-align: left;
	margin: 0.5px;
	display: block
}

label li
{	
	list-style: none;	
	display: inline;
	padding-right: 15px;
}
/* */

.text {
	font-size: 16px;
	color: #333;
}

.text2 {
	font-size: 16px;
	color: #369;
}

.text3 {
	font-size: 12px;
	color: #333;
}

.text3b {
	font-size: 12px;
	color: #369;
}

a.text3b {
	text-decoration: underline;
	color: #369;
}

a.text3b:hover {
	text-decoration: none;
	color: #369;
}

.text4 {
	font-size: 11px;
	color: #333;
}

.line1 {
	float: left;
	width: 900px;
	height: 1px;
	background: #333;
}

.line2 {
	float: left;
	width: 900px;
	height: 12px;
	background: #E5E4EA;
}

.line3 {
	float: left;
	width: 900px;
	height: 3px;
	background: #B1C1C6;
}

#formtop {
	height: 30px;
	margin-right: 20px;
}

#header{
	float: left;
	width: 900px;
}

#logo {
	float: left;
	width: 220px;
	margin-left: 50px;
	margin-top: 5px;
}

#menu1 {
	float: left;
	width: 640px;
	height: 10px;
	margin: 5px 10px 0 10px;
	padding: 10px;
	background: #ddd;
	font-size: 11px;
	text-align: left;
	border-top: 1px dashed green;
}

#menu2 {
	float: right;
	width:  160px;
	height: auto;
	background: #E7DDC9;
	border: 1px solid red;
	padding: 10px;
	text-align: center;
	margin: 10px;
	font-size: 14px;
}

#menu2_high {
	float: right;
	width:  1px;
	height: 500px;
}

#register {
	float: right;
	width: 860px;
	height: 14px;
	margin: 0 10px 0 10px;
	padding: 10px;
	background: #ddd;
	font-size: 12px;
	text-align: center;
}

/* */

#globalcontainer {
	width: 900px;
	height: auto;
	margin: 10px auto 10px auto;
	text-align: left;
	background: #fff;
}

#content {
	float: left;
	width: 900px;
	height: auto;
}

.footermenu {
	float: right;
	width: 300px;
	font-size: 12px;
	color: #999;
	text-align: right;
	margin-bottom: 20px;
}

.footermenu a {
	color:#777;
}

#info {
	float: left;
	width: 660px;
	margin: 10px;
	font-size: 14px;
}

.box {
	float: left;
	width: 658px;
	background: #eee;
	margin-bottom: 10px;
	border-left: 1px dotted green;
	border-right: 1px dotted green;
	border-bottom: 2px solid grey;
}

.entry{
	margin: 10px;
	font-size: 14px;
}

#firefox{
	float: right;
	width: 100px;
	height: 100px;
	background: url(../img/firefox.png) no-repeat;
	opacity: 0.8;
	position: relative;
	text-align: right;
	margin: 20px;
}

.form{
	margin: 0px;
	border-bottom: 1px dashed grey;
	background: #E1E8E1;
}

.formtext {
	width: 300px;
	margin: auto;
	font-size: 12px;
	color: #333;
	padding: 5px;
	text-align: right;
	line-height: 15px;
}

.titleform {
	float: left;
	width: 658px;
	text-align: left;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	background: #D1DECC;	
}

.titleformtext {
	margin-left: 10px;
}

.error{
	margin-left: 10px;
	font-size: 14px;
	color: red;
}

#rightcolumn {
	float: right;
	width: 190px;
	height: 400px;
	margin-right: 10px;
}

#paypal{
	float: left;
	width:  180px;
	text-align: center;
	outline: 0px;
	background: #D1DECC;	
	border: 1px dotted green;
}

#google{
	float: left;
	width:  180px;
	height: 145px;
	text-align: center;
	outline: 0px;
	margin-top: 10px;
	border: 1px dotted green;
}

#hosted {
	float: left;
	width: 100px;
}

.row1{
	background: #D3F1D8;
}

.row2{
	background: #ccc;
}

.col1{
	width: 200px;
	background: #D3F1D8;
}

.col2{
	width: 200px;
	background: #ccc;
}
