@charset "utf-8";
/* CSS Document */

.ss_wrap{
	width:650px;
	border:1px solid #ddd;
	border-bottom:0;
	font-family:Arial, Helvetica, sans-serif;
	margin:15px 0 0 0;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	margin-bottom:20px;
}

.ss_heading{
	background:url(bg.png) top repeat-x #ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	border:2px solid #000;
	height:70px;
	line-height:70px;
}

.ss_heading div{
	background:url(icon.gif) 20px 13px no-repeat;
	padding:0 0 0 77px;
}

.ss_option{
	border-bottom:1px solid #ddd;
	padding:15px 20px;
}

.ss_option.alt{
	background-color:#DFE8FF;
}

.ss_option.right{
	text-align:right;
}

.ss_option label{
	display:block;
	background:url(edit.png) left center no-repeat;
	padding:0 0 0 21px;
	font-size:14px;
	color:#21759B;
	font-weight:bold;
	line-height:16px;
	height:16px;
}

.ss_option select, .ss_option .field{
	padding:5px;
	color:#333;
	background:#FFFFC4;
	border:1px solid #ddd;
	margin:10px 0px;
}

.ss_option select{
	width:250px;
                   height: 40px;
}

.ss_option .field{
	width:380px;
}

.ss_option textarea{
	width:420px;
	padding:5px;
	color:#333;
	background:#f3f3f3;
	border:1px solid #ddd;
	margin:10px 0px;
	font-size:10px;
}

.ss_description{
	color:#2D2D2D;
	font-size:11px;
	font-weight:bold;
}