.registrationPage {
float: left;
position: relative;
width: 517px;
margin: 10px 10px 10px 0px;
padding: 0px 10px 10px 10px;
background-color: #efefef;
border:1px solid #CCCCCC;
}

.registrationTitle {
font-weight: normal;
color: #777;
margin: 0;
padding: 5px 10px 10px 0px;
font-size: 1.5em;
line-height:1.25em;
text-align: left;
}

.registrationMessage
{
    color: Red;
    font-weight: bold;
    padding-bottom: 10px;
}

.registrationDetails
{
    padding-bottom: 10px;
    padding-left: 0px;
}

.registrationImage
{
    width:100px;
    height:100px;
    float:right;
margin-left: 10px;
}

.registrationHeading
{
    font-weight: bold;
    padding-bottom: 3px;
    padding-top: 5px;
}

.registrationContent
{

}

.registrationLabel
{
    font-size: 12px;
	font-weight: bold;
    padding-right: 5px;
	text-align: right;
}
.registrationLabel div {
font-weight: normal;
font-style: italic;
}
.registrationLabelRequired
{
    font-size: 12px;
	font-weight: bold;
    padding-right: 5px;
	text-align: right;
}

.registrationForm
{
    font-size: 12px;
    margin: 0px 0px 0px 0px;
}

.registrationError
{
    font-size: 12px;
    color: #911A1C;
    border: solid 1px gray;
    background-color: #FFFF99;
    padding:5px;
}

.registrationTotal
{
    font-size: 12px;
    border-top: solid 1px black;
}

.registrationButtons
{
float: right;
position: relative;
text-align: right;
width: 180px;
padding: 10px 0px 10px 10px;
}

.registrationProcessImage {
position: relative;
float: right;
margin: 10px 0 0px 0;
}

.registrationSmallText {
font-size: 11px;
color: #777;
}

.registrationDetails table tr td {
padding-top: 10px;
}

/*  Calendar Customization */
.ajax__calendar_container { 
z-index : 200000 ; 
background-color: #FFFFFF; 
border: 1px solid #ccc; 
padding: 9px;
width: 260px;
}
.ajax__calendar_body {
height: 190px;
width: 260px;
}
.ajax__calendar_title {
text-align: center;
border-bottom: 1px solid #efefef;
}
.ajax__calendar_dayname {font-weight: bold;}
.ajax__calendar_other {color: #e3e3e3;}
.ajax__calendar_footer {
text-align: center;
margin-top: 9px;
}
div.ajax__calendar_today {
font-weight: bold;
}
