﻿/* form row */

div.formRow { margin-bottom: 10px; }

/* form action */

div.formAction input.btn, div.formAction a.btn { margin-right: 5px; float: left; }

div.formAction p.other
{
	margin: 0;
	padding: 5px 0 0 0;
	float: left;
	color: #888;
}

div.formAction p.other a
{
	color: #888;
	text-decoration: underline;
}

div.formAction p.other a:hover
{
	color: #800;
	text-decoration: none;
}

div.formActionCenter input.btn, div.formActionCenter a.btn
{
  margin: 0 auto;
  float: none;
}

div.formAction input.btnRight, div.formAction a.btnRight { float: right; }