input.dayPicker, input.monthPicker, input.yearPicker {
   outline:none;
   border:none;
}
.homeCenterContainer {
   margin-left:300px;
   height:500px;
   width:400px;
} .doobLogo {
   margin-left:-11px;
} .doobLogoImage {
   width:450px;
} .datePickerText {
} .datePicker {
   height:90px;
   font-size:48px;
   margin-top:44px;
} .datePickerButtonContainer {
   float:left;
   height:50px;
   margin-left:110px;
   margin-top:50px;
} .datePickerButton {
} .datePickerButtonImage {
   width:180px; 
   height:40px; 
   font-size:20;
   font-weight:bold;
}
.searchMessage{
   margin-bottom:-27px;
   margin-left:-27px;
   text-align:center;
   width:450px;
}
.validDateMessage {
   color:#E3173E;
   font-size:20px;
   font-weight:bold;
   margin-top:10px;
   margin-left:5px;
   text-align:center;
} 
.monthPickerContainer {
   float:left;
   height:82px;
   width:82px;
   margin-left:26px;
   background-image: url('http://c0239342.cdn.cloudfiles.rackspacecloud.com/52ccc21c-cd9b-491f-85f3-9ccb600516d9-2charfieldlg.png');
} .monthPicker {
   color:#e3173e;
   height:55px;
   width:55px;
   margin-top:12px;
   margin-left:10px;
} .dayPickerContainer {
   float:left;
   height:82px;
   width:82px;
   margin-left:26px;
   background-image: url('http://c0239342.cdn.cloudfiles.rackspacecloud.com/52ccc21c-cd9b-491f-85f3-9ccb600516d9-2charfieldlg.png');
} .dayPicker {
   color:#e3173e;
   height:55px;
   width:55px;
   margin-top:12px;
   margin-left:10px;
} .yearPickerContainer {
   float:left;
   height:82px;
   width:130px;
   margin-left:26px;
   background-image: url('http://c0239342.cdn.cloudfiles.rackspacecloud.com/d05546c0-77ea-4b51-8ddb-83faba98dce0-4charfieldlg.png');
} .yearPicker {
   color:#e3173e;
   height:55px;
   width:113px;
   margin-top:12px;
   margin-left:10px;
} .datePickerLabel1 {
   text-align:center;
   margin-left:28px;
   width:80px;
   float:left;
} .datePickerLabel2 {
   text-align:center;
   margin-left:26px;
   width:80px;
   float:left;
} .datePickerLabel3 {
   text-align:center;
   margin-left:45px;
   width:100px;
   float:left;
} .datePickerLabelDate {
   font-weight:bold;
   font-size:25px;
} .datePickerLabelExample {
   color:gray;
}