*{
    margin:0px;
    padding:0px;
}

#content{
    margin:15px auto;
    text-align:center;
    width:600px;
    position:relative;
    height:100%;
}
#wrapper{
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    border:2px solid #fff;
    background-color:#f9f9f9;
    width:600px;
    overflow:hidden;
}
#steps{
    width:600px;
	/*height:320px;*/
    overflow:hidden;
}
.step{
    float:left;
    width:600px;
	/*height:320px;*/
}
#navigation{
    height:45px;
    background-color:#e9e9e9;
    border-top:1px solid #fff;
    -moz-border-radius:0px 0px 10px 10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
#navigation ul{
    list-style:none;
	float:left;
	margin-left:20px;
}
#navigation ul li{
	float:left;
    border-right:1px solid #ccc;
    border-left:1px solid #ccc;
    position:relative;
	margin:0px 2px;
	padding: 0px;
}
#navigation ul li a{
    display:block;
    height:45px;
    background-color:#444;
    color:#777;
    outline:none;
    font-weight:bold;
	font-size: 14px;
    text-decoration:none;
    line-height:45px;
    padding:0px 20px;
    border-right:1px solid #fff;
    border-left:1px solid #fff;
    background:#f0f0f0;
    background:
        -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.09, rgb(240,240,240)),
        color-stop(0.55, rgb(227,227,227)),
        color-stop(0.78, rgb(240,240,240))
        );
    background:
        -moz-linear-gradient(
        center bottom,
        rgb(240,240,240) 9%,
        rgb(227,227,227) 55%,
        rgb(240,240,240) 78%
        )
}
#navigation ul li a:hover,
#navigation ul li.selected a{
    background:#d8d8d8;
    color:#333333;
    text-shadow:1px 1px 1px #fff;
}
span.checked{
    background:transparent url(../images/checked.png) no-repeat top left;
    position:absolute;
    top:0px;
    left:1px;
    width:20px;
    height:20px;
}
span.error{
    background:transparent url(../images/error2.png) no-repeat top left;
    position:absolute;
    top:0px;
    left:1px;
    width:20px;
    height:20px;
	opacity: 0.6;
}
#steps form fieldset{
    border:none;
    padding-bottom:20px;
}
#steps form legend{
    text-align:left;
    background-color:#f0f0f0;
    color:#666;
    font-size:24px;
    text-shadow:1px 1px 1px #fff;
    font-weight:bold;
   
    width:100%;
    padding:5px 0px 5px 10px;
    margin:10px 0px;
    border-bottom:1px solid #fff;
    border-top:1px solid #d9d9d9;
}
#steps form p{
   
	height: 30px;
    margin:7px 0px;
    background-color:#f4f4f4;
    border:1px solid #fff;
    width:450px;
    padding:10px;
    margin-left:60px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
	margin-bottom: 10px;
}
#steps form p#addresspara
{
height: 80px;
}

#steps form p label{
    width:160px;
    float:left;
    text-align:right;
    margin-right:15px;
    line-height:20px;
    color:#666;
    text-shadow:1px 1px 1px #fff;
    font-weight:bold;
}
#steps form input[type=radio]
{

background-color: #FFFEEF;
cursor: pointer;
outline: none;
}
#steps form .coursetable
{
margin-top: 1px;
margin-bottom: 3px;
width: 530px;

}
#steps form .coursetable td
{
text-align: left;
padding: 5px;
}
#steps form .coursetable td.header
{
 line-height:20px;
    color:#666;
    text-shadow:1px 1px 1px #fff;
    font-weight:bold;
}
#steps form .coursetable .evenrow
{
background: #FFFEEF;
}
#steps form .coursetable .oddrow
{
background: #f9f7d9;
}



#steps form input:not([type="radio"]), #steps form textarea{
    background: #FFFEEF;
    border: 1px solid #ddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    padding: 5px;
    width: 200px;
    float:left;
	color: #636262;
	line-height: 20px;
	min-height: 20px !important;
}



#steps form select
{


    border: 1px solid #CCCCCC;
    border-radius: 6px 6px 6px 6px;
    color: #888888;
    float: left;
    font-family: Cantarell,Verdana,sans-serif;
    font-size: 15px;
    font-weight: bold;
    height: 35px;
    
    padding: 0px 15px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 3px;
    width: 200px;
	 background-color:#FFFEEF;
 border: 0;
 outline: 1px solid #ddd;

}

#steps form input:focus{
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
    background-color:#FFFEEF;
}
#steps form select:focus{
    
    background-color:#FFFEEF;
	 border: 0; 
 outline: 1px solid #ddd;
}
#steps form p.submit{
    background:none;
    border:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}
#steps form button {
	border:none;
	outline:none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #dfdcdc;
	color:#ffffff;
    display: block;
    cursor:pointer;
    margin: 0px auto;
    clear:both;
    padding: 5px 14px;
    text-shadow:1px 1px 1px #000000;
	text-shadow:1px 1px 1px #777;
    font-weight:bold;
    font-family:"Century Gothic", Helvetica, sans-serif;
    font-size:18px;
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
    background:#555353;
	background:#4797ED;
}
#steps form button:hover {
    background:#555353;
    color:#dfdcdc;
    text-shadow:1px 1px 1px #000000;
}
.prevform
{
float: left;
font-family: arial;
font-size: 13px;
color: #ffffff;
background: #663399;


text-decoration: none;
font-weight: 500;
width: 85px;
height: 38px;
background: url(../images/back.png);
opacity: 0.9;
}
.nextform
{

float: right;
font-family: arial;
font-size: 13px;
color: #ffffff;
background: #663399;


text-decoration: none;
font-weight: 500;
width: 85px;
height: 38px;
background: url(../images/next.png);
opacity: 0.9;
}
.prev-nextdiv
{
height: 40px;
padding-left: 0px;
padding-right: 0px;
width: 470px;

margin-left: 60px;
margin-bottom: 20px;
}
td.fieldname{
padding: 5px;
font-size: 13px;
font-weight: 600;
color: #333333;
text-align: left;
}
td.fieldvalue{
padding: 5px;
font-size: 13px;
font-weight: 600;
color: #a90329;
text-align: left;
}
