html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

html, body {
    width: 100%;
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    background-color:#000;
    color:#CCCCCC;
    font:12px Georgia, 'Times New Roman', Times, serif;
}

a {
  color:#CCCCCC;
  text-decoration:underline;  
}

a:hover {
    text-decoration:none;
}

#wrapper {
    text-align:center;
    width:470px;
    padding-top:92px;
    margin-left:auto;
    margin-right:auto;
}

#logo {
    padding-bottom:60px;
}

#content p {
    font:16px Georgia, 'Times New Roman', Times, serif;
    text-align:center;
    margin-bottom:60px;
}

#main {
	width: 100%;
	height: 100%;
}
#content {
	padding:20px;
}

#fb-popup-wrapper {
  background-color:#fff;
  margin:0px;
  padding:0px;
  font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
  
}
#fb-popup-wrapper {
  width:650px;
  height:230px;
  margin:0px;
  padding:0px;
}

#fb-popup-wrapper #fb-popup-header {
  background-color:#6D84B4;
  height: 32px;
  color:#fff;
  font-size: 11px;
  overflow:hidden;
  width:100%;
}

#fb-popup-wrapper #fb-popup-header h2 {
  line-height:32px;
  font-size: 13px;
  padding-left:20px;
  background-image: url('../images/fb_logo_small.gif');
  background-position: left center;
  background-repeat:no-repeat;
  margin-left:10px;
}

#fb-popup-wrapper #fb-popup-footer {
  background: #F2F2F2;
  border-top: 1px solid #CCC;
  width:650px;
  height:41px;
  overflow:hidden;
}
#fb-popup-wrapper #fb-popup-footer .inner {
  padding: 8px 8px 9px;
  width:620px;
  margin:0 auto;
  text-align:right;

}
#fb-popup-wrapper .button {
  background: none;
  border: 0px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  margin: 0px;
  outline: none;
  padding: 1px 0px 2px;
  white-space: nowrap;
  background: #EEE url('../images/fb_buttons.png') repeat 0px 0px;
  border-bottom-color: #888;
  border-bottom-color: #888;
  border: solid;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  line-height: normal !important;
  padding: 2px 6px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
}

#fb-popup-wrapper .fb-popup-content {
  color: #333;
  display: block;
  font-size: 11px;
  height: 147px;
  text-align: left;
  unicode-bidi: normal;
  width: 620px;
  padding-top:10px;
  margin:0 auto;
  overflow:hidden;
}
#fb-popup-wrapper .fb-popup-content textarea {
  border: 1px solid #BBB;
  color: #777;
  direction: ltr;
  display: block;
  font-size: 13px;
  height: 50px;
  margin:0px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  text-align: left;
  unicode-bidi: normal;
  width: 502px;
}

#fb-popup-wrapper .submit {
  -webkit-box-shadow: rgba(0, 0, 0, 0.0976562) 0px 1px 0px 0px;
  background-attachment: scroll;
  background-color: #5B74A8;
  background-image: url('../images/fb_buttons.png');
  background-position:0 97px;
  border-bottom-color: #1A356E;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #29447E;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #29447E;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #29447E;
  border-top-style: solid;
  border-top-width: 1px;
  color: white;
  cursor: pointer;
  direction: ltr;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  height: 19px;
  line-height: normal;
  list-style-type: none;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding-bottom: 2px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  text-align: center;
  text-decoration: none;
  unicode-bidi: normal;
  vertical-align: top;
  white-space: nowrap;
}

#fb-popup-wrapper .abort {
  -webkit-box-shadow: rgba(0, 0, 0, 0.0976562) 0px 1px 0px 0px;
  background-attachment: scroll;
  background-color: #EEE;
  background-image: url('../images/fb_buttons.png');
  border-bottom-color: #888;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #999;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #999;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #999;
  border-top-style: solid;
  border-top-width: 1px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  height: 19px;
  line-height: normal;
  list-style-type: none;
  margin-bottom: 0px;
  margin-left: 4px;
  margin-right: 0px;
  margin-top: 0px;
  padding-bottom: 2px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  text-align: center;
  text-decoration: none;
  unicode-bidi: normal;
  vertical-align: top;
  white-space: nowrap;
}
