/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
 * @author:          eddie
 * @last modified:   2013-11-04 16:59:44
 * @filename:        box.css
 * @description:     
 */

.boxcontent {
	margin:15px 15px 0;
	border-radius: 5px;
	padding: 2px;
	background-color: #FEF8B2;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.boxyellow{
	background-color: #FEF8B2;
}
.boxwhite{
	background-color: #ffffff;
}
.box {
	border-radius: 5px;
	font-size:14px;
	border: 1px dashed rgba(0, 0, 0, 0.3);
}
.box .title-orange {
	padding: 0 5px 0px 10px;
	background:url(../../images/activity/title-bg-orange.png) no-repeat 0 0;
	border-radius: 3px 3px 3px 0;
	color:#ffffff;
	height:22px;
	margin:-1px;
	line-height:22px;
	/*-moz-text-shadow:0 1px 0 #8d0001;-webkit-text-shadow:0 1px 0 #8d0001;text-shadow:0 1px 0 #8d0001;
	text-shadow:0px 1px 0 #8d0001;*/
}
.box .title-green {
	padding: 0 5px 0px 10px;
	background:url(../../images/activity/title-bg-green.png) no-repeat 0 0;
	border-radius: 3px 3px 3px 0;
	color:#ffffff;
	height:22px;
	margin:-1px;
	line-height:22px;
	text-align:left;
	/*-moz-text-shadow:0 1px 0 #8d0001;-webkit-text-shadow:0 1px 0 #8d0001;text-shadow:0 1px 0 #8d0001;
	text-shadow:0px 1px 0 #8d0001;*/
}
.box .title-brown {
	padding: 0 5px 0px 10px;
	background:url(../../images/activity/title-bg-brown.png) no-repeat 0 0;
	border-radius: 3px 3px 3px 0;
	color:#ffffff;
	height:22px;
	margin:-1px;
	line-height:22px;
	text-align:left;
	/*-moz-text-shadow:0 1px 0 #8d0001;-webkit-text-shadow:0 1px 0 #8d0001;text-shadow:0 1px 0 #8d0001;
	text-shadow:0px 1px 0 #8d0001;*/
}
.box .title-red {
	padding: 0 5px 0px 10px;
	background:url(../../images/activity/title-bg-red.png) no-repeat 0 0;
	border-radius: 3px 3px 3px 0;
	color:#ffffff;
	height:22px;
	margin:-1px;
	line-height:22px;
	text-align:left;
	/*-moz-text-shadow:0 1px 0 #8d0001;-webkit-text-shadow:0 1px 0 #8d0001;text-shadow:0 1px 0 #8d0001;
	text-shadow:0px 1px 0 #8d0001;*/
}
.box .Detail {
	padding: 15px;
	text-align:left;
}

.red {
	color:red;
}

.input {
	background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;

	border-radius: 4px 4px 4px 4px;
    color: #555555;
    display: inline-block;
    font-size: 16px;
    height: 25px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;

	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.btn {
	background-image:url(../../images/btn.png);
	background-repeat:no-repeat;
	background-size:240px 48px;
	width:240px;
	height:48px;
	text-align:center;
	font-weight:bold;
	color:#fff;
	font-size:23px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	border:0px;
	background-color:transparent;
	text-shadow: 0 /*{b-bar-shadow-x}*/ 1px /*{b-bar-shadow-y}*/ 0 /*{b-bar-shadow-radius}*/ #333 /*{b-bar-shadow-color}*/;
}

.gray_div {
    /*
    position:absolute;
    left:0px;
    top:37px;
    */
    position:relative;
    top:5px;
	background:#eee;color:#333;border:1px solid #666;padding:8px;
}

.gray_div:before {
	position: absolute;
	top: -7px;
	right: 35px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #eee;
	border-left: 7px solid transparent;
	border-bottom-color: #666;
	content: '';
}

.gray_div:after {
	position: absolute;
	top: -6px;
	right: 36px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #eee;
	border-left: 6px solid transparent;
	content: '';
}

.Wdate{border:#999 1px solid;cursor:pointer;background:#fff url(../../images/datePicker.gif) no-repeat right;}


.big_input {
    border: 1px solid #6FD4F5;
    border-radius: 0;
    color: #888888;
    font-size: 16px;
    height: 52px;
    padding: 0 10px;
    font-family: "Microsoft Yahei","arial";
}


.big_button {
    background-color: #05B5EF;
    border-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 24px;
    height: 54px;
    line-height: 54px;
    padding: 0 10px;
    text-align: center;
}

.white a:link, .white a:visited, .white a:hover, .white a:active {
    color:#fff;
    text-decoration:none;
}


