
.formpush
{
	margin: 0px 0px 15px 0px;
}

input.uploadform
{
	width: 100px;
	height: 30px;
	color: #666666;
	background-color: aqua;
}

input.tag
{
	width: 75px;
	height: 30px;
	color: #666666;
	font-size: 100%;
	color: #666666;
}

input.avatar
{
	width: 450px;
	height: 30px;
	color: #666666;
	font-size: 100%;
	margin: 0px 0px 10px 0px;
}

select.avatarsize
{
	xwidth: 450px;
	height: 30px;
	color: #666666;
	font-size: 100%;
	margin: 0px 0px 10px 0px;
}

textarea.avatar
{
	width: 450px;
	height: 75px;
	color: #666666;
	font-size: 100%;
	margin: 0px 0px 10px 0px;
}




/* $$$$$$$$$$$$$$$$$$$$$$ css buttons */

button { 
  border:0; 
  cursor:pointer; 
  font-weight:bold; 
  padding:0 20px 0 0; 
  text-align:center; 
}
button span { 
  position:relative; 
  display:block; 
  white-space:nowrap; 
  padding:0 0 0 20px; 
}

/*blue buttons*/
button.submitBtn { 
  background:url(../images/btn_blue_right.gif) right no-repeat; 
  font-size:1.3em; 
}

button.submitBtn span a { 
  color: #ffffff;
  text-decoration: none;
}


button.submitBtn span { 
  height:50px; 
  line-height:50px;
  background:url(../images/btn_blue_left.gif) left no-repeat;
  color:#fff; 
}
button.submitBtn:hover {
	background:url(../images/btn_blue_right_hover.gif) right no-repeat; 
}
button.submitBtn:hover span {
	background:url(../images/btn_blue_left_hover.gif) left no-repeat; 
}















