@CHARSET "UTF-8";
/******* GENERAL RESET *******/


}
.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
a{
	text-decoration: none;
}
strong{
	font-weight: 700;
}
/******* GENERAL RESET *******/
h1{
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2em;
	border-bottom: 1px dotted #6b9ef1;
	color: #5f95ef;
	margin-bottom: 1em;
}
/******* LOGO *******/
#logo{
	margin-top: 1em;
	display: block;
}
/******* /LOGO  *******/
/******* CONTAINER *******/
#container{
	width: 600px;
	margin: 40px auto;
	text-align: left;
}
/******* /CONTAINER *******/
/******* FORM *******/

#customForm input{
	margin-left: 10px;
	margin-top:3px;
	margin-bottom:3px;
	/*width: 175px;*/
	padding: 5px 5px 5px 5px;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	/*border: 1px solid #cecece;*/
	border: 1px solid  #cecece;
}

#customForm select{
	margin-left: 10px;
	margin-top:3px;
	margin-bottom:3px;
	width: 175px;
	padding: 5px;
	color:#666;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid  #cecece;
}
#customForm radio{
	margin-left: 10px;
	margin-top:3px;
	margin-bottom:3px;
	width: 15px;
	padding: 5px;
	color:#666;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid  #cecece;
}
#customForm checkbox{

	padding: 6px;
	color: #949494;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid  #cecece;
}
#customForm input.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm textarea{
		margin-left: 10px;
	margin-top:3px;
	margin-bottom:3px;
	width: 300px;
	height: 80px;
	padding: 6px;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;

	font-size: 11px;
	border: 1px solid  #cecece;
}
#customForm textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm div{
	margin-left: 10px;
}
#customForm div span{
	margin-left: 10px;
	color:#666;
	font-size: 11px;
	
}
#customForm div span.error{
	color: #e46c6e;
	
}
#customForm #send{
	background: #6f9ff1;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
}
#customForm #send:hover{
	background: #79a7f1;
}
#error{
	margin-bottom: 20px;
	border: 1px solid #efefef;
}
#error ul{
	list-style: square;
	padding: 5px;
	font-size: 11px;
}
#error ul li{
	list-style-position: inside;
	line-height: 1.6em;
}
#error ul li strong{
	color: #e46c6d;
}
#error.valid ul li strong{
	color: #93d72e;
}
/******* /FORM *******/
/*******expandable panel*******/
.msg_list {
margin: 0px;
padding: 0px;
width: 383px;
}
.msg_head {
padding: 5px 10px;
cursor: pointer;
position: relative;
background-color:#C1C1C1;
/*background-color:#E9E9E9;*/
margin:1px;
}
.msg_head_plain {
padding: 5px 10px;
cursor: pointer;
position: relative;

/*background-color:#E9E9E9;*/
margin:1px;
}
.msg_head_detail {
padding: 5px 10px;
cursor: pointer;
position: relative;
background-color:#FFFBF0;
margin:1px;
}
}
.msg_head_detail_child{
	
padding: 5px 10px;
cursor: pointer;
position: relative;
background-color:#F5F5F5;
margin:1px;
}

/*******alert*******/
.item{
	background: url("../img/shadow_wide.png") no-repeat center bottom;
	padding-bottom: 6px;
	display: inline-block;
	margin-bottom: 30px;
	position:relative;
}

.item .delete{
	background:url('../img/delete_icon.png') no-repeat;
	width:37px;
	height:38px;
	position:absolute;
	cursor:pointer;
	top:10px;
	right:-80px
}


#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;

}

#boxes #dialog {
	 position:absolute;
  left:0;
  
  top:300;
  width:650px; 
  height:500px;
  overflow:auto;
  padding:10px;
  background-color:#ffffff;
}

#formWrap {
	padding:10px;
/*	position:absolute;*/
	float:left;
	background-color:#000;
	background:rgba(0,0,0,.2);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	
}
