

div.servicetitle{
font-size:20px;
font-weight:bold;
background-color:#CCFF99;
padding:10px;
margin-bottom:20px;
margin-top:20px;
border:2px solid green;
border-radius:10px;
-moz-border-radius:10px;
width:auto;
}


table.step td.left{
width:300px;
}
table.step td.left div{
height:60px;
line-height:30px;
font-size:20px;
font-weight:bold;
color:white;
background-color: #00AA00;
border:2px solid #006600;
text-align:center;
padding-right:10px;
padding-left:10px;
border-radius:10px;
-moz-border-radius:10px;
}

table.step td.right div{
height:60px;
line-height:20px;
font-size:12px;
border:2px solid gray;
padding-right:10px;
padding-left:10px;
text-align:left;
border-radius:10px;
-moz-border-radius:10px;
}
