.cmp_icon {
	float: left;
	width: 100px;
	height: 100px;
	cursor: pointer;
	border: 1px solid #333;
	background: #666;
	margin-right: 10px;
}

.icon_cont {
	padding-bottom: 15px;
}

.ghost {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.dd_area .marker {
	border: 2px dashed #666;
	margin-bottom: 10px;
}

.ddboxHover {
}

.ddbox .block_cap, .ddbox .block_cap h3 {
	cursor: move;
}

.add_cmp_preloader {
	height: 200px;
	background: red;
}

.delete_cmp {
	float: right;
	width: 16px;
	height: 16px;
	background: url(http://www.ecupids.net/layout/themes/dreamdate/img/close_btn_small.png) 50% 50%;
	cursor: pointer;
	margin-right: 2px;
	margin-top: 2px;
}

.edit_cmp {
	float: right;
	width: 16px;
	height: 16px;
	background: url(http://www.ecupids.net/layout/img/pre_small.png);
	cursor: pointer;
	margin-right: 2px;
	margin-top: 2px;
}

.profile_actions {
	padding: 10px;
	background: #f4f3e7;
	border: 1px solid #eeeedf;
}

.profile_actions .list_menu, .profile_actions .send_virtual_gift, .profile_actions .send_message, .profile_actions .send_profile {
	width: 181px;
	margin: 0px auto;
}

.profile_actions a {
	display: block;
	height: 22px;
	background: url(http://www.ecupids.net/layout/themes/dreamdate/img/profile_actions.png) no-repeat;
	color: #000;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
}

#page_canvas .profile_actions a {
	text-decoration: none;
}

.profile_actions a:hover {
	background: url(http://www.ecupids.net/layout/themes/dreamdate/img/profile_actions_hover.png) no-repeat;
}

.photo_gallery .block, .photo_gallery .block_body {
	margin-bottom: 0px;
}

.profile_view .narrow {
	width: 44%;
}

.profile_view .wide {
	width: 54%;
}

