A:link {text-decoration: none; color: #1d7cea;}
A:visited {text-decoration: none; color: #1d7cea;}
A:active {text-decoration: none; color: #1d7cea;}
A:hover {text-decoration: underline; color: #1d7cea;}


body{
background-color: #b1e0ff;
background-image: url("../images/bg.jpg"); 
background-repeat:no-repeat;
background-position: center top;
}

* {
padding: 0;
margin: 0;
}

.text {
	font-family: "Tahoma";
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #1a1917;
	text-decoration: none;
	}

.textWhite {
	font-family: "Tahoma";
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	}

/* Begin Sign Up Form */

div.form { 
	margin: 0px 0px 0 0;
	
}

.form table {
	font-family: "Tahoma";
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
}

.form .textbox {
	width: 180px;
	margin-left:10px;
	padding: 4px 4px 4px 4px;
}
.form .dropdown {
	margin-left: 5px;
}
.cssbutton{
background-color: #ff9800;
border: 2px #0d4287 outset;
padding: 5px 4px;
color: #000000;
text-decoration: none;
font: bold 14px "Tahoma", "Trebuchet MS", Verdana, Helvetica, sans-serif;
padding: 10px 10px 10px 10px; 
}

.cssbutton:link{
color: #000000;
}

.cssbutton:visited{
color: black;
}

.cssbutton:hover{
border-style: inset;
background-color: #ff9800;
color: white;
text-decoration: underline;
padding: 10px 10px 10px 10px;  /*shift text 1px to the right and down*/
}

.cssbutton:active{
color: black;
}


/* End Sign Up Form */
