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


.frm, .innerFrm {
    position: relative;
    float: left;
}

.frm {
    width: 100%;
}

.innerFrm {
    width: 68%;
}

.frmWrap {
    position: relative;
	float: left;
    width: 500px;
    min-height: 320px;
}

.frmRow, .input {
    position: relative;
	float: left;
	width: 100%;
	margin-top: 10px;
}

.frmRow label, .input label {
    position: relative;
	display: block;
	width: 115px;
	margin-right: 10px;
	float: left;
}

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

.frmRow select, .input select {
    position: relative;
	float: left;
    margin: 0px 5px 0px 0px;
	padding: 0;
	left: 0;
}

.submit input {
    position: relative;
	float: left;
	margin-left: 125px;
	display: inline;
	margin-top: 10px;
	padding: 2px 5px 2px 5px;
}

fieldset .frmRow label {
    width: 105px;
}

.frmWrap fieldset {
    margin-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #cccccc;
}

.frmWrap fieldset legend {
    font-size: 120%;
}

#linkRow a {
     margin-left: 125px;
     display: inline;
     margin-top: 10px;
}


/*
* Error Messages
*
*/

.errorSummary {
    position: relative;
	background: #ffffcc;
	padding: 15px 15px 15px 15px;
	width: 400px;
	border: 1px dashed #999999;
}

.errorSummary .hl {
    position: relative;
	color: #cc3300;
	font-weight: normal;
}

.error-message {
    position: relative;
	float: left;
	color: #be0028;
	width: 200px;
}

.recaptcha-error {
  padding-left: 120px;
  width: 330px;
}

.recaptcha-error .error-message {
    width: 330px;
}

#register .recaptcha-error {
  padding-left: 130px;
}







