
a img.popimg {
	display:none;
	position: fixed;
	top: 20%;
	left: 33%;
}
a:hover img.popimg { display:block; }

table.center{
	margin: 0 auto;
}
td.currency{
	text-align: right;
	font-family: Courier New;
	padding-left: 15px;
}

.left{
	text-align: left;
}

.right{
	text-align: right;
}

.center{
	text-align: center;
}

.edit_box{
	text-align: left;
	width: 280px !important;
	padding: 3px;
}

.small_box{
	text-align: center !important;
	width: 60px !important;
	padding: 3px;
}

.transactions{
	margin:10px auto;
	padding:10px;
    background-color:#ded !important;
	width:80%;
}
.main {
	font-family:helvetica,arial;
	text-align:center;
	width:70%;
	margin:10px auto;
	background-color:#EEE;
	overflow:hidden;
	border:1px solid #698fac;
	padding:10px;
	color:#333;
	border-radius:14px;
}

.login {
	font-family:helvetica,arial;
	text-align:center;
	width:400px;
	margin:10px auto;
	background-color:#EEE;
	overflow:hidden;
	border:1px solid #698fac;
	padding:10px;
	color:#333;
	border-radius:14px;
}

.note{
	text-align: left;
	margin: 10px 20px;
	width: auto !important;
	background-color:#EEE;
	padding:20px;
}


form {
	margin:0px auto;
	font-family:helvetica,arial;
	text-align:center;
}
form fieldset {
	border:none;
}
form label {
	clear:left;
	float:left;
	width:50%;
	margin-right:0.0em;
	padding-top:0.3em;
	text-align:right;
	font-size:0.8em;
	font-weight:bold;
	cursor:pointer;
	display:inline-block;
}

form input.inline[type=text]{
	display:inline-block;
	float:none !important;
/*	width:60px !important; */
	border:1px solid #ccc;
	font-family:helvetica,arial;
	margin:3px 5px;
	color:#333;
	background:#fff;
	
}

form input[type=text],form input[type=password] {
	display:inline-block;
	float:left;
	width:200px;
	border:1px solid #ccc;
	font-family:helvetica,arial;
	margin:3px 5px;
	color:#333;
	background:#fff;
}

form input[type=text]:hover,form input[type=password]:hover {
	border:1px solid #d5e4fd;
}
form input[type=submit],form input[type=reset] {
	width:80px;
	margin:10px 0.2em;
	font-family:helvetica,arial;
}

input.payment {
    width: 160px;
}

form br {
	clear:both;
}
form p {
	font-size:0.8em;
	margin:0px;
	padding:0px;
	color:#333;
}
form p.error {
	color: red;
}
form a {
	color:#000;
	text-decoration:none;
}

a.link {
	color:blue;
	text-decoration:none;
}

a:hover.link {
	background-color: white;
	text-decoration: underline;
}

ul.list {
	text-align: left;
	margin-left: 30%;
}


table.profile{
	text-align: left;
	margin-left: 30%;
}

table.tran{
	font-family: Arial; 
	margin-left:auto; 
	margin-right:auto; 
	border-collapse: collapse; 
	text-align: center;
}
table.tran td{
	padding: 1px 10px;
}
table.tran th{
	padding: 1px 6px;
}
a.button {
	margin: 0 auto;
    display: block;
    width: 115px;
    height: 14px;
    background: #d5e4fd;
    padding: 10px;
    text-align: center;
	border:1px solid #698fac;
    border-radius: 5px;
    color: black;
	font-family:helvetica,arial;
    font-weight: normal;
}
#hideMe {
    -moz-animation: cssAnimation 0s ease-in 5s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 5s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 5s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes cssAnimation {
    to {
        width:0;
        height:0;
        overflow:hidden;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        width:0;
        height:0;
        visibility:hidden;
    }
}