﻿.formBody
{
	margin:0;
	padding:0;
}
.formWrapper,
.formWrapper input,
.formWrapper textarea 
{ 
    font-family:Verdana;
    font-size:11px;
    font-weight:normal;
    font-style:normal;
    font-variant:normal;
    color:#333333; 
}
.formWrapper { width:342px; }
.row { padding:2px 2px 5px 2px !important; clear:both;}
.col1 
{
    float:left;
    width:60px; 
    padding:2px;
    padding-left:0; 
    vertical-align:middle;
}
.col1Header { width:auto; }
.col2 { float:left; }
.col2Date { float:right; }
.inputTbx       { width:200px; border:solid 1px #999999; clear:left;}
.inputTbxMulti  { width:340px; border:solid 1px #999999; clear:left; margin-top:-5px;}
.inputAdress    { border:solid 1px #999999; margin:4px 0; clear:left;}
.inputDate      { width:70px; border:none; background-color:#ffffff; text-decoration:underline; }
.buttonWrapper  { padding-top:6px; float:right; clear:left;}

.completeMessage { }
.errorMessage { font-size:10px; font-weight:bold; color:#ff0000; display:inline-block; float:right; clear:left; margin-left:3px; padding-bottom:3px !important;}
.errorSeveral { display:inline-block; clear:right; }
/* Common style properties */
.hidden { display:none; }
.alignRight { text-align:right; }
.valignTop { vertical-align:top; }

/* HIDDEN FROM IE-BROWSERS */
html>body .errorMessage { float:left; }
html>body .errorSeveral { float:left; display:inline-block; clear:right; }
