@CHARSET "ISO-8859-1";
div.background
  {
  width:1300px;
  height:2200px;
  /*background: url(../medias/images/s4logo.gif) repeat;*/
  border:2px solid black;
  }
div.transbox
  {
  width:1200px;
  height:1700px;
  margin:30px 50px;
  /*background-color:#FFFFCC;*/
  background-color:#ffffff;
  border:1px solid black;
  opacity:0.8;
  filter:alpha(opacity=40); /* For IE8 and earlier */
  }
div.transbox p
  {
  margin:30px 40px;
  font-weight:bold;
  color:#000000;
  }
img
{
opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}
body
{
FONT-SIZE: medium; FONT-FAMILY: 'Calibri';
}
ul
{
background:	#FFFFCC;
list-style-type:none;
margin:0;
padding:0;
}
li
{
	FONT-SIZE: LARGE; FONT-FAMILY: 'Calibri';
	display:inline;
}
.btnclassname {
	-moz-box-shadow:inset -1px 2px 2px 0px #f29c93;
	-webkit-box-shadow:inset -1px 2px 2px 0px #f29c93;
	box-shadow:inset -1px 2px 2px 0px #f29c93;
	background-color:#fe1a00;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:Verdana;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #b23e35;
}.btnclassname:hover {
	background-color:#ce0100;
}
.btnclassname:active {
	position:relative;
	top:1px;
}
/* This button was generated using CSSButtonGenerator.com */
