#userDialogBlock { width:425px; margin:0 auto; padding:15px; background:#0466a4; display:none; }
.dialogTitle{ font-size:18px; color:#5193c0; }
.dialogForm table { width:80%; margin:0 auto; background:#FFF; padding:5px; }
.dialogForm table td { height:25px; }
.dialogForm label { float:right; margin:0 3px 0 0; font-size:12px; }
.dialogForm input.text { width:150px; height:20px;  border:1px solid #ccc; }
.dialogForm textarea.text { width:150px; height:60px;  border:1px solid #ccc; }
.dialogForm .error { margin:0 3px; font-size:0.7em; font-weight:bold; color:#EA5200; }
.userDialogButtonClose { color:#FFF; text-decoration:none; border-bottom:1px dashed #FFF; }
#formLoading { height:auto; text-align:center; display:none; }
.dialogForm em { font-size:12px; font-weight:normal; display:block; }