@charset "UTF-8";
/* CSS Document */

#image_left_align img{
	box-shadow: 2px 2px 12px #555;
}

#image_left_align{
	float:right;
	padding-right:15px;
}

#text_left_image{
	float:left;
	padding-top:30px;
	width:300px;
}


.button_download a{
	list-style-type: none;
	text-decoration: none;
	float:left;
	background-color: #82be56;
	color: #FFF;
	font-size: 28px;
	color: #FFF;
	border-top-left-radius:8px;
	border-bottom-left-radius:8px;
	background-image: url(../images/download.png);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	padding-left: 60px;
	padding-top: 12px;
	height: 50px;
	width: 230px;
}


.download_version{
	float:left;
	background-color: #eeeeee;
	border-top-right-radius:8px;
	border-bottom-right-radius:8px;
	padding-bottom: 2px;
	padding-top: 6px;
	height: 54px;
	width: 290px;
}

.download_version p{
	margin-top:0;
	margin-bottom:0;	
}

.frame_download{
	margin: 15px;
}