﻿.SentMemo
{
	padding-top: 20px;
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 25px;
	text-align: left;
}

.wrap2
{
	width: 182px;
	text-align: left;
}

.nice-select2
{
	width: 140px;
	padding: 0 10px;
	height: 30px;
	border: 1px solid #cccccc;
	position: relative;
	border-radius: 4px;
	background: #fff url(../../images/a2.jpg) no-repeat right center;
}
.nice-select2 input
{
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px \9;
	border: 0;
	outline: 0;
	background: none;
}
.nice-select2 ul
{
	width: 100%;
	display: none;
	position: absolute;
	left: -1px;
	top: 29px;
	overflow: hidden;
	background-color: #fff;
	max-height: 200px;
	overflow-y: auto;
	border: 1px solid #cccccc;
	border-top: 0;
	z-index: 9999;
}
.nice-select2 ul li
{
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	padding: 0 10px;
	cursor: pointer;
}
.nice-select2 ul li.on
{
	background-color: #e0e0e0;
}

.bottomDiv
{
	position: fixed;
	height: 40px;
	line-height: 24px;
	width: 100%;
	text-align: center;
	background-color: #efefef;
	border-top: 1px solid #CCC;
	left: 0px;
	bottom: 0px;
	_position: absolute;
}
