#tabs {
    width:100%;
}

#tabs div {
    border-left:1px solid #2255AA;
    border-right:1px solid #2255AA;
    border-top:1px solid #2255AA;
    float:left;
    margin-right:15px;
    padding:3px 0 4px 0;
    margin-top:5px;
}

#tabs div.current a {
    background-color:#5577AA;
    color:white;
}

#tabs div.current span {
    background-color:#2255AA;
    color:white;
    font-weight:bold;
}

#tabs div a {
    padding:5px 10px 6px;
}

#tabs div span {
    padding:5px 10px 6px;
}

#tabs div a:hover {
    background-color:#2255AA;
    color:white;
}

#tab_content{
	border-top:1px solid #2255AA;
	float:left;
	margin:0 0 5px;
	padding-top:5px;
	width:400px;
}

#tab_content textarea.big {
    width:500px;
    height:400px;
    margin:10px;
}
