/*
 Datei für die Entwicklung von neuem Code
 Nach Fertigstellung bitte in style.css minimiert (yuicompressor) einfügen
*/

.choose_photoupload_type .file_upload,
.choose_photoupload_type .webcam_upload {
	float: left; 
	width: 45%;
	padding: 1%;
	border: 3px #BCBCBC solid;
	text-align: center;
}

.choose_photoupload_type .file_upload {
	margin-right: 1%;
}

#webcam {
	float: left;
	margin-right: 30px;
}

