body { 
	text-align:center;
	background-color: #FFFFFF;
	color: #000000;
    font-family: tahoma,arial,helvetica,sans-serif;
	margin:0px;
	padding:0px;
	font-size:13px;}
a {
    color: #993333;
    text-decoration: none;}
a:hover { background-color:#FFFFCC; color:#820000; text-decoration:underline;}
h1 {font-size:18px; }
h2 {font-size:16px;padding-top:20px; }
form { width:450px; background-color:#E1E0E0;padding-left:20px; min-height:277px;}
fieldset {border:0px;padding:0px; }
#container { 
	width:995px;
	text-align: left;
	margin:auto;
	background-image:url(../images/bg.png);
	background-position:center;}
#top { 
    height: 215px;
    margin: auto;
    padding-top: 10px;
    text-align: center;
    width: 959px;
	margin-bottom:0px;
	padding-bottom:0px;
}
#FlashID {border-bottom:10px solid #820000; }
#img-home { 
	overflow:hidden;
	width: 959px;
	height:268px;}
#coin-slider {left:18px; float:left;}
#welcome-text {
	margin-left:625px;
	width:334px;
}
#welcome-text p {text-align:justify;}
#box {
	width:100%;
	overflow:hidden;
	margin-bottom:20px; }
#right {
	width:450px;
	background-color:#E1E0E0;
	padding-left:20px;
	margin-left: 505px;
	min-height:277px; }
#left {
	width:480px;
	float:left;
	padding-left:20px;}

#box_second {
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
	padding-left: 10px; }
.box-second {
    background-color:#E1E0E0;
    float:left;
    margin-left:10px;
    margin-top:20px;
	min-height:235px; 
	padding-left:20px;
    width:292px;
}
.box-second h2 {margin-top:0px !important; }
.box-second .list {line-height:17px;}
.box-second-s {
    background-color:#E1E0E0;
    float:left;
    margin-left:10px;
    margin-top:20px;
    min-height:265px;
    padding-left:20px;
    width:292px;
}
.box-second-s h2 {margin-top:0px !important; }
.box-second-s .list {line-height:17px;}
#footer {
	font-size: 9px;
    margin-left: 10px;
    padding: 10px;
    width: 950px;	}
#copy { float:left; font-size:11px;}
#logo {margin-left:840px; }
.error {color:#FF0000; font-weight: bold; }
.list {	list-style-type: square; color:#000000; font-weight:bold;}
input, button, select, textarea, .button {
    color: #939384;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 15px;
    padding: 5px;
    width: 60%;}
.button {
	background-color:#820000;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #BF7473 0%, #820000 100%) repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
	width: 63%;}
.button a {color:#ffffff; text-decoration:none; }
.button a:hover {background-color:transparent; text-decoration:none; }

div.button {
    border: 1px solid #bf7473;
    line-height: 35px;
    margin: 10px 0 15px;
    padding: 15px 20px;
    text-align: left;
    width: 60%;}

.animated { 
    -webkit-animation-duration: 10s; 
    animation-duration: 10s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: ease-out; 
    animation-timing-function: ease-out; 
    animation-iteration-count:infinite; 
    -webkit-animation-iteration-count:infinite; 
} 

@-webkit-keyframes flash { 
    0%, 50%, 100% {opacity: 1;} 
    25%, 75% {opacity: 0.5;} 
} 
@keyframes flash { 
    0%, 50%, 100% {opacity: 1;} 
    25%, 75% {opacity: 0.5;} 
} 
.flash { 
    -webkit-animation-name: flash; 
    animation-name: flash; 
}

