﻿td { vertical-align: top; }

.field-validation-error {color: #f22e4e;}

.requestField { background: #FFFFFF; border: 1px solid gray; margin-bottom: 10px; }
.requestFieldTable { width: 100%; }
.requestFieldTitle { font-weight: bold; background: #cccccc; }

#requestForm { width: 600px; }
.inputFieldSmall { width: 120px; }
.inputField { width: 200px; }
.inputFieldBig { width: 280px; }
.inputFieldFull { width: 98%; }

#registration-error-alert { background: url("/img/icons/form-error.png") no-repeat scroll 8px 5px #F8E8EA; border: 1px solid red; padding: 8px 8px 8px 64px; color: #9E0710; }