﻿body {
}
div.namevalue{
/*Brasada has a width of 730px*/

/* The calendar popups have no 'layout' inherent to them so its parent div needs to compensate.  */
/* Both margins need to be cleared so that the text fields don't try sharing a line. (clear:both)*/
/* display:block removes relative positioning and allows the popup to float over other elements*/
   clear:both;
   display:block;   
   width:730px; 
   margin-left:25px;
   margin-top:1px;
}
.textinput{
   width:180px;
   background-color:White;
   padding:5 0 5 0;
}
.labelinput{
    clear:left; /*Other floating elements are not allowed to the left*/
    float:left; /*Position inside another element*/
    width:160px;
    margin-right:20px;
}
.checkEmail{
}
.chkFlexDates{
   margin-left:178px;
}

