@charset "UTF-8";
/* CSS Document */

body {
      background-color: #000099;
      font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
      color : #FFFFFF;
      margin: 0px; 
	  font-size: 12px;
      }
	  
a {
	color:#FC0;
}
	  
#container
{
	margin: auto;
	width: 1200px;
	height: 1000px;
}

#header
{
text-align:centre;
width:800px;
}


#content
{
	postition:left;
	margin:auto;
	background-image: url(../images/BettaMilk.gif);
	background-position:top right;
	background-repeat:no-repeat;
	}

#formbox {
	position:relative;
	top:440px;
	left:675px;
	width:275px;
	height:1000px;
}


input[type="text"] {
	background:rgba(255, 255, 255, 0.75);
	width:100%;
	border:1px dotted #fff;
	color:#04019A;
}



textarea {
	background:rgba(255, 255, 255, 0.05);
	width:100%;
	height:185px;
	border:none;
	font-size: 40px;
	color:#BBB;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	resize:none;
	overflow:auto;
	line-height:37px;
	font-weight:bold;
	text-transform:uppercase;
}

.remChars {
	color:#BBB;
	font-size:10px;
	margin-top:2px;
	}

.remChars input {
	background:rgba(255, 255, 255, 0);	
	border:none;
	width:20px;
	color:#BBB;
}

.error_strings{ 
font-size:10px;
color:#FC0;
}

.smalltext{ 
font-size:10px;
color:#FFF;
font-style:italic;
}

