body {
	font-family: arial,verdana,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin:10px 0px 0px 10px;
	padding:0px;
	color: #707070;
}

h1, h2{
	padding: 0px;
	margin: 10px 0px 10px 0px;
	font-size:14px;	
	color: #DF0024;
}

#overview{
	float:left;
	width:500px;
	margin:20px 0px 0px 20px;
}

#start{
	color: #707070;	
}

.updown{
	width:140px;
	float:left;
}

.send{
    margin-bottom: 10px;	
}

.working{
	float:right;
}

#download{
	width:180px;
	float:left;
}

#upload{
	width:180px;
	float:right;
	margin-left:40px;
}

#result{
	float:left;
	margin-bottom:40px;
	clear:both;
}

#jpgraph{
    float:left;	
    clear:both;
}

#tests{
    float:left;	
}

.alignRight{
	text-align: right;
	font-weight: bold;
	color: #DF0024;
}

#test{
	width:200px;
	height:200px;
	border: 1px solid red;
}
#testPer{
	width:200px;
	height:200px;
	border: 1px solid blue;
}
