﻿

.tituloLabel
{
font-weight:bold;
margin:5px;
    font-family:Garamond;
    font-size:20px;    
    color:#005A51;
}



.roundDateTextBox
{
    font-family:Garamond;
    font-size: 18px;    
    color:#005A51;
    margin:5px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border:1px solid rgb(169, 169, 169);
    width:100px;
    height:25px;
            
}
.roundDateTextBox:focus
{
    border:1px solid #A9A9A9;
}

.dropDownGuests
{
    font-family:Garamond;
    font-size:20px;    
    color:#005A51;
    margin-top:5px;
    text-align: center;
    border-radius: 4px;
    height:31px;
    margin:5px;
}
        
.nextStepButton
{
    text-align: center;
    border-radius: 4px;
    border:1px solid #A9A9A9;
    height:40px;  
    font-family:Garamond;
    font-size:20px;    
    color:#005A51;
    font-weight:bold;
    margin:5px;
}