﻿/* Copyright © Website Engineers Limited */

/* Contact Apex */

.ContactApex { position:relative; }
.ContactApex input { border:solid 1px #cccccc; padding:2px; color:#333333; }
.ContactApex input:hover { border:solid 1px #0067b1; }
.ContactApex input:focus { border:solid 1px #ce3b3b; }
.ContactApex textarea { border:solid 1px #cccccc; padding:2px; color:#333333; }
.ContactApex textarea:hover { border:solid 1px #0067b1; }
.ContactApex textarea:focus { border:solid 1px #ce3b3b; }
.ContactApex select { border:solid 1px #cccccc; padding:2px; color:#333333; }
.ContactApex select:hover { border:solid 1px #0067b1; }
.ContactApex select:focus { border:solid 1px #ce3b3b; }

.ContactApex .FieldRow { position:relative; display:block; overflow:hidden; height:26px; }
.ContactApex .FieldRow select.Small { position:absolute; left:120px; width:120px; }
.ContactApex .FieldRow input.Medium { position:absolute; left:120px; width:160px; }
.ContactApex .FieldRow input.Large { position:absolute; left:120px; width:240px; }
.ContactApex .FieldRow input.XLarge { position:absolute; left:120px; width:350px; }
.ContactApex .FieldRow span.Medium { position:absolute; left:300px; }
.ContactApex .FieldRow span.Large { position:absolute; left:380px; }
.ContactApex .FinalRow { position:relative; height:32px; }
.ContactApex .FinalRow .SendEmail { position:relative; left:120px; border:1px solid #cccccc; background-color:#eeeeee; padding:5px; }
.ContactApex .FinalRow .SendEmail:hover { border:solid 1px #0067b1; }

.ContactApex .MultilineFieldRow { position:relative; height:110px; display:block; overflow:hidden; }
.ContactApex .MultilineFieldRow textarea.Large { position:absolute; left:120px; width:240px; height:95px; }

/* End */