/*Computer Assistance Home Page Styles*/
/*author: Diarmuid Simpson*/
/*contact: diarmuid@clickclickclick.co.uk*/
/*date: 23.10.2007*/



.main h1 {
    position: relative;
	float: left;
    font-size: 100%;
    width: 100%;
	margin: 0px 0px 10px 0px;

}

.main p {
    position: relative;
	float: left;
}

.main #termsApply {
    position: relative;
	float: left;
    margin: 0px 0px 5px 0px;
	padding: 0;
}

.frmRow {
    position: relative;
    width: 590px;
}

.frmRow label {
    width: 245px;
	margin-right: 10px;
}

.short .frmRow label {
    width: 168px;
}

.frmRow .fld  {
    width: 210px;
}

.frmRow select {
    width: 213px;
	margin: 0;
	padding: 0;
	border: 0;
	left: 0;
}

.txtArea {
    position: relative;
	float: left;
	margin-top: 4px;
	left: 260px;
}

.submit {
    position: relative;
    float: left;
    left: 178px;
	background: #e4d487 url("../img/submitReg.jpg") no-repeat;
	width: 79px;
	height: 21px;
	margin: 3px 0px 10px 0px;
	padding: 0;
	border: 0;
}

.wrapRowOne, .wrapRowTwo  {
    position: relative;
	float: left;
	width: 335px;
	margin-bottom: 2px;
}



#regFrm {
    position: relative;
	float: left;
	width: 590px;
	margin-bottom: 5px;
}

#regFrm .chkLbl {
    position: relative;
    margin: -1px 10px 0px 3px;
	display: block;
	float: left;
}

#asterisk {
    position: relative;
	bottom: -25px;
	text-align: right;
	width: 400px;
	padding: 0px 0px 0px 130px;

}

.failure p a {
    float: none;
}

#pokerYesNo label, #sportsBookYesNo label, #casinoYesNo label {
     width: 270px;
     padding-right: 10px;
}


