﻿/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BORDER POPUP

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.borderTopLeftPopup
{
    height: 7px;
    width: 7px;
    float: left;
    background-image: url(/images/border-popup.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.borderTopRightPopup
{
    height: 7px;
    width: 7px;
    float: left;
    background-image: url(/images/border-popup.png);
    background-repeat: no-repeat;
    background-position: -7px 0px;
}
.borderBottomLeftPopup
{
    height: 7px;
    width: 7px;
    float: left;
    background-image: url(/images/border-popup.png);
    background-repeat: no-repeat;
    background-position: 0px -7px;
}
.borderBottomRightPopup
{
    height: 7px;
    width: 7px;
    float: left;
    background-image: url(/images/border-popup.png);
    background-repeat: no-repeat;
    background-position: -7px -7px;
}
.borderTopCenterPopup
{
    height: 7px;
    float: left;
    width: 400px;
    background-color: #3d3d3d;
}
.borderBottomCenterPopup
{
    height: 7px;
    float: left;
    width: 400px;
    background-color: #3d3d3d;
}
.borderContentPopup
{
    width: 400px;
    background-color: #3d3d3d;
    color: #494949;
    padding: 0px 7px;
    clear: both;
}
.borderContentPopup .paddingBorderContentPopup
{
    padding: 20px 25px;
}
.borderContentPopup .stitle
{
    color: White;
    font-weight: bold;
    font-size: 16px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BUTTON

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.bgButton
{
    padding: 0 10px 5px;
    border: 0 none;
    background-image: url("/images/bg-button.png");
    background-position: 0px 0px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    display: block;
    height: 30px;
}
.bgButton:hover
{
    background-image: url("/images/bg-button.png");
    background-position: 0px -30px;
    color: #ffffff;
}
.clear-20
{
    clear: both;
    height: 20px;
    font-size: 0px;
    display: block;
}
