/* COMMON v.1.5.6
/* Forma Design
/* Developer Angel Vachev 
/* angel@formadesign.bg
/* ---------------------------------------------- */
/* ---  COMMON STYLES  -------------------------- */
/* ---------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: white; 	
}
/* Задаване на стилове за основните тагове в HTML*/
body, form, span, div, table, td, th, tr, em, cite, select, input {
	font-family:  arial, verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #423f39;
	font-weight: normal;
	line-height: 16px;
}
html {
	overflow-y: scroll;
}
/* ---------------------------------------------- */
/* ---  LINKS STYLES  --------------------------- */
/* ---------------------------------------------- */
a, a:link, a:active, a:visited{
	color: #423f39;
	text-decoration: none;
}
a:hover{
	color: #c1272d;
	text-decoration: underline;
}
/* ---------------------------------------------- */
/* ---  TABLE STYLES  --------------------------- */
/* ---------------------------------------------- */
table{
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
div, table {
	margin-left: auto;
	margin-right: auto;
}
/* ---------------------------------------------- */
/* ---  IMAGE STYLES  --------------------------- */
/* ---------------------------------------------- */
img{
	border: none;
}
/* ---------------------------------------------- */
/* ---  FORM STYLES  ---------------------------- */
/* ---------------------------------------------- */
form {
	display: inline;
}
p {
	padding-bottom: 10px;
}
input, select, textarea {
	border: 1px solid #9ba5ab;
	padding: 2px;
}

