

#newsletter_form					{ width:150px; margin:0 auto; height:auto;  padding:10px 0;
												background: transparent url(/images/form_bg.png) no-repeat;
                        position:relative; }

												
label.error           { font-weight:normal;color:red;text-align:left;width:140px; padding-left:25px;
                        background: transparent url(/images/cancel.png) no-repeat scroll left; }
input.text-input			{ margin:4px;padding:2px 0;color:#333; }


label#phone_label     { position:absolute; top:90px; left:0px; }
input#phone           { position:absolute; top:90px; left:110px; }
label#phone_error      { position:absolute; top:112px; left:120px; }
#message							{ width:140px;margin:0px 0 0 40px; }
#message h2						{ font-size:100%;color:black; }
#message p						{ color:white;font-weight:bold;margin:6px 0px; }
#checkmark						{ position:relative;top:-36px;left:-30px; }
