/* form popups */
.formPopup
{
width: 250px;
}
.formPopup form,
.formPopup .ctrlUnit
{
margin: 5px auto;
}
.formPopup .ctrlUnit
{
}
.formPopup .textCtrl,
.formPopup .button
{
width: 180px;
}
.formPopup .ctrlUnit dt label
{
display: block;
margin-bottom: 2px;
}
.formPopup .submitUnit dd
{
text-align: center;
}