    body {  
        background-image:url(images/background.jpg);  
        background-repeat:no-repeat;  
        background-position:top center;  
        background-color:#657077;  
        margin:0px;  
    }  
    #tabbed_box {  
        margin: 0px auto 0px auto;  
        width:300px;  
    }  
    .tabbed_box h4 {  
        font-family:Arial, Helvetica, sans-serif;  
        font-size:23px;  
        color:#ffffff;  
        letter-spacing:-1px;  
        margin-bottom:0px;
        position: relative;
        top: -25px;  
    }  
    .tabbed_box h4 small {  
        color:#e3e9ec;  
        font-weight:normal;  
        font-size:11px;  
        font-family:Verdana, Arial, Helvetica, sans-serif;  
        text-transform:uppercase;  
        position:relative;  
        top:-4px;  
        left:6px;  
        letter-spacing:0px;
        margin-bottom:=0px;  
    }  
    .tabbed_area {  
        border:1px solid #494e52;  
        background-color:#636d76;  
        padding:4px;
        position: relative;
        top:-25px;
    }  
        ul.tabs {  
        margin:0px; padding:0px;  
        margin-top:5px;  
        margin-bottom:6px;  
    }  
    ul.tabs li {  
        font-family:Verdana, Arial, Helvetica, sans-serif;  
        list-style:none;  
        display:inline;  
    }  
    ul.tabs li a {  
        background-color:#464c54;  
        color:#ffebb5;  
        padding:8px 8px 8px 8px;  
        text-decoration:none;  
        font-size:11px;  
        font-family:Verdana, Arial, Helvetica, sans-serif;  
        font-weight:bold;  
        text-transform:uppercase;  
        border:1px solid #464c54;
        background-image:url(images/tab_off.jpg);  
        background-repeat:repeat-x;  
        background-position:bottombottom;  
  
    }  
    ul.tabs li a:hover {  
        background-color:#2f343a;  
        border-color:#2f343a;  
    }  
    ul.tabs li a.active {  
        background-color:#ffffff;  
        color:#282e32;  
        border:1px solid #464c54;  
        border-bottom: 1px solid #ffffff; 
        background-image:url(images/tab_on.jpg);  
        background-repeat:repeat-x;  
        background-position:top;   
    }  
    .content {  
        background-color:#ffffff;  
        padding:10px;  
        border:1px solid #464c54; 
        background-image:url(images/content_bottom.jpg);  
        background-repeat:repeat-x;  
        background-position:bottombottom;
        font-family:Verdana, Arial, Helvetica, sans-serif;
    }  
    #content_2, #content_3, #content_4 { display:none; }  
    .content ul {  
        margin:0px;  
        padding:0px 20px 0px 20px;  
    }  
    .content ul li {  
        list-style:none;  
        border-bottom:1px solid #d6dde0;  
        padding-top:15px;  
        padding-bottom:15px; 
        background-image: url(more_arrow.png); 
        background-repeat: no-repeat;
	background-position: right;  
        font-size:18px;
        font-family:Verdana, Arial, Helvetica, sans-serif;    
    }  
    .content ul li a {  
        text-decoration:none;  
        color:#3e4346;  
    }  
    .content ul li a small {  
        color:#8b959c;  
        font-size:9px;  
        text-transform:uppercase;  
        font-family:Verdana, Arial, Helvetica, sans-serif;  
        position:relative;  
        left:4px;  
        top:0px;  
    }  
    .content ul li:last-child {  
        border-bottom:none;  
    }  
form {	
	margin: 18px 0 12px 0;
	padding: 0;
	border: none;
	position: relative;
}

fieldset {
	margin: 6px 0;
	padding: 0;
	border: none;
	position: relative;
}

input, select {
	color: #223;
	font-size: 17px;
	line-height: 1em;
	margin-bottom: 3px;
}
input[type="submit"] {
	color: #fff;
	background: #000;
	border: none;
}

select {
	width: 100%;
	border: 1px solid #999;
}

.forminput {
	border: 1px solid #222;
	width: 95%;
	height: 30px;
	padding: 4px 6px;
	-webkit-appearance:textfield;
	-webkit-border-radius: 5px;
}

.inputcombo .forminput {
	/*width: 250px;*/
	height: 22px;
	padding: 4px 4px 8px 9px;
	line-height: 24px;
	border: 1px 0 1px 1px solid #222;
	-webkit-border-bottom-left-radius: 11px;	
	-webkit-border-top-left-radius: 11px;	
	-webkit-border-bottom-right-radius: 0;	
	-webkit-border-top-right-radius: 0;	
}

.inputcombo .combobutton {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	width: 38px;
	height: 36px;
}

.emphasized {
	border: none;
	margin: 16px 0;
}

.emphasized  .forminput {
	border: none;
	/*width: 248px;*/
	padding: 6px 4px 8px 9px;
}

