/*
голубой цвет 6dcff6
ярко розовый e3297a
темно-фиолетовый 4f2366
*/


.bg-e5f8ff{
    background-color:#e5f8ff;
}

.fg-e5f8ff{
    color:#e5f8ff;
}

.bg-main-light-blue{
	background-color:#6dcff6;
}

.bg-white{
	background-color:white;
}

.bg-gray{
	background-color: #999;
}


.fg-white{
	color:white !important;
}
.fg-gray{
	color: #999;
}

.bg-main-light-pink{
	background-color:#e3297a;
}

.bg-main-dark-purple{
	background-color:#4f2366;
}

.fg-4f2366{
	color:#4f2366;
}

.bg-base-gradient{
background: #4f2366; 
background: -moz-linear-gradient(right, #4f2366 0%, #e3297a 100%); 
background: -webkit-linear-gradient(right, #4f2366 0%,#e3297a 100%); 
background: linear-gradient(to right, #4f2366 0%,#e3297a 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f2366', endColorstr='#e3297a',GradientType=1 );
}

.css3-shadow:before {
    content: "";
    position: absolute;
    z-index: 0;//-1;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.8);
    box-shadow: 0 0 40px rgba(0,0,0,0.8);
    bottom: 100%;
    width: 80%;
    height: 25%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    left: 10%;
    right: 10%;
}

.button_enter{
border:3px solid #3a9ce6; -webkit-border-radius: 8px; -moz-border-radius: 8px;border-radius: 8px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #009ed3; background-image: -webkit-gradient(linear, left top, left bottom, from(#009ed3), to(#0063b0));
 background-image: -webkit-linear-gradient(top, #009ed3, #0063b0);
 background-image: -moz-linear-gradient(top, #009ed3, #0063b0);
 background-image: -ms-linear-gradient(top, #009ed3, #0063b0);
 background-image: -o-linear-gradient(top, #009ed3, #0063b0);
 background-image: linear-gradient(to bottom, #009ed3, #0063b0);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#009ed3, endColorstr=#0063b0);
}

.button_enter:hover{
 border:3px solid #3a9ce6;
 background-color: #0063b0; background-image: -webkit-gradient(linear, left top, left bottom, from(#0063b0), to(#015291));
 background-image: -webkit-linear-gradient(top, #0063b0, #015291);
 background-image: -moz-linear-gradient(top, #0063b0, #015291);
 background-image: -ms-linear-gradient(top, #0063b0, #015291);
 background-image: -o-linear-gradient(top, #0063b0, #015291);
 background-image: linear-gradient(to bottom, #0063b0, #015291);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#0063b0, endColorstr=#015291);
}

.blue-link{
    font-weight: bold;
    color: #0063b0;
}

.blue-link:hover{
    color: #025697;
    text-decoration: underline;
}

.blue-link:visited{
    color: #0063b0;
    text-decoration: underline;
}