
#myDiskLogo { 
	float:right;
}

#introduction { 
	/* float:left; */
}

#outer_progress { 
    border: solid 1px #000;
    left:10px;
    width: 600px; 
    height:30px;
    margin:5px; 
}  

#progress { 
    background-color: #88ac0b; 
    left:0px;
    width: 0px; 
    height:30px;
}

#shareDisk { 
    background-color: #eeffee; 
	float:left;
    width: 340px;
    height: 200px;
	padding: 5px;  
	margin: 5px;
}

#waitBoxA { 
    float: right;
    width: 300px;
    height: 300px;
    padding: 5px;
    margin: 5px;
}
#waitBoxB {   
    margin: 5px;
}

.submit { 
	font-size: 1.3em;
	font-weight: bold;
}

#accessDisk { 
    background-color: #eef9ff; 
    margin: 5px;
	padding: 5px;
	float:left;
    width: 340px;
    height: 200px;    
}

#fileLocation {
    font-size: 10px;
    background-color: #eeffee; 
    margin: 5px;
}

.upgradeOption {
	clear: both;
	margin: 10px;
	font-size: 14px;
}

.upgradeOption .check {
    float: left;
}

.upgradeOption .text {
    float: left; 
}

.upgradeOption .price {
    float: right;    
}

#gallery {
	text-align: center;
	background: #fff url(/templates/default/tooltip/busy.gif) no-repeat center center;		
	width: 100%;
	min-height: 50px;
}

img {
	background: none;
	border: none;
}

#prevGallery {
	margin-left: 10px;
	float: left;
}

#nextGallery {
	margin-right: 10px;
	float: right;
}


#xspfPlayer {
	margin: 10px;
}

#counterImage {
	float: right;
}

form {
	background: none;
	border: none;
}

code {
	font-size: 9px;
}
