#mobile_wrap {
	margin-left: 5px;
	margin-top: 10px;
	width: 789px;
}
#mobile_wrap p {
}

#mobile_wrap #main_image {
	margin-bottom: 5px;
	background-image: url(img/mobile/main_image.jpg);
	background-repeat: no-repeat;
	width: 604px;
	height: 43px;
	padding-left: 185px;
	padding-top: 323px;
}
#mobile_wrap #main_image p {
	margin: 0;
	color: #660000;
}
#mobile_wrap #main_image p a {
	text-decoration: underline;
	color: #660000;
}
#mobile_wrap #main_image p a:hover {
	color: #525051;
}
#mobile_wrap #main_image img {
}
#mobile_wrap #main_image .title_bar {
}

#mobile_wrap .mobile_content {
}
#mobile_wrap .mobile_content p {
	line-height: 1.5em;
	padding: 0;
	margin: 0 0 14px 0;
	width: 325px;
}
#mobile_wrap .mobile_content .title_bar {
	background-image: url(img/mobile/title_bar.jpg);
	background-repeat: repeat-x;
	height: 20px;
	font-weight: bold;
	padding-left: 8px;
	padding-top: 6px;
	margin-bottom: 8px;
}

#mobile_wrap #qr_code {
	float: left;
	margin-left: 15px;
	display: inline;
	width: 430px;
}
#mobile_wrap #qr_code .qr_code_text {
	float: left;
	margin-left: 7px;
}
#mobile_wrap #qr_code .title_bar {
	width: 422px;
}
#mobile_wrap #qr_code img {
	float: left;
}
#mobile_wrap #qr_code .send_mobile {
	background-image: url(img/mobile/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0px 3px;
}
#mobile_wrap #qr_code .send_mobile a {
	text-decoration: underline;
}

#mobile_wrap #mobile_image {
	width: 334px;
	float: left;
	margin-left: 10px;
}
#mobile_wrap #mobile_image .mobile_image_text {
	margin-left: 5px;
}
#mobile_wrap #mobile_image .mobile_image_photo {
	float: left;
}
#mobile_wrap #mobile_image img {
	margin-right: 2px;
}
#mobile_wrap #mobile_image .title_bar {
	width: 326px;
}


/*---- clearfix ----*/

.clearfix {
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}
