@charset "utf-8";
/* CSS Document */
body {
background-color:#FFB0C3;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
margin:0;
}
p {
color:#FFFBE7;
margin:0 0 12px 0;
}
div#pop-container {

}
div#pop-header {
background-color:#FFB0C3;
}
div#pop-content {
padding:14px;
}
h1#pop-logo {
margin:0 0 8px 14px;
background-image:url(../i/pop_logo.gif);
background-position:top left;
background-repeat:no-repeat;
width:99px;
height:56px;
text-indent:-9999px;
}
div#pop-content fieldset {
border:3px solid #F1A5B7;
margin:0;
padding:10px;

}
div#pop-content legend {
color:#F1A5B7;
font-size:24px;
font-weight:bold;
display:none;
}
div#pop-content label {
display:block;
margin:0 0 4px 0;
color:#FFFCE7;
font-size:22px;
}
div#pop-content form {
margin:0;
padding:0;
}
div#pop-content input.txtField {
width:280px;
font-size:18px;
height:22px;
padding:8px 5px;
color:#C6B088;
border:1px solid #FFB0C3;
margin:0 0 8px 0;
}
div#pop-content input.button {
font-size:18px;
color:#fff;
background-color:#F1A5B7;
border:0px;
display:block;
cursor:pointer;
padding:4px 16px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
}


