﻿.win {
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 18px
}
.win-header {
	background-color: #f6f6f6;
	background-repeat: repeat-x;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	height: 46px;
	padding: 0 15px;
	background-image: linear-gradient(to bottom, #fafafa,#f2f2f2);
}
.win-header h3,.win-header h5 {
	color: #555;
	float: left;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #fff
}
.win-header h3 {
	line-height: 28px
}
.win-header ul.actions {
	margin: 0;
	padding: 0;
	border: 0;
	*zoom: 1;
	float: right;
	line-height: 40px;
	font-size: 11px;
	text-shadow: 1px 1px 0 #fff;
	text-transform: uppercase
}
.win-header ul.actions: before,.win-header ul.actions: after {
	display: table;
	content: "";
	line-height: 0
}
.win-header ul.actions: after {
	clear: both
}
.win-header ul.actions li {
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	white-space: nowrap;
	padding-left: 4px;
	padding-right: 4px
}
.win-header ul.actions li {
	font-weight: bold
}
.win-header ul.actions li a {
	text-decoration: none;
	color: #666;
	outline: none
}
.win-header ul.actions li a: hover {
	color: #008ee8
}
.win-header ul.actions li a.btn: hover {
	color: #333
}
.win-header ul.actions li .btn {
	font-family: "Lucida Grande",Verdana,sans-serif;
	font-size: 10px
}
.win-actions {
	float: right;
	margin-top: 9px;
	margin-bottom: 0
}
.win-content,.win-body {
	min-height: 18px;
	padding: 9px 15px 0
}
.win-content {
	border-top: 1px solid #ebebeb
}
.win-header+.win-content,.win .win-content: first-child {
	border-top: 0
}
.win-striped .win-content: nth-child(odd) {
	background-color: #f9f9f9
}
.win-hover: hover {
	background-color: #f5f5f5
}
.win-small .win-header {
	height: 37px;
	line-height: 37px;
	padding: 0 11px 0
}
.win-small .win-header h5 {
	font-size: 12px;
	line-height: 20px
}
.win-small .win-header .win-actions {
	margin-top: 4px
}
.win-small .win-header ul.actions {
	line-height: 35px
}
.win-large .win-header {
	height: 55px;
	line-height: 55px
}
.win-large .win-header h3 {
	line-height: 37px
}
.win-large .win-header .win-actions {
	margin-top: 2px
}
.win-large .win-header ul.actions {
	line-height: 55px
}
.win-large .win-content,.win-large .win-body {
	padding: 18px 20px 0
}
.win-narrow
{
	width:460px;
	margin: 0px auto;
}