@charset "WINDOWS-1251";  /* ALMISITE.COM * CORE.CSS * UPDATED: 2012-01-19 */
/* General Things */

* {
	font-family:Arial, Helvetica, sans-serif;
	color: #666;
	//font-size:13px;
	line-height: 20px;
}
p {
	margin:0;
	padding:5px 0 5px 0;
	font-size:13px;
}
body {
	background-color:#EFEEEE;
	font-size:13px;
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
}
/* blocks */



    #sheet {
        background: white;
        padding: 30px;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        width: 500px;
        margin: 0 auto;
    }
    input[type="text"] {
        padding: 8px;
        font-size: 16px;
        width: 260px !important; 
		margin-right: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }
    button {
        padding: 8px 20px;
        font-size: 16px;
        background-color: #4CAF50;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        width: 223px;
    }
    button:disabled {
        background-color: #cccccc;
        cursor: not-allowed;
    }
    button:hover:not(:disabled) {
        background-color: #45a049;
    }
    .error {
        color: red;
        margin-top: 10px;
        padding: 10px;
        background-color: #ffe6e6;
        border-radius: 4px;
        display: none;
    }
    .success {
        color: green;
        margin-top: 10px;
        padding: 10px;
        background-color: #e6ffe6;
        border-radius: 4px;
    }
    #problem {
        text-align: center;
        margin-top: 20px;
    }

#logo {
	display:block;
	margin:0 auto 0px auto;
	-webkit-filter: drop-shadow(5px 5px 5px #aaa);
	filter: drop-shadow(5px 5px 5px #aaa);
}
#logo image {
	border:0;
}

#logo,
#logo image {
	width:250px;	
	 margin-bottom: 40px;
	 margin-top: 80px;
}

#data {
	text-align:center;
	background: url(/core/images/ruler.jpg) no-repeat;
	background-position:center top;
	padding-top:15px;
}
#links {
	padding:10px 0 0 0;
	text-align:center;
}

.stars {
	font-size:22px;
	color:#333;
	line-height:25px;
	height:15px;
	text-align:center;
	vertical-align:middle;
	padding:0;
	margin:0;
}


/* Page heads */
h1,h2 {
	font-family:Geneva, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#525252;
	margin:0;
	padding:5px 0 5px 0;
}

h2 {font-size:15px;}

/* Links */
a, a:visited {
	color:#0075BD;
	text-decoration:underline
}
a:hover {
	color:#F6322B;
	text-decoration:underline
}
