@charset "utf-8";
/* CSS Document */



body {
	background-image: url(pic/bg.jpg);
	background-repeat: repeat;
	
}

.gradientClass {
	padding: 5px;
	margin: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 12px;
}


.container{
position: relative;
width:200px;
height: 300px; /*marquee height */
overflow: hidden;
background-color: white;
border: 2px solid;
border-color:#09F;
padding: 2px;
padding-left: 2px;
}


.button {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	
	-moz-box-shadow: inset 0px -1px 1px rgba(255,255,255,.5), 1px 1px 1px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0px -1px 3px rgba(255,255,255,.5), 3px 3px 2px rgba(0,0,0,.2);
	box-shadow: inset 0px -1px 3px rgba(255,255,255,.5), 3px 3px 2px rgba(0,0,0,.2);
	
	border: 1px solid;
	padding: 3px 4px;
	
	color: #fff;
	font-family: "Myriad Pro", Arial, Tahoma, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	text-shadow: -1px -1px rgba(0,0,0,0.1), 0 0 15px rgba(255,255,255,0.75);
	white-space: nowrap;
	
	background: #777;
	border-color: #777;
	
	text-decoration: none;
	font-style: normal;
	text-transform: none;
	
	position: relative;
}

.button:hover,
.button:focus {
	background: #999;
	border-color: #999; /* Default color */
}

.button:active {
	top: 1px;
}
	
/* Font Info */

#cssButton .button {
	font-family: Verdana, Geneva, sans-serif;
	font-size:0.7em; 
	font-weight:bold;
	color : #d9eef7;
}		

/* Colors custom class */

#cssButton .custom {
	background: #0095cd;
	border-color: #0076a3;
	border-width: 2px;
}

#cssButton .custom:hover,
#cssButton .custom:focus {
	background: #007ead;
	border-color: #0076a3;
	color: #d9eef7;
	bottom: 0px;
}

#cssButton .custom:active {
	background: #0089bc;
	border-color: #0076a3;
	color: #a8d8ec;
	top: 1px;
}

/* Shape */

#cssButton .custom {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

/* Layer */

.backGroundLayer {
	margin: 5px;
	border: thin solid #666;
	padding: 5px;
}
