@CHARSET "UTF-8";



/*
div.modalPagePanel, div.modalInternalPanel {
padding: 10px 25px 25px 25px;
margin: 0;
background-color: #fff;
border-right: 3px solid #464646;
border-bottom: 4px solid #464646;
border-left: 3px solid #464646;
}
.modalPagePanel {
width: 300px;
}
.panelStatus {
height: 40px;
border-bottom: 1px solid #eee;
}
a.close {
display: block;
width: 80px;
width: 280px;
text-align: right;
font-weight: bold;
margin: 10px 0 0 0;
padding: 1px 20px 8px 0;
background-image: url(/master/site/resources/close.gif);
background-position: top right;
background-repeat: no-repeat;
}
.modalPagePanel h2 {
color: #464646;
font-size: 18px;
margin: 15px 0;
}
div.modalPagePanel h4, div.modalInternalPanel h4 {
margin-bottom: 8px;
text-align: left;
}
div.modalPagePanel p, div.modalInternalPanel p {
}

.modalPagePanel fieldset {
float: left;
padding: 0;
margin-bottom: 10px;
}

a.lostPassword {
display: block;
padding: 6px 5px;
}

.reminderQuestion {
font-style: italic;
padding: 5px;
background-color: #eee;
}

#messages {
z-index: 1000;
width: 270px;
height: 54px;
overflow: hidden;
position: absolute;
top: -205px;
left: 700px;
border: 5px solid #ccdce3;
background-image: url(/themes/storetheme1/images/helpBubbleBg.jpg);
background-repeat: repeat-x;
background-color: #849eae;
padding: 8px 5px;
}
#messagesContent {
margin-top: 15px;
padding: 2px 0 6px 22px;
background-image: url(/themes/storetheme1/images/alertSuccess.gif);
background-repeat: no-repeat;
font-size: 11px;
color: #fff;
}

.helpPanel {
display:none;
position: absolute;
left: 465px;
top: 376px;
width: 225px;
padding: 0 10px 10px 10px;
background-color: #f8f9fa;
border-right: 1px solid #ddd;
border-top: 1px solid #eee;
border-bottom: 2px solid #ddd;
z-index: 10;
}
.helpPanel a.close {
width: 22px;
padding-right: 0;
}
.helpPanel h6 {
font-size: 14px;
font-weight: normal;
margin: 0;
padding: 6px 0 0 0;
}
.helpPanel p {
margin: 0;
padding: 2px 0 10px 5px;
color: #555;
font-size: 10px;
}
*/
