.buttonlink {
    border: 1px solid #FFFFFF;
    background: #0E63FF;
    width: 180px;
    height: 30px;
    color: #ffffff;
    text-decoration: none; 
    font-variant: small-caps;
    padding-left: 10px;
    padding-right: 10px;
}
.buttonlink:hover {
    border: 1px solid #f00;
    background: #eef;
    color: #000000;
    text-decoration: none; 
    font-variant: small-caps;
    padding-left: 10px;
    padding-right: 10px;
}

.stepcarousel{
position: relative; /*leave this value alone*/
border: 4px solid #506BEC;
overflow: scroll; /*leave this value alone*/
width: 760px; /*Width of Carousel Viewer itself*/
height: 570px; /*Height should enough to fit largest content\'s height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 4px; /*margin around each panel*/
width: 752px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}


#topbar{
position:absolute;
border: 0px solid black;
padding: 0px;
background-color: ;
width: 100%;
visibility: hidden;
z-index: 1
}

.menu {
  border: solid 0px #BFBFBF;
  padding:4px 4px 4px 4px;
  background-color:#1D4C9A;
}

.menuItem {
  padding:8px 8px 8px 8px;
  border-bottom:solid 1px #C4D6F4;
}

.menuItem a:hover {
  color:#FFFF00;
  text-decoration:none;
}

.menuItem a {
  font-family : verdana, sans-serif;
  font-size : 10pt;
  font-weight : bold;
  color:#ffffff;
  text-decoration:none;
}

#demo {
  background-color:;
  cursor:pointer;
  margin: 0px 0;
  width: 100%; padding-left:20px; padding-right:20px; padding-top:2px; padding-bottom:2px
}

#demo span {
  padding:4px 10px 4px 10px;
  font-family : verdana, sans-serif;
  font-size : 10pt;
  font-weight : bold;
  cursor:default;
}

#demo span:hover {
  color:#FFFF00;
  text-decoration:underline;
}

textarea#styled {
	width: 350px;
	height: 120px;
        color: #FFCC00;
	border: 0px solid #cccccc;
	padding: 5px;
	font-family: Verdana, sans-serif;
        font-size : 10pt;
	background-color: transparent;
}

select#styled {
	width: 200px;
	height: 30px;
        color: #FFCC00;
	border: 0px solid #cccccc;
	padding: 5px;
	font-family: Verdana, sans-serif;
        font-size : 10pt;
	background-color: transparent;
}

input#styled {
	width: 680px;
	height: 20px;
        color: #FFCC00;
	border: 0px solid #cccccc;
	padding: 5px;
	font-family: Verdana, sans-serif;
        font-size : 10pt;
	background-color: transparent;
}
.blue {
	background:url(blue_line.png);
}
