/*
 * Form elements
 -----------------------*/

.namefloat {
	float:left;
	width:90px;
	height:25px;
}

.namefloat2 {
	float:left;
}


 * User feedback
 -----------------------*/
.yay, .oops     {font-size:.8em;text-align:center;padding:10px;color:#fff;font-weight:700;}
.yay            {background:#090; color:#FFFFFF;}
.oops           {background:#f30; color:#FFFFFF;}
div.error       {font-size:.8em; color:#fff;}


