/*******************************************************************************
*  Базовые стили  **************************************************************
*******************************************************************************/

body { font-family: arial; font-size: 62.5%; }


/***  цвета  ***/

.text-red { color: #f00; }
.text-black { color: #000; }
.text-grey { color: #444; }



/***  формы  ***/

input, select, textarea { font-family: arial; font-size: 1.3em; }
label.label-block { display: block; padding-bottom: 4px; }
input.example { color: #555; }
p.info { font-style: italic; padding-top: 4px; }



/***  java script ссылки  ***/

a.js { text-decoration: none; border-bottom: dashed 1px; }


/***  help ссылки  ***/

a.help { text-decoration: none; border-bottom: dotted 1px; cursor: help; }


/***  help ссылки  ***/

a.help { text-decoration: none; border-bottom: dotted 1px; }


/***  для скрытия/показа блоков  ***/

.hidden { display: none; }


/***  для подсказок в полях ввода  ***/

.example { color: #555; }



/***  резиновая обертка сайта  ***/

#site-wrapper { max-width: 1280px; min-width: 1000px; margin: 0 auto; position: relative; }