@CHARSET "ISO-8859-1";
body {
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,Helvetica,sans-serif;	
font-size :12px;
background:url(../images/body.jpg) repeat-x;
background-color: #eeeff3;
}
.nextIcon {	
background:url(../images/next.png) center center no-repeat;
width: 18px;
height: 18px;	
}
.backIcon {	
background:url(../images/back.png) center center no-repeat;
width: 18px;
height: 18px;	
}
* {
margin: 0px;
padding: 0;
}
p {
padding-top: .5em;
font-size: 12px;
}
#pageWrapper {
width: 66.5em;
margin: 0.5em auto;
padding:0em 0;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
border:#b3b3b3 4px solid;
background:#fff;
background-image:url(../images/pageBody.jpg);
background-position:bottom center;
background-repeat:repeat-x;
}
#header {
background:url(../images/dfi_header.png) top center no-repeat;
height: 130px;
}
.welcome {
background:url(../images/welcome.jpg) top left no-repeat;
height: 250px;
}
.step1 {
background:url(../images/step1.gif) top left no-repeat;
height: 39px;
}
.conditions {
color:#666;
font-weight:bold;
padding:10px;		
margin-bottom:5px;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
border:#b3b3b3 2px solid;
background-color:#1671a6;
width:50%	
}
.condition {
padding:10px;		
}
.label{
color:white;	
}
#main {
padding:4px;
}
#footer {
font-size: 9px;
text-align:center;
height: 16px;
color:white;
}
#language{
padding-top:1em;	
padding-left:60em;
}
img {  
border-style: none;
}
.title{
font-weight : bold;
font-size: 14px;
color: #1671a6;
}
.header{
font-weight : bold;
color: #094369;
}
.comment {
color:#666;
padding:10px;
}
.content{
padding:15px;
padding-bottom:20px;
}
.imgBounce {
    padding:0;
    width:35px; height:35px;
    vertical-align:middle;
    position:relative;
    top:0;
  }
  
.link{
color:#797C80;
font-weight:normal;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
text-decoration:none;
}
label, input[type=radio], input[type=checkbox] {
    cursor: pointer;
}
