/* CSS solic Stylesheet v1.0 - OCT-NOV08*/ 

/*POPUP*/
body {background-color:white; margin:0; padding:0;}
body, input, select, textarea {font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#666666;}
a {color:#B92C5A; text-decoration:underline;}
a:hover {color:#C256A5; text-decoration:underline;}/*B92C5A => C256A5*/
a img {border:0; vertical-align:middle;}

/*MISC*/
.displayNone {display:none;}
.clearBlocks, .clearBlock {clear:both; overflow:hidden; visibility:hidden; width:99%; height:0; line-height:0; font-size:0; margin:0; padding:0; border:0; background-color:transparent;}
.blockLeft {float:left;}
.blockRight {float:right;}
.txtAlignLeft {text-align:left;}
.txtAlignRight {text-align:right;}
.txtAlignCenter {text-align:center;}
.backgroundCleared {background-image:none !important; background-color:transparent !important;}

/*FORMs*/
input[type=text] {border:solid 1px #BBBBBB;}
input[type=password] {border:solid 1px #BBBBBB;}
input[type=submit] {border:solid 1px #D0D0D0; background:transparent url(/extension/ezwebin/design/ezwebin/images/input_type_btn_bg01.png) repeat-x scroll 0 50%; font-weight:bold;}
input:hover[type=submit] {color:#C256A5;}
select {border:solid 1px #BBBBBB;}

/*POPUP*/
#popupWrapper {position:absolute; bottom:0; left:0;}
#popupBody {background:white url(/extension/ezwebin/design/ezwebin/images/popup_body_bg01.jpg) no-repeat scroll 0% 100%; padding:23px; min-height:269px;}
#popupBody fieldset p {clear:both; }
#popupBody fieldset p label {width:127px; display:-moz-inline-box; display:inline-block; margin:0 7px 0 0; font-weight:bold;}
#popupBody fieldset p input {width:267px; display:-moz-inline-box; display:inline-block;}
#popupBody fieldset textarea {width:401px;}
#popupBody fieldset input[type=file] {width:171px;}
#popupBody fieldset input[type=submit] {width:auto;}
