* { margin: 0; padding: 0; }
*:focus { outline: none; }

body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 76%;
    color: #333333;
    width: 755px;
    }
    
h1 {
	font-weight: bold;
	font-size: 150%;
	color: #888888;
	margin: 0;
	padding: 0;
    }

h2 {
	font-weight: normal;
	font-size: 1em;
	color: #666666;
    }

table,
span,
input,
th,
td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
    }


a:link {  color: #3399cc; }
a:hover { color: #333333; }

img { border: none; 
      line-height: 0px;
    }
    
    
    
/****** COMMON ****************************************/
.spacer { clear: both; }
.block { display: block; }

.title {
    margin: 50px 0 10px;
    font-weight: bold;
    font-size: 2em;
    color: #888888;
    border-bottom: 2px solid #cccccc;    
    }
    
.p {
    padding: 0 20px;
    }
    
.buttons {
    border: 2px solid #ff9000; 
    padding: 5px; 
    background-color: #ffca85; 
    width: 100px; 
    margin-top: 20px; 
    font-weight: bold; 
    font-size: 1.1em; 
    text-align: center;
    }
    
.buttons a {
    text-decoration: none;
    color: #555555;
    }
    
.buttons a:hover {
    color: #000000;
    }

ol,
ul {
    list-style-position: inside;
    text-indent: -1em;
    padding-left: 1em;
    }

/****** FORM ****************************************/
.fieldtitle {
    font-size: 1.4em;
    font-weight: bold;
    padding: 0 0 8px;
    }
    
.fieldset th {
    font-weight: normal;
    text-align: right;
    vertical-align: top;
    }
    
.fieldset td {
    padding: 3px 0;
    }
    
#form table {
    font-size: 1em;
    font-family: Helvetica, Arial, sans-serif;
    }    
    
/****** CONTACT ****************************************/
#scontent #leftbox{
    float: left;
    width: 453px; /* 60% */
    overflow: hidden;
    }
    
#scontent #rightbox{
    width: 302px;
    float: left;
    }    


