a{
	color: #DD2020;
	text-decoration: none;
}
html{
	height:100%;
	margin:0;
    padding:0;
}
body{
	font-family: Cambria, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	background: #eee url(../images/5ofP_gcc.png) repeat top left;
	font-weight: 400;
	font-size: 18px;
	color: #391b27;
	height:100%;
	overflow-y: scroll;
	overflow-x: hidden;
	margin:0;
    padding:0;
}
.wraper{
	width:100%;
	min-height:100%;
	margin:0 auto;
    _height:100%;
}
.data{
	width:860px;
    margin-top:20px;
    position:relative;
	float:left;
	left:4px;
    border:8px solid #fff;
	border-style: solid solid solid solid;
	background: #eee url(../images/bg_grid.png) repeat top left;
	box-shadow: inset 0 0 6px;
    -moz-box-shadow: inset 0px 0px 6px #000;
    -webkit-box-shadow: inset 0px 0px 6px #000;
    border-radius:20px 20px 20px 20px;
}
h2{
	position:relative;
	float:left;
	left:20px;
	height:50px;
	width:100%;
	margin:30px auto;
	padding-left:20px;
	font-size:36px;
    font-weight: bold;
    color:#DD2020;
	text-shadow:1px 1px 1px #000;
    letter-spacing:-2px;
}

/*Текстовые поля*/

input[type=text], textarea {
	outline: none;
	padding: 5px;
	border: 1px solid #CCC;
	display: inline;
    position: relative;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
}
input[type=text]:focus, textarea:focus {
	border-color:#56b4ef;
	box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 0 8px rgba(82,168,236,.6);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 0 8px rgba(82,168,236,.6);
}



/*Подсказки*/
.tooltip{
   	display: inline;
   	position: relative;
}
.tooltip:hover:after{
   	background: #333;
	background: rgba(0,0,0,.8);
	border-radius: 5px;
	bottom: 26px;
	color: #fff;
	content: attr(data-title);
	left: -100px;
	padding: 5px 15px;
	position: absolute;
	z-index: 98;
	width: 220px;
}
.tooltip:hover:before{
	border: solid;
	border-color: #333 transparent;
	border-width: 6px 6px 0 6px;
	bottom: 20px;
	content: "";
	left: 50%;
	position: absolute;
	z-index: 99;
}


table{
	position:relative;
	float:left;
	margin-bottom: 20px;
	margin-left: 20px;
	border-spacing: 2px 10px;
}
.first{
	width:300px;
	text-align: right;
}

.styled-select-left select {
	width:330px;
	height:30px;
	padding:6px;
	border: none;
	background: transparent;
}
.styled-select-left {
	position:relative;
	float:right;
	width:300px;
	height:30px;
	overflow:hidden;
	padding:0;
	background: url(../images/selectleftbg.png) no-repeat right;
	border: 1px solid #CCC;
	border-radius:4px;
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
}
.styled-select-left:hover{
	background: url(../images/selectleftbghover.png) no-repeat right;
}
.adddelbuttons{
	width:320px;
	position:relative;
	float:left;
}
.add{
	height:50px;
	width:50px;
	position:relative;
	float:left;
	margin:20px;
    border:2px solid #fff;
	border-style: solid solid solid solid;
	background: #DD2020 url(../images/add.png) no-repeat;
	background-size: 40px;
	background-position: 5px 5px;
	
	font-size:25px;
    font-weight: bold;
	color: #DD2020;
	text-shadow:1px 1px 1px #000;
    letter-spacing:-1px;
	
	box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0px 0px 6px #000;
    -webkit-box-shadow: 0px 0px 6px #000;
    border-radius:26px 26px 26px 26px;
	-webkit-transition: width 0.5s;
	-moz-transition: width 0.5s;
	-o-transition: width 0.5s;
	transition: width 0.5s;
}
.add:hover{
	width:300px;
}
.add a{
	width:230px;
	display:block;
	position:relative;
	padding-top:8px;
	padding-bottom:23px;
	padding-left:70px;
	border-radius:40px 40px 40px 40px;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}
.add a:hover{
	color: #fff;
}