body {
	font-family: 'Roboto', sans-serif;
	font-size: 0.86em;
	line-height: 1.4;
	color: #000;
	background: #ffd500;
}

h1 {
	font-size: 18px;
        font-style: italic;
        color: #ff0000;
        text-shadow: 1px 1px 2px grey;
}

h2 {
	font-size: 16px;
        font-style: italic;
        color: #ff0000;
        text-shadow: 1px 1px 2px grey;
}

a {
    color: #ff0000;
}

a:hover {
    color: #fd5800;
}

#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
}

a[href^="#error:"] {
	background: red;
	color: white;
}

form th, form td {
	vertical-align: top;
	font-weight: normal;
}

form th {
	text-align: right;
}

form .required label {
	font-weight: bold;
}

form .error {
	color: #D00;
	font-weight: bold;
}

.logo {
    float:left;
    margin-left: 45%;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 80px;
}

.titles {
    float: left;
    width: 70%;
    margin-left: 14%;
}

.about {
    float: left;
    width: 80%;
    height: auto;
    margin-left: 9%;
    margin-bottom: 10px;
    text-align: center;
}

.fwyt {
    position: relative;
    margin: 30px auto;
    table-layout: fixed;
}

.fwyt td {
    width: 560px;
    margin-left: 4%;
    text-align: center;
}

.cunopras {
    position: relative;
    margin: 0 auto;
    table-layout: fixed;
}

.cunopras img {
    width: 140px;
    border-radius: 10px;
    cursor: pointer;
}

.cunopras img:hover {
    box-shadow:  3px 3px 6px #656565;
}

.cunopras td {
    width: 140px;
    padding: 10px;
    vertical-align: top;
}

.footer {
    float: left;
    margin: 20px 0;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 0.84em;
    font-style: italic;
}

.footer a {
    color: #000;
}

.footer a:hover {
    color: #858585;
}

.foxmart {
    width: 40px;
    margin-bottom: -13px;
}

.close {
    float:left;
    width: 20px !important;
    border-radius: 0px !important;
}

#close {
    width: 30px;
    padding: 10px 0 0 5px;
}

#close img:hover {
    box-shadow: none !important;
}

.dzbk_elipse {
    position: absolute;
    top: 10px;
    left: 10%;
    width: 150px;
}

@media screen and (max-width:640px) {
  .dzbk_elipse {
    left: 3%;
    width: 130px;
  }
}

.njt {
    position: absolute;
    top: 10px;
    right: 10%;
    width: 120px;
}

@media screen and (max-width:840px) {
  .njt {
    right: 10px;
    width: 100px;
  }
}