
.birthday_bg
{
    background-image: url('../images/birthday_bg.jpg');
    height: 480px;
    width: 640px;
}
.form_font
{
    font-family: sans-serif, Tahoma, Arial, Candara;
    font-size: 14px;
    font-weight: bold;
    color: #dc4f94;
    text-align: right;
}
.form_font2
{
    font-family: sans-serif, Tahoma, Arial, Candara;
    font-size: 12px;
    font-weight: bold;
    color: #dc4f94;
    text-align: right;
    font-style: italic;
}
.formbox
{
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #dc4f94;
    background-color: #fed6e7;
    border: 2px solid #f28abc;
    height: 20px;
    width: 141px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #CCC inset, 0 1px 0 #FFF; /* box-shadow: 0 1px 1px #CCC inset, 0 1px 0 #FFF;*/
    padding: 3px;
}
.Label_style
{
    font-family: sans-serif,Tahoma,Arial,Candara;
    font-size: 15px;
    color: #DC4F94;
    text-align: right;
}
.datebox
{
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #dc4f94;
    background-color: #fed6e7;
    border: 2px solid #f28abc;
    height: 20px; /*width: 141px;*/
}

.combobox
{
    font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #FF6666;
    background-color: #fed6e7;
    border: 2px solid #f28abc;
    height: 20px; /*width: 140px;*/
}


#mysubmit
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    font-size: 80%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    width: 210px;
    height: 20px;
    vertical-align: bottom;
    color: #dc4f94;
    background-image: url('../images/bg_button.gif');
    background-repeat: repeat-x;
}

.heading_view
{
    font-family: sans-serif, Tahoma, Arial, Candara;
    font-size: 14px;
    font-weight: bold;
    color: #FF6699;
    text-align: center;
    line-height: 25px;
    border: 1px solid #FFFFFF;
}

.text_month
{
    font-family: Tahoma, Arial, Candara;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
}
.text_month1
{
    font-family: Tahoma, Arial, Candara;
    font-size: 11px;
    padding-left: 5px;
    font-weight: normal;
    color: #333333;
    text-indent: 1em;
}

.combobox
{
    font-family: Tahoma, Arial, Candara;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    background-color: #FFFFFF;
    border: 1px solid #666666;
    height: 17px;
    width: 60px;
}
.combobox2
{
    font-family: Tahoma, Arial, Candara;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    background-color: #FFFFFF;
    border: 1px solid #666666;
    height: 17px;
    width: 50px;
}
.datetextbox
{
    background: #F1F1F1 url(/images/calender.jpg) no-repeat;
    background-position: 5px 10px !important;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #dc4f94;
    background-color: #fed6e7;
    border: 2px solid #f28abc;
    height: 20px;
    width: 141px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #CCC inset, 0 1px 0 #FFF; /* box-shadow: 0 1px 1px #CCC inset, 0 1px 0 #FFF;*/
}
