div.diagram
	{
	margin-bottom: 20px;
	}

div.resistor
	{
	width: 400px;
	height: 40px;
	text-indent: -20px;
    border-style: outset;
    border-width: 10px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    
    background-color: #aaaa33;
    border-color: #bbbb3d;
    z-index: 3;
	}

.stripe
	{
	display: inline-block;
	height: 40px;
	width: 20px;
	margin-left: 40px;
	border: none;
	
    background-color: brown;
    z-index: 4;
	}

