.Row {
	height:105px;
	margin-bottom:5px;
}
.RowTitle {
	font-size:70%;
	margin:0px 0px 4px 90px;
}

.Name {
	width:84px; height:105px;
	background:#fff url(../media/report_a_fault/name_and_address.gif) no-repeat 0px 0px;
	float:left;
	margin-right:5px;
}
.Telephone {
	width:84px; height:105px;
	background:#fff url(../media/report_a_fault/telephone_number.gif) no-repeat 0px 0px;
	float:left;
	margin-right:5px;
}
.Email {
	width:84px; height:105px;
	background:#fff url(../media/report_a_fault/email_address.gif) no-repeat 0px 0px;
	float:left;
	margin-right:5px;
}
.Comments {
	width:84px; height:105px;
	background:#fff url(../media/report_a_fault/your_comments.gif) no-repeat 0px 0px;
	float:left;
	margin-right:5px;
}

.SerialNumber {
	position:relative;
	margin-top:11px;
	width:524px; height:117px;
	background:#fff url(../media/report_a_fault/serial_number.gif) no-repeat 0px 0px;
}
	.SerialNumber div {
		position:absolute;
		top:51px; left:10px;
	}
	.SerialNumber div input {
		width:300px; height:15px;
		padding:5px; margin:0px;
		font-size:70%;
	}

.Field {
	width:416px; height:85px;
	background:#fff url(../media/report_a_fault/field_background.gif) no-repeat 0px 0px;
	float:left;
	padding:10px;
}

.Btn {
	margin-top:15px;
	text-align:right;
}
.Btn input {
	width:159px; height:29px;
	background:#ff7500 url(../media/report_a_fault/btn_send.gif) no-repeat 0px 0px;
	cursor:pointer;
}

.Row input {
	width:406px; height:75px;
	padding:5px; margin:0px;
	
	font-size:70%;
}

textarea {
	border:none;
	padding:5px; margin:0px;
	width:406px; height:75px;
	overflow:hidden;
	font-size:70%;
}

.Error { border:1px solid #c00; }