/* CSS Document */
* {margin:0;padding:0; font-family:Arial, Helvetica, sans-serif;}
#popWrapper {width:500px; margin:0 auto;}
#popContainer {position:relative; margin-top:50px;position:absolute;z-index:999;}
#popTop{background:url(../emailsignuppopup/img_top.png) no-repeat; width:475px; height:12px; overflow:hidden;}
#popMiddle{background:url(../emailsignuppopup/img_middle.gif) repeat-y; width:475px;}
#popMiddle #popContent{background:url(../emailsignuppopup/img_gradient.jpg) repeat-x;	height:167px; margin:0 2px;	padding:0 16px 0 25px;}
#popBottom {background:url(../emailsignuppopup/img_bottom.png) no-repeat;	height:12px; width:475px;}
#popClose{position:absolute; right:10px; top:-15px;	float:right;}
#popClose a:hover{cursor:pointer;}
#popMiddle #popContent h2 {font-size:50px; padding:4px 9px 0 0; line-height:58px;}
#popMiddle #popContent h2 span {color:#d80100;}
#popMiddle #popContent .popText{padding:0 9px 0 2px;font-size:20px;}
#popMiddle #popContent form{ padding:12px 0 0 2px; margin:0px;}
#popMiddle #popContent form .inputText { font-size:20px;float:left;display:inline;padding:6px 4px 6px 11px; width:309px;height:24px; border-top:1px solid #c0c0c0; border-left:1px solid #c0c0c0;border-bottom:1px solid #d0d0d0; border-right:1px solid #d0d0d0; margin:0 8px 0 0;}
#popMiddle #popContent form .btn{background: url(../emailsignuppopup/button_signup.gif) center center no-repeat; height:38px; width:94px;border:none; float:left; display:inline; cursor:pointer;}
#popMiddle #popContent fieldset {border:none;}
