BODY		{ 
    font-size: 10pt;
    font-family: Tahoma, Verdana, Arial, Helvetica;
    margin: 0pt;
    height: 100%;
    margin: 0;
    padding: 0;
}
TABLE		{ border: 0; }
TD		{ font-size: 10pt; }
TR.blend	{ color: #888888; }
A		{ text-decoration: none; color: #3333FF; }
A:hover		{ text-decoration: underline; color: #940000; }
P		{ font-size: 10pt; font-family: Tahoma, Verdana, Arial, Helvetica; }
H1		{ font-size: 18pt; font-family: Tahoma, Verdana, Arial, Helvetica; }
H2		{ font-size: 14pt; font-family: Tahoma, Verdana, Arial, Helvetica; }
H3		{ font-size: 12pt; font-family: Tahoma, Verdana, Arial, Helvetica; }
H4		{ font-size: 10pt; font-family: Tahoma, Verdana, Arial, Helvetica; }
IMG		{ border: 0; vertical-align: middle; }
INPUT 		{ border-width: 1pt; border-color: #000000; border-style: solid; background-color: #EEEEEE;}
INPUT.alert 	{ border-width: 1pt; border-color: #000000; border-style: solid; background-color: #FFFF99;}
TEXTAREA 	{ border-width: 1pt; border-color: #000000; border-style: solid; background-color: #EEEEEE;}
TEXTAREA.alert 	{ border-width: 1pt; border-color: #000000; border-style: solid; background-color: #FFFF99;}

.copyrights	{ font-size: 8pt; font-family: Tahoma, Verdana, Arial, Helvetica; color: #BABABA; width:500px}
.copyrights a	{ font-size: 8pt; font-family: Tahoma, Verdana, Arial, Helvetica; color: #000000; }
.copyrights a:hover	{ font-size: 8pt; font-family: Tahoma, Verdana, Arial, Helvetica; color: #940000; }
.tabnotsel		{ font-size: 12px; text-decoration: none; color: white; font-weight: bold;}
.tabsel			{ font-size: 12px; text-decoration: none; color: black; font-weight: bold;}
.tabnotsel:hover	{ font-size: 12px; text-decoration: none; color: white; }
.tabsel:hover		{ font-size: 12px; text-decoration: none; color: black; }
.superlight	{ background-color: #EEEEEE; }
.light		{ background-color: #DDDDDD; }
.dark		{ background-color: #CCCCCC; }
.darkest	{ background-color: #BBBBBB; }

.nobr		{ white-space: nowrap; }

.BOOK		{ padding: 5pt; }
.SCREEN		{ font-size: 10pt; background: #F4F0EC; border: 1px solid #333333; padding: 3pt; font-family: Courier; }
.PROMPT		{ font-size: 10pt; font-family: Courier; }
.login		{ position:absolute; left:0px; top:0px; width:100%; height:100%; z-index:1; background: url(grad.gif); background-repeat: repeat-x; }

/*
 * activation
 */
#activation {
    width: 70%;
    padding: 2em;
    padding-top: 0.4em;
    background-color: #FFFF99;
    position: fixed;
    top: 0;
    left: 15%;
    z-index: 10000;
}
#activation h1 {
    font-size: 14pt;
}
#activation h1 span {
    display: block;
    padding-bottom: 0.5em;
}
#activation h1 span:last-child {
    padding-bottom: 0;
}
#agreetopay_div, #submit_div {
    margin: 1em;
}
#errors_div {
    margin: 2em;
    color: #F00000;
}
#success_div {
    margin: 0em;
    padding: 1em;
    background-color: #45d429;
}
#error_div {
    margin: 0em;
    padding: 1em;
    background-color: #FFBABA;
}
.bigger1text {
    font-size: 1.4em;
}
.centertext {
    text-align: center;
}
/*
 * welcome-message
 */
#welcome-message {
    width: 70%;
    padding: 2em;
    background-color: #FFFF99;
    position: fixed;
    top: 0;
    left: 15%;
    z-index: 10000;
}

#auth-notice {
    background-color: #FFFF99;
    text-align: center;
    padding: 1em;
    margin: 1em;
    border-radius: 5px;
}
#auth-notice h1 {
    font-size: 1.6em;
}
/*
 * footer
 */
#footer-id {
    /*margin-top: 15%;*/
    padding: 1em 0;
    text-align: center;
    font-size: 1.5em;
}
#footer-info {
    text-align: center;
    font-size: 1.5em;
}
/*
 * purecss
 */
.pure-button {
    /* Structure */
    margin: 0.5em 1em;
    display: inline-block;
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pure-button {
    font-family: inherit;
    font-size: 100%;
    padding: 0.5em 1em;
    color: #444; /* rgba not supported (IE 8) */
    color: rgba(0, 0, 0, 0.80); /* rgba supported */
    border: 1px solid #999;  /*IE 6/7/8*/
    border: none rgba(0, 0, 0, 0);  /*IE9 + everything else*/
    background-color: #E6E6E6;
    text-decoration: none;
    border-radius: 2px;
}

.pure-button-hover,
.pure-button:hover,
.pure-button:focus {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000',GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0,0,0, 0.05)), to(rgba(0,0,0, 0.10)));
    background-image: -webkit-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
    background-image: -moz-linear-gradient(top, rgba(0,0,0, 0.05) 0%, rgba(0,0,0, 0.10));
    background-image: -o-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
    background-image: linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
    text-decoration: none;
    color: white;
}
.pure-button:focus {
    outline: 0;
}
.pure-button-active,
.pure-button:active {
    box-shadow: 0 0 0 1px rgba(0,0,0, 0.15) inset, 0 0 6px rgba(0,0,0, 0.20) inset;
    border-color: #000\9;
}

.pure-button[disabled],
.pure-button-disabled,
.pure-button-disabled:hover,
.pure-button-disabled:focus,
.pure-button-disabled:active {
    border: none;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    filter: alpha(opacity=40);
    -khtml-opacity: 0.40;
    -moz-opacity: 0.40;
    opacity: 0.40;
    cursor: not-allowed;
    box-shadow: none;
}

.pure-button-hidden {
    display: none;
}

/* Firefox: Get rid of the inner focus border */
.pure-button::-moz-focus-inner{
    padding: 0;
    border: 0;
}

.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
    background-color: rgb(0, 120, 231);
    color: #fff;
}
.button-success {
    color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.button-success {
    background: rgb(28, 184, 65); /* this is a green */
}

.popup_msg {
    position:fixed;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;  
    margin:auto;
    width:200px;
    height:100px;
    font-family:verdana;
    font-size:13px;
    text-align: center;
    padding:20px 10px 10px;
    background-color:rgb(240,240,240);
    border:2px solid red;
    z-index:100000000000000000;
}

.cancel {
    position: relative;
    cursor: pointer;
    margin: -20px -10px 0 0;
    float: right;
    height: 10px;
    width: 14px;
    padding: 0px 0 4px 1px;
    text-align: center;
    font-size: 11px;
    color: white;
    z-index: 100000000000000000;
    font-family: arial;
    font-weight: bold;
    background-color:red;
}

.cancel:hover {
    background:rgb(255,50,50);
}