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

#profile-container {
	height: auto;
	width: 530px;
	float:left;
	background-color: #FFF;
}

#profile {
	height: 100%;
	width: 500px;
	float:left;
	overflow-x: hidden;
	padding-left:15px;
	padding-right:15px;
	padding-top:20px;
	padding-bottom: 20px;
}

#profile-popup {
	height: 100%;
	width: 530px;
	float:left;
}

#profile-left {
	height: 100%;
	width: 200px;
	float:left;
}

.profile-up {
	width: 200px;
	height: auto;
	float:left;
}

.profile-up p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding-left: 13px;
	color: #333;
	padding-top:5px;
}

.profile-up a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-top: 5px;
	color: #333;
	text-decoration:none;
}

.profile-up a:hover {
	color: #3c8ed3;
	text-decoration: underline;
}

#profile-right {
	height: 100%;
	width: 300px;
	float:left;
}

#profile-right p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding-right: 20px;
	color: #333;
}

#profile-right-smallprint {
	height: 100%;
	width: 300px;
	margin-left: 200px;
	float:left;
}

#profile-right-smallprint p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #333;
}

.email-small {
	display:block;
	padding-left: 30px;
	width: 130px;
	background-image: url(../images/email-small.gif);
	background-repeat: no-repeat;
	background-position: 13px 3px;	
}

.blue {
	color:#3c8ed3;
}