@import url(reset.css);

body {
    background-color: #ccc;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Tahoma, sans-serif;
    font-size: 13px;
    background: url(../images/body.png) repeat #ccc;
    transition: all 300ms linear;
}
p {margin-top: 5px;margin-bottom: 15px;line-height: 1.5em; transition: all 300ms linear;}
p.center {text-align: center;}
p.italic {font-style: italic;}
p.bold {font-weight:bold;}
h1, h2, h3, h4, h5 {padding-bottom: 5px;margin: 25px 0 10px 0;font-weight: normal;line-height: 120%;}
h1 {font-size: 250%;line-height: 100%;}
h2 {font-size: 200%;line-height: 100%;}
h3 {font-size: 175%;}
h4 {font-size: 120%;line-height: 130%;}
h5 {font-size: 120%;text-transform: uppercase;}
h1 {
	padding-top: 20px;
	font-size: 26px;
	color: #335;
}
hr {
    border: 0 none;
    border-top: 1px solid #DBE8ED;
    height: 1px;
}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}
a:active {color: #0269B3; text-decoration: none;}
a {color: #0269B3; text-decoration: none;}
.clear {clear: both;}
#wrapper {
    margin: 0 auto;
    padding: 0;
    width: 1200px;
    padding-left: 3px;
    padding-right:  3px;
    background: url(../images/bg.jpg);
    background-color: #fff;
   	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 60px #000; /* Эффект свечения */
}

/* Початок блоку HEADER */
#top {
    background-image: url(../images/top-bg.png);
    padding: 6px 15px;
    margin-bottom: 3px;
    position: relative;
}
#header {
    background: url("../images/header-bg.png") 0px 0px repeat-x #305086;
    height: 250px;
    position: relative;
}
#date { 
    font-weight: 700;
}
#textSize {
    display:block;
    position: absolute;
    right:10px;
    top: 5px;
    padding: 0;
    margin: 0;
    font-weight: 700;
}
#textSize span {
    position: absolute;
    display: block;
    right: 50px;
    top:2px;
}
.wrap img {
    display: block;
    padding: 2px;
    margin: 0 auto;
}
#top-menu {
    display: block;
    height: 39px;
    padding: 0px;
    padding-right: 2px;
}
#menu  {
    font-size: 13px;
    background-image:url('../images/bc_bg.png'); 
    background-repeat:repeat-x;
    height:30px;
    line-height:30px;
    color:#9b9b9b;
    border:solid 1px #cacaca;
    width:100%;
    overflow:hidden;
    margin:0px;
    padding:0px;
}
#menu li {
    list-style-type:none;
    float:left;
    display: inline; /* специально для IE6 */
    padding-left:10px;
    background-image:url('../images/bc_separator.png'); 
    background-repeat:no-repeat; 
    background-position:right;
}
#menu a {
    height:30px;
    padding-right: 15px;
    text-decoration: none;
    color:#454545;
}
.home {
    border:none;
    padding-top:6px;
}
#menu a:hover{
    color: gray;
}
#ph {
    width: 561px;
    height: 276px;
    background-image: url(../images/ph.png);
    position: absolute;
    right: 30px;
    top: -20px;
    z-index: 10;
}
#flag {
    width: 86px;
    height: 152px;
    background-image: url(../images/flag.gif);
    position: absolute;
    right: -7px;
    top: 98px;
}
/* Кінець блоку HEADER */

#main {
    width: 100%;
    
    position: relative;
}
#lbar {
    width:290px;
	float:left;
    display: inline; /* специально для IE6 */
}
#rbar {
    width:290px;
	float:right;
    display: inline; /* специально для IE6 */
    z-index:1;
}
#content {
    margin-left:290px;
    margin-right:293px;
    padding-bottom: 10px;
    margin-bottom: 3px;
    padding-right: 5px;
    float: none;
}

* html #content {
    width:600px;
}
.block {
    clear: both;
}
.bhead { 
    background-color: #888D91;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 700;
    padding: 9px 12px;
    position: relative;
    border-radius: 6px 6px 0 0;
    width: 260px;
    height: 12px;
    text-align: center;
    text-shadow: 0px 2px 3px #666;
}
.bcontent {
    color: #313131;
    float: left;
    padding: 9px 11px;
    width: 260px;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    box-shadow: 2px 2px 3px #999;
    -webkit-box-shadow: 2px 2px 3px #999;
    -moz-box-shadow: 2px 2px 3px #999;    
    background: url(../images/blockbg.png) repeat-x #f1f6fc; 
    padding-bottom: 20px;   
    margin-bottom: 6px;
}
#avatar {
    margin-left:90px;
    margin-top:5px;
    font-size: 15px;
}
#avatar a {
    display: block;
    margin: 10px 5px 15px 0;
}

/* Side Menu */
ul.menu2 {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
ul.menu2 li {
    list-style: none;
    margin: 0;
    padding: 2px 0;
    float: none;
    background: url(../images/module-div.png) 0 100% repeat-x;
}
ul.menu2 a, ul.menu2 .separator {
display: block;
text-indent: 0;
overflow: hidden;
font-size: 120%;
float: none;
}
ul.menu2 a {
padding: 6px 10px 6px 22px;
}
ul.menu2 li a {
background: url(../images/radio-button.png) 0 6px no-repeat;
}
ul.menu2 li.active a, ul.menu2 li.active .separator, ul.menu2 li a:hover {
background: url(../images/radio-button.png) 0 -116px no-repeat;
}
/* /Side Menu */

#footer {
background: #383838 url(../images/botbar-bg.png) 0 0 repeat-x;
}
#footer {
padding: 15px;
overflow: hidden;
overflow-x: hidden;
overflow-y: hidden;
position: relative;
}
#footer #author {
    color: #bbb;
}
#bottom {
background: #222 url(../images/bottom-bg.png) 0 0 repeat-x;
}
#bottom {
overflow: hidden;
padding-bottom: 15px;
}
.copyright-block { 
margin: 0px auto;
text-align: center;
width: 500px;
}
#copyright { 
color: #999999;
padding: 15px 0px 8px;
}

/* Календар */
table {
	border-collapse: separate;
	border: 1px solid #9DABCE;
	border-width: 0px 0px 1px 1px;
	font-size: 20px;
    box-shadow: 2px 2px 3px #999;
    -webkit-box-shadow: 2px 2px 3px #999;
    -moz-box-shadow: 2px 2px 3px #999;   
    margin: 0 auto;
}
td, th {
	width: 38px;
	height: 38px;
	text-align: center;
	vertical-align: middle;
	background: url(../img/cells.png);
	color: #444;
	position: relative;
}
th {
	height: 30px;
	font-weight: bold;
	font-size: 14px;
}
td:hover, th:hover {
	background-position: 0px -38px;
	color: #222;
}
td.date_has_event {
	background-position: 76px 0px;
	color: white;
}
td.date_has_event:hover {
	background-position: 76px -38px;
}
td.padding {
	background: url(../img/calpad.jpg);
}
td.today {
	background-position: 38px 0px;
	color: white;
}
td.today:hover {
	background-position: 38px -38px;
}
.events {
	position: relative;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2 url(../img/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: 200px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
}
.events li {
	padding-bottom: 5px;
}
.events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
.events li span.title2 {
	font-weight: bold;
	color: #222;
}
.event li {
	padding-bottom: 5px;
}
.event li span {
	display: block;
	font-size: 12px;
	color: #555;
    font-size: 13px;
}
.event li span.titles {
	color: #222;
}
.event li span.titles div {
	margin-left:18px;
    line-height:1.1em;
}
/* /Календар */

.section{
	width : 50%;
}

.box{
    float: left;
	display : inline;
	border : 1px solid #c3d0e1;
	margin : 0 5px 10px 5px;
	width : 198%;
    box-shadow: 0 5px 10px #aaa;
    border-radius: 6px 6px 0 0;
}

.box.small{
	width : 285px;
    margin: 0 -2px 5px 0;
}

.box .title{
	display : block;
	background : url(../admin/images/box-title.gif) repeat-x left top transparent;
	border-bottom : 1px solid #e2e5e8;
	border-left : 1px solid #FFFFFF;
	border-right : 1px solid #FFFFFF;
	padding : 10px 0 0 0;
	height : 24px;
    text-align: center;
    font-size: 15px;
    border-radius: 6px 6px 0 0;
}

.box .title h2{
	float : left;
    display: inline; /* специально для IE6 */
	padding : 0 0 0 10px;
	font-size: 14px;
	color : #002e68;
	line-height : 1.0em;
	text-transform : uppercase;
	font-weight : 100;
    margin: 0 0 0 12px;
}

.box .content .newsPic {
    float: right;
    display: inline; /* специально для IE6 */
    width: 230px;
    margin: 8px 0 7px 15px;
    display: block;
    box-shadow: 0 0 5px;
    border: 1px solid #ccc;
}
.box .content img {
    margin: 6px;
    display: block;
    box-shadow: 0 0 5px;
    border: 1px solid #ccc;
    margin: 0 auto;
}
.box .content{
	display : block;
	background-color : #FFFFFF;
	border : 4px solid #f2f4f7;
	padding : 5px 15px 7px 15px;
}
.box .sphere {
    padding: 0;
}
.box .sphere iframe {
    width: 100%;
    height: 500px;
    
}
.box .content a:hover#next {
    text-decoration: underline;
}
.box .content p {
    text-indent: 1.5em;
    color:#111;
    line-height: 21px;
}
.box.small .content{
	display : block;
	background-color : #FFFFFF;
	border : 4px solid #f2f4f7;
	padding : 5px;
}
.box.small .content.menu{
	display : block;
	background-color : #FFFFFF;
	border : 4px solid #f2f4f7;
	padding : 0;
}
.box .content span.shadow{
	display : inline-block;
	border : 1px solid #f2f4f7;
	cursor : pointer;
}

.box .content span.shadow.left{
	float : left;
	border : 1px solid #f2f4f7;
	margin : 3px 14px 15px 0;
}

.box .content span.shadow.right{
	float : right;
	border : 1px solid #f2f4f7;
	margin : 3px 0 15px 14px;
}

.box .content span.shadow img{
	background-color : #FFFFFF;
	border : 1px solid #c3d0e1;
	padding : 1px;
}

.box .content.gallery{
	display : block;
	padding : 5px 6px 15px 15px;
	*padding : 5px 5px 12px 15px;
	line-height : 0.70em;
	text-align : center;
}

.box .content.gallery a{
	display : inline-block;
}

.gallery div {
    float: left;
    display: inline; /* специально для IE6 */
    width: 180px;
    margin: 0 5px 10px 0;
}
.media {
    display: block;
    text-align: center;
    float:left;
    display: inline;
    padding: 5px;
    position: relative;
}
.media .title-over {
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    padding: 10px;
    margin: 8px;
    width: 87%;

    background: black;
    background: rgba(0, 0, 0, .8);
}
.media img {
    display: block;
    width: 267px;
}
.box .content a span.shadow{
	display : inline-block;
	margin : 12px 7px 0 0;
	*margin : 10px 7px 0 0;
}

.box  .shadow img{
	width : 74px;
	height : 74px;
}

.box .content a:hover span.shadow img{
	opacity : 0.5;
	filter : alpha(opacity=50);
}

.box .content div.thumb{
	display : inline-block;
	*display : inline;
	*zoom : 1;
	position : relative;
	overflow : hidden;
	margin : 12px 7px 0 0;
	*margin : 10px 9px 3px 1px;
	width : 80px;
	height : 80px;
}

.box .thumb div {
	position : absolute;
	background : url(../admin/images/img-hover.png) repeat left bottom transparent;
	display : none;
	top : 0;
	left : 0;
	z-index : 999;
	text-align : center;
	width : 100%;
	height : 100%;
}

.box .thumb div a.zoom{
	display : inline-block;
	margin : 18px 0 0;
}

.box .thumb div a:hover img{
	opacity : 0.8;
	filter : alpha(opacity=80);
}

.box .content .message{
	display : block;
	border-bottom : 1px solid #c3d0e1;
	padding : 0 0 13px;
	*padding : 0 0 8px;
	font-size : 11px;
}
.box .content.forms {
	padding : 0;
}
.box .details {
    background-color: #f2f4f7;
    padding: 5px 5px 4px 16px;
    background: url(../admin/images/box-details.gif) repeat-x left top transparent;
    border-bottom: 1px solid #E2E5E8;
    border-left: 1px solid white;
    border-right: 1px solid white;
}
#back-top {
position: absolute;
right: 15px;
top: 13px;
width: 90px;
height: 20px;
text-align: center;
line-height: 22px;
font-weight: bold;
font-size: 12px;
background: url(../images/top-button-bg.png) 0 0 no-repeat;
display: block;
margin: 0;
}
@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('../websymbols/websymbols-regular-webfont.eot');
    src: url('../websymbols/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../websymbols/websymbols-regular-webfont.woff') format('woff'),
        url('../websymbols/websymbols-regular-webfont.ttf') format('truetype'),
        url('../websymbols/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 400;
  src: local('Dosis Regular'), local('Dosis-Regular'), url(http://themes.googleusercontent.com/static/fonts/terminaldosis/v5/_IcvjW_kWHsIHjjUsLbdpFGxLvFzKVP0OsRYGzgS_zk.woff) format('woff');
}
.ca-menu{
    padding:0;
    margin:0;
    width: 250px;
}
.ca-menu li{
    width: 279px;
    height: 35px;
    overflow: hidden;
    position: relative;
    display: block;
    background: #fff;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.ca-menu li:last-child{
    margin-bottom: 0px;
}
.ca-menu li a{
    text-align: left;
    width: 100%;
    height: 100%;
    color: #333;
    position: relative;
}
.ca-icon{
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 12px;
    text-shadow: 0px 0px 1px #333;
    line-height: 90px;
    position: absolute;
    width: 40px;
    left: 3px;
    top: -30px;
    text-align: center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.ca-content{
    position: absolute;
    left: 55px;
    width: 200px;
    height: 60px;
    top: -17px;
}
.ca-main{
    font-size: 15px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.ca-menu li.current{
    background: #f0f4ff;
}
.ca-menu li:hover{
    text-decoration: none;
    background: #e1f0fa;
}
.ca-menu li:hover .ca-icon{
    font-size: 30px;
    color: #259add;
    opacity: 0.8;
    text-shadow: 0px 0px 13px #fff;
}
.ca-menu li:hover .ca-main{
    opacity: 1;
    color:#2676ac;
    -webkit-animation: moveFromTop 300ms ease-in-out;
    -moz-animation: moveFromTop 300ms ease-in-out;
    -ms-animation: moveFromTop 300ms ease-in-out;
}
@-webkit-keyframes moveFromTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(-200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromTop {
    from {
        opacity: 0;
        -moz-transform: translateY(-200%);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromTop {
    from {
        opacity: 0;
        -ms-transform: translateY(-200%);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0%);
    }
}


.comment {
    	/* Стиль для комментариев  */
	margin-left:100px;
	padding:12px;
	width:415px;
	position:relative;
	background-color:#fcfcfc;
	border:1px solid white;
	color:#888;
	margin-bottom:25px;
	
	/* Скругленные углы и тени CSS3 */
	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;

	-moz-box-shadow:2px 2px 0 #c2c2c2;
	-webkit-box-shadow:2px 2px 0 #c2c2c2;
	box-shadow:2px 2px 0 #c2c2c2;
}

#addCommentContainer{
	
	/* Стиль для комментариев  */
	padding:12px;
	width:516px;
	position:relative;
	background-color:#fcfcfc;
	border:1px solid white;
	color:#888;
	margin-bottom:25px;
	
	/* Скругленные углы и тени CSS3 */
	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;

	-moz-box-shadow:2px 2px 0 #c2c2c2;
	-webkit-box-shadow:2px 2px 0 #c2c2c2;
	box-shadow:2px 2px 0 #c2c2c2;
}


.comment .avatar{

	/*
	/	Аватар позиционируется абсолютно. 
	/	Внешнее смещение для div комментария
	/*/

	height:80px;
	left:-100px;
	position:absolute;
	width:80px;
	background:url('img/default_avatar.gif') no-repeat #fcfcfc;
	
	/* Центрируем вертикально: */

	-moz-box-shadow:1px 1px 0 #c2c2c2;
	-webkit-box-shadow:1px 1px 0 #c2c2c2;
	box-shadow:1px 1px 0 #c2c2c2;
}

.comment .avatar img{
	display:block;
    border:0;
    box-shadow:0 0 0;
}

.comment .name{
	font-size:20px;
	padding-bottom:10px;
	color:#ccc;
}

.comment .date{
	font-size:10px;
	padding:6px 0;
	position:absolute;
	right:15px;
	top:10px;
	color:#bbb;
}

.comment p,
#addCommentContainer p{
	font-size:18px;
	line-height:1.5;
	overflow-x:hidden;
    text-indent: 0;
}

#addCommentContainer input[type=text],
#addCommentContainer textarea{

	/* Стиль для ввода */

	display:block;
	border:1px solid #ccc;
	margin:5px 0 5px;
	padding:3px;
	font-size:12px;
	color:#555;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Tahoma, sans-serif;
}

#addCommentContainer textarea{
	width:300px;
}



#submit{
	
	/* Кнопка "Отправить" */
	
	background-color:#58B9EB;
	border:1px solid #40A2D4;
	color:#FFFFFF;
	cursor:pointer;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Tahoma, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:4px;
	margin-top:5px;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

#submit:hover{
	background-color:#80cdf5;
	border-color:#52b1e2;
}


a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:none;
}

.box .content.forms {
	padding : 0;
}

form {
	display: inline-block;
	margin : 0;
	padding : 0;
	width : 100%;
}

.line {
	display: block;
	padding : 15px;
    border-top-width: 2px; 
    border-top-style: solid; 
    border-top-color: rgb(242, 244, 247); 
}

.line.button {
	padding :  7px 15px 10px;
    text-align: center;
}

label {
	float : left;
	padding : 12px 0 0 0;
	font-size : 12px;
	color : #002e68;
	font-weight : bold;
	cursor : text;
	width : 124px;
}
/* Пошук */
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
    margin: 5px;
    display: inline; /* специально для IE6 */
    position: relative;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none;
}
input[type=search] {
	background: #ededed url(../images/search-icon.png) no-repeat 9px center;
	border: solid 1px #ccc;
	padding: 9px 10px 9px 32px;
	width: 212px; /* Ширина по умолчанию */
	
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
input[type=search]:focus {
	width: 212px; /* Ширина при наличии фокуса ввода */
	background-color: #fff;
	border-color: #6dcff6;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5); /* Эффект свечения */
}

/* /Пошук */
select {
	background: 9px center #fcfcfc;
	border: solid 1px #b0b0b0;
	padding: 9px 10px 9px 9px;
	width: 160px; /* Ширина по умолчанию */
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
select:focus {
	background-color: #fff;
	border-color: #6dcff6;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5); /* Эффект свечения */
}


input {
	background: 9px center #fcfcfc;
	border: solid 1px #b0b0b0;
	padding: 9px 10px 9px 9px;
	width: 230px; /* Ширина по умолчанию */
	margin: 0 5px 5px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
input:focus {
	width: 400px; /* Ширина при наличии фокуса ввода */
	background-color: #fff;
	border-color: #6dcff6;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5); /* Эффект свечения */
}
input.error {
	background: 9px center #fcfcfc;
	border: solid 1px #cc0000;
	padding: 9px 10px 9px 9px;
    margin-bottom: 5px;
	width: 270px; /* Ширина по умолчанию */
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
input.error:focus {
	width: 380px; /* Ширина при наличии фокуса ввода */
	background-color: #fff;
	border-color: #cc0000;
	
	-webkit-box-shadow: 0 0 5px #aa0000;
	-moz-box-shadow: 0 0 5px #aa0000;
	box-shadow: 0 0 5px #aa0000; /* Эффект свечения */
}
label.error {
    float: none;
    display: inline; /* специально для IE6 */
    margin: 5px 0 0 130px;
    font-style: italic;
    color: #cc0000;
    background: url(../images/alert.png) no-repeat;
    padding: 0 0 0 19px;
}
/* Форма входу */
input[placeholder=Логін] {
	background: url(../images/icon-user.png) no-repeat 9px center #ededed;
	border: solid 1px #ccc;
	padding: 9px 10px 9px 32px;
	width: 217px; /* Ширина по умолчанию */
	
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
input[placeholder=Логін]:focus {
	background-color: #fff;
	border-color: #6dcff6;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5); /* Эффект свечения */
}
 input[placeholder=Пароль] {
	background: url(../images/icon-pass.png) no-repeat 9px center #ededed ;
	border: solid 1px #ccc;
	padding: 9px 10px 9px 32px;
	width: 217px; /* Ширина по умолчанию */
	
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
input[placeholder=Пароль]:focus {
	background-color: #fff;
	border-color: #6dcff6;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5); /* Эффект свечения */
}
input[type=submit] {
	background: #ededed no-repeat 9px center;
	border: solid 1px #ccc;
	padding: 9px 10px 9px 10px;
    text-align: center;
	width: 130px; /* Ширина по умолчанию */
	color: #0269B3;
    cursor: pointer;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
input[type=submit]:hover {
	background-color: #fff;
	border-color: #6dcff6;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5); /* Эффект свечения */
}
a.button {
	background: #ededed no-repeat 9px center;
	border: solid 1px #ccc;
	padding: 11px 10px 11px 10px;
    margin: 0 0 3px 0;
    text-align: center;
	width: 103px; /* Ширина по умолчанию */
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
a.button:hover {
	background-color: #fff;
	border-color: #6dcff6;
	text-decoration: none;
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5); /* Эффект свечения */
}
/* /Форма входу */