/* Basic  ---------------------------------------- */

.clear {
	clear: both;
}
* {
	margin:0;
	padding:0;	
}
body {
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646464;
	text-align: left;
}
a {
	text-decoration:underline;
	color:#C66653;
}
#wrapper {
	padding:10px;
	line-height:20px;
	margin-bottom:30px;
}
.bt_pd {
	text-decoration: none;
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	background: url(../../static/img/bg_buttom.png) repeat scroll 0 0 #EEEEEE;
	border-color: #999999 #999999 #888888;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	line-height: normal !important;
	padding: 2px 6px;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
	color: #666666;
	display: inline-block;
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
}
.bt_pd:hover {
	color:#000000;
}
.actions_pop {
	width:100%; position:fixed; bottom:0; height:30px;
	background:#F3F3F3;
	padding-left:10px;
}
