@CHARSET "UTF-8";

/**
 * Main settings
 */
body {
	background: #f5f5f5;
}

body,p,td,form,fieldset {
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

ul {
    margin: 0 0 0 20px;
    padding: 0;
}

img,fieldset {
	border: 0;
}

/**
 * Message Boxes
 */
.messageError {
	background: #ffdede url(/images/icon/error.png) no-repeat left center;
	border-top: 1px solid #cc3300;
	border-bottom: 1px solid #cc3300;
	margin-top: 5px;
	padding: 5px 0 5px 40px;
}

.messageSuccess {
	background: #deffde url(/images/icon/success.png) no-repeat left center;
	border-top: 1px solid #00b200;
	border-bottom: 1px solid #00b200;
	margin-top: 5px;
	padding: 5px 0 5px 40px;
}

.messageInformation {
	background: #ffffde url(/images/icon/information.png) no-repeat left
		center;
	border-top: 1px solid #6699cc;
	border-bottom: 1px solid #6699cc;
	margin-top: 5px;
	padding: 5px 0 5px 40px;
}

.messageWarning {
	background: #ffe5de url(/images/icon/warning.png) no-repeat left center;
	border-top: 1px solid #9f0000;
	border-bottom: 1px solid #9f0000;
	margin-top: 5px;
	padding: 5px 0 5px 40px;
}

/**
 * Page settings
 */

#idBottom {
	background: #f5f5f5;
	text-align: center;
	width: 970px;
	margin: 0 auto;
}

.ramka {
	padding-top: 10px;
	background: #fff;
	width: 970px;
	margin: 0 auto;
	clear: both;
}

.ramka:after {
	clear: both;
	display: block;
	content: '';
}

#idFooter {
	background: #f5f5f5;
	font-size: 11px;
	text-align: left;
	border-top: 1px solid #d5dade;
	margin: 0 auto;
	padding: 7px 5px 20px 5px;
	clear: both;
	position: relative;
}

#idFooter .copyright {
	color: #252525;
	text-decoration: none;
	margin-right: 2px;
	padding: 0px;
	float: right;
}

#idFooter .copyright a:link,#idFooter .copyright a:visited,#idFooter .copyright a:hover
	{
	color: #252525;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
}

#idFooter .copyright a:hover {
	text-decoration: underline;
}

/**
 * others settings
 */
.loading {
	text-align: center;
	padding-top: 50px;
}

.required {
	font-weight: bold;
	color: #ff0000;
}

/**
 * Link settings
 */
a.contact {
	background: url(/images/icon/contact.png) no-repeat left center;
	padding-left: 20px;
}

a.previous {
	background: url(/images/icon/go-previous.png) no-repeat left center;
	padding-left: 20px;
}

a.home {
	background: url(/images/icon/go-home.png) no-repeat left center;
	padding-left: 20px;
}

a.mail {
	background: url(/images/icon/mail.png) no-repeat left center;
	padding-left: 20px;
}