
/**************************
 CSS Rules Common to Forms
***************************/

label, input
{
    display: block;
}

legend
{
	padding: 10px;
}

label
{
	color: #8780ad;	
}

.text-input
{
	width: 275px;
    border: 1px solid #8780ad;
    padding: 3px;
    margin-bottom: 10px;
}

fieldset
{
    border: 1px solid #8780ad;	
    padding: 20px;
}