body {
    font-family: Arial;
}

.logo {
    float: right;
    margin-right: 10px;
}

.main {
    width: 590px;
    margin: 1px 0 0 1px;
    padding: 13px 15px 5px 15px;
    border: 1px solid gray;
}

.subhead {
  font-family: 'Roboto', sans-serif;
  color: steelblue;
  font-size: 14px;
  font-weight: bold;
  margin: 6px 0 0 0;
}

.title {
    font-family: 'Arvo', Arial, serif;    
    font-size: 20px;
}

.intro {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
    padding-right: 1px;
}

.control {
    font-size: 12px;
}

.canvas {
    margin: 5px 0 3px 0;
    z-index: 10;    
    min-height: 200px;
    background-color: #EEE;
}

.notes {
    font-size: 10px;
}

.tab {
    float: right;
    width: 75px;
    height: 17px;
    margin: 2px 0 0 1px;
    padding-top: 3px;
    text-align: center;
    font-size: 12px;
    background-color: #CCC;
	border: 2px solid #CCC;
	cursor: pointer;
    z-index: 1;
}

.selected {
    border-bottom: 1px solid #FFF;    	
	background-color: #FFF;
	z-index: 50;
}

.tabs {
    position: absolute;
    top: 159px;
    left: 9px;
    width: 580px;
    z-index: 5;
}

.btn {
	float: right;
    margin-left: 10px;
}


.btn a {
    color: #000;    
}

a {
    text-decoration:none;
    color: #009;
}

.embedbox {
    position: absolute;
    width: 400px;
    height: 150px;
    border: 1px solid #666666;
    background-color: #FFF;
    left: 115px;
    top: 100px; 
    font-size: 10pt;
    z-index: 25;
}

#embedcode {
    margin-left: 15px;
    border: none;
    width:350px;
    height: 100px        
}
    
#close {
    position: relative;
    left: 385px;
    cursor: pointer;
}