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


.frmRow {
    position: relative;
	float: left;
	width: 590px;
	margin-top: 10px;
}

.frmRow label {
    position: relative;
	display: block;
	width: 125px;
	float: left;
}

.frmRow input {
    position: relative;
	float: left;
	margin: 0;
	padding: 0;
	left: 0;
}

.frmRow select {
    position: relative;
	float: left;
    margin: 0;
	padding: 0;
	left: 0;
}

.submit {
    position: relative;
	float: left;
	left: 125px;
	margin-top: 10px;
}

/*
* Error Messages
*
*/

.errorMessageWrap {
    position: relative;
	float: left;
	margin: 20px 0px 20px 0px;
	width: 524px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	padding: 0;
}

.errorMessage {
    position: relative;
	margin: 1px 1px 1px 1px;
	width: 520px;
	border: 1px solid #be0028;
	background-color: #ffffff;
	padding: 0;
}

.errorMessage .intro, .errorMessage ul {
    position: relative;
	margin: 10px 0px 5px 10px;
	float: left;
	width: 500px;
	color: #000000;
	padding: 0;
}

.errorMessage .error {
    position: relative;
    color: #be0028;
}

.errorMessage ul {
    position: relative;
	float: left;
	padding: 0;
	margin: 0px 0px 10px 10px;
	list-style-position: inside;
	list-style-image: circle;
}

.failureWrap {
    position: relative;
	float: left;
    border: 1px solid #ffffff;
	width: 322px;
	margin: 20px 0px 20px 0px;
	width: 522px;
}

.failure {
    position: relative;
	float: left;
    background-color: #ffffff;
	padding: 10px 10px 10px 10px;
	width: 500px;
	border: 1px solid #000000;
}

.failure h3 {
    position: relative;
	float: left;
    margin: 0;
	padding: 0;
}

.failure h3, .failure p, .failure a {
    position: relative;
	float: left;
	color: #be0028;
}

.failure p {
    margin-top: 5px;
	width: 400px;
}

.buttonRow {
    position: relative;
    margin-top: 10px;
	float: left;
}

.buttonRow .cancel {
    position: relative;
    margin: 0px 10px 0px 125px;
	left: 0;
	float: left;
}

.buttonRow .submit {
    position: relative;
    margin: 0;
	left: 0;
	float: left;
}

#submit {
    background: #e4d487 url("../img/submitReg.jpg") no-repeat;
	width: 79px;
	height: 21px;
	border: 0;
	padding: 0;
}
