a{
	color: #DD2020;
	text-decoration: none;
	text-shadow:1px 1px 1px #999;
	font-size:21px;
	letter-spacing:-1px;
}
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:960px;
	min-height:100%;
	margin:0 auto;
    _height:100%;
}
.header{
	width:100%;
    height:100px;
    margin:0 auto;
    position:relative;
	left:-8px;
    overflow:hidden;
    border:8px solid #fff;
	border-style: none 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;
    -moz-border-radius:0px 0px 20px 20px;
    -webkit-border-bottom-left-radius:20px;
    -webkit-border-bottom-right-radius:20px;
    border-radius:0px 0px 20px 20px;
}
.phrase{
	width:100%;
	position:relative;
	top:23px;
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	color: #DD2020;
	text-shadow:1px 1px 1px #000;
	letter-spacing:-3px;
}
.data{
	width:100%;
    margin-top:20px;
    position:relative;
	float:left;
	left:-8px;
    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;
}
.parceldata{
	width:904px;
    margin-top:20px;
    position:relative;
	float:left;
	left:20px;
    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;
}
h3{
	position:relative;
	float:left;
	margin:0;
	width: 100%;
	font-size:27px;
    font-weight: bold;
    color:#DD2020;
	text-shadow:1px 1px 1px #000;
    letter-spacing:-1px;
}


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

input[type=text], textarea {
	outline: none;
	padding: 7px;
	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);
}
textarea{
	width:906px;
	height:200px;
}

/*Подсказки*/
.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:350px;
	text-align: right;
}
.firstdoc{
	width:650px;
	text-align: left;
}

/*Кнопки*/
.buttons{
	width:800px;
	height:100px;
	margin-top:20px;
	position:relative;
	float:left;
	left:122px;
}
.create{
	width:800px;
	height:100px;
	margin-top:20px;
	position:relative;
	float:left;
	left:80px;
}
.button{
	width:400px;
	height:100px;
	position:relative;
	float:left;
}
.save{
	height:80px;
	width:80px;
    border:8px solid #fff;
	border-style: solid solid solid solid;
	background: #DD2020 url(../images/floppy.png) no-repeat;
	background-size: 60px;
	background-position: 10px 10px;
	
	font-size:36px;
    font-weight: bold;
	color: #DD2020;
	text-shadow:1px 1px 1px #000;
    letter-spacing:-2px;
	
	box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0px 0px 6px #000;
    -webkit-box-shadow: 0px 0px 6px #000;
    border-radius:48px 48px 48px 48px;
	-webkit-transition: width 0.5s;
	-moz-transition: width 0.5s;
	-o-transition: width 0.5s;
	transition: width 0.5s;
}
.save:hover{
	width:300px;
}
.save a{
	width:200px;
	display:block;
	position:relative;
	padding-top:15px;
	padding-bottom:23px;
	padding-left:100px;
	text-shadow:1px 1px 1px #000;
	font-size:36px;
	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;
}
.save a:hover{
	color: #fff;
}


.home{
	height:80px;
	width:80px;
    border:8px solid #fff;
	border-style: solid solid solid solid;
	background: #DD2020 url(../images/home.png) no-repeat;
	background-size: 60px;
	background-position: 10px 10px;
	
	font-size:36px;
    font-weight: bold;
	color: #DD2020;
	text-shadow:1px 1px 1px #000;
    letter-spacing:-2px;
	
	box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0px 0px 6px #000;
    -webkit-box-shadow: 0px 0px 6px #000;
    border-radius:48px 48px 48px 48px;
	-webkit-transition: width 0.5s;
	-moz-transition: width 0.5s;
	-o-transition: width 0.5s;
	transition: width 0.5s;
}
.home:hover{
	width:300px;
}
.home a{
	width:200px;
	display:block;
	position:relative;
	padding-top:15px;
	padding-bottom:23px;
	padding-left:100px;
	text-shadow:1px 1px 1px #000;
	font-size:36px;
	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;
}
.home a:hover{
	color: #fff;
}


.devicediv{
	width:920px;
	position:relative;
	float:left;
	margin-left:20px;
}
.devicedata{
	width:680px;
	position:relative;
	float:left;
}
.firstdev{
	text-align: right;
}
.devicebuttons{
	width:240px;
	position:relative;
	float:left;
}
.adddelbuttons{
	width:320px;
	position:relative;
	float:left;
}
.buttonsmall{
	width:100%;
	position:relative;
	float:left;
}


.savedev{
	height:50px;
	width:50px;
	position:relative;
	float:left;
	margin:20px;
	margin-bottom:10px;
    border:2px solid #fff;
	border-style: solid solid solid solid;
	background: #DD2020 url(../images/floppy.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;
}
.savedev:hover{
	width:200px;
}
.savedev a{
	width:130px;
	display:block;
	position:relative;
	padding-top:8px;
	padding-bottom:23px;
	padding-left:70px;
	text-shadow:1px 1px 1px #000;
	font-size:25px;
	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;
}
.savedev a:hover{
	color: #fff;
}


.del{
	height:50px;
	width:50px;
	position:relative;
	float:left;
	margin:20px;
	margin-top:10px;
    border:2px solid #fff;
	border-style: solid solid solid solid;
	background: #DD2020 url(../images/delete.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;
}
.del:hover{
	width:200px;
}
.del a{
	width:130px;
	display:block;
	position:relative;
	padding-top:8px;
	padding-bottom:23px;
	padding-left:70px;
	text-shadow:1px 1px 1px #000;
	font-size:25px;
	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;
}
.del a:hover{
	color: #fff;
}


.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;
	text-shadow:1px 1px 1px #000;
	font-size:25px;
	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;
}


.delete{
	height:50px;
	width:50px;
	position:relative;
	float:left;
	margin:20px;
    border:2px solid #fff;
	border-style: solid solid solid solid;
	background: #DD2020 url(../images/delete.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;
}
.delete:hover{
	width:200px;
}
.delete a{
	width:180px;
	display:block;
	position:relative;
	padding-top:8px;
	padding-bottom:23px;
	padding-left:70px;
	text-shadow:1px 1px 1px #000;
	font-size:25px;
	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;
}
.delete a:hover{
	color: #fff;
}

.xml{
	height:80px;
	width:80px;
    border:8px solid #fff;
	border-style: solid solid solid solid;
	background: #DD2020 url(../images/xml3.png) no-repeat;
	background-size: 60px;
	background-position: 10px 10px;
	
	font-size:36px;
    font-weight: bold;
	color: #DD2020;
	text-shadow:1px 1px 1px #000;
    letter-spacing:-2px;
	
	box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0px 0px 6px #000;
    -webkit-box-shadow: 0px 0px 6px #000;
    border-radius:48px 48px 48px 48px;
	-webkit-transition: width 0.5s;
	-moz-transition: width 0.5s;
	-o-transition: width 0.5s;
	transition: width 0.5s;
}
.xml:hover{
	width:380px;
}
.xml a{
	width:280px;
	display:block;
	position:relative;
	padding-top:15px;
	padding-bottom:23px;
	padding-left:100px;
	text-shadow:1px 1px 1px #000;
	font-size:36px;
	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;
}
.xml a:hover{
	color: #fff;
}
.tpo{
	height:80px;
	width:80px;
    border:8px solid #fff;
	border-style: solid solid solid solid;
	background: #DD2020 url(../images/tpo.png) no-repeat;
	background-size: 60px;
	background-position: 10px 10px;
	
	font-size:36px;
    font-weight: bold;
	color: #DD2020;
	text-shadow:1px 1px 1px #000;
    letter-spacing:-2px;
	
	box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0px 0px 6px #000;
    -webkit-box-shadow: 0px 0px 6px #000;
    border-radius:48px 48px 48px 48px;
	-webkit-transition: width 0.5s;
	-moz-transition: width 0.5s;
	-o-transition: width 0.5s;
	transition: width 0.5s;
}
.tpo:hover{
	width:380px;
}
.tpo a{
	width:280px;
	display:block;
	position:relative;
	padding-top:15px;
	padding-bottom:23px;
	padding-left:100px;
	text-shadow:1px 1px 1px #000;
	font-size:36px;
	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;
}
.tpo a:hover{
	color: #fff;
}


.styled-select select {
	
	width: 480px;
	height: 30px;
	padding:6px;
	border: none;
	background: transparent;
}
.styled-select {
	width:454px;
	height:30px;
	overflow:hidden;
	padding:0;
	background: url(../images/selectbg.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:hover{
	background: url(../images/selectbghover.png) no-repeat 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;
}
.table_wraper{
	position:relative;
	float:left;
	width:100%;
	margin:0 auto;
}
.textarea_wraper{
	position:relative;
	float:left;
	width:100%;
	margin:20px;
}