/* AustralianPlays.org - ausplays_pef.css (for production enquiry form) */ 

table#pef { border:1px solid #aaa; background:#a7b4c0; }
table#pef tr.head { background:#d7e4f0; }
table#pef tr.head td { text-align:center; font-weight:normal; padding-left:45px; padding-right:45px; }
table#pef td { width:430px; } /* required for IE8 */
table#pef td.formlabel { width:200px; text-align:right; vertical-align:top; }
table#pef td.required { font-weight:bold; }
span.required { font-weight:bold; }
table#pef .missing { background:#ffa; }
table#pef input.bigbutt { margin-right:80px; width:100px; height:40px; }

#thanks { width:320px; margin:auto; margin-top:50px; border:1px solid #aaa; padding:20px; }

