#siteContainer {
    margin: 0px !important;
    padding: 0px !important;
    width: 100%;
    background: #fff;
}
#thickboxContent {
    padding: 20px;
    background: #fff;
}
.closeButton {
    width: 60px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-align: right;
}
.pageTitleThickbox {
    color: #F00;
    font-size: 18px;
    margin-bottom: 10px;
    background: #fff;
}


.formRow{
    padding: 7px 0px;
    position: relative;
}

.button{
    clear: both;
    padding-top: 7px
}
.captcha{
	margin-left: 0px !important;
    margin-top: 8px;
    width: 265px;      
    border: 1px solid #9c9c9c;
    padding: 3px;
    position: absolute;
    background: url(/images/required.gif) no-repeat left top;
}

label[for="captcha"]{
    float: left;
    display: block;	
	margin-top: 70px;
}

.greyArrowButton{
	margin-left: 98px !important;
    margin-top: 8px;
}


