body {
	font-family:"Trebuchet MS", Arial, Tahoma;
	font-size:13px;
	padding:0px;
	margin:0px;
	color:#101010;
	background:url(/i/creativemodels.ru/bg.gif) left top repeat #e2e1db;
}
html {height: 100%;}
* html body {height: 100%;}
body {
  min-height: 100%;
  position: relative;
}
a{outline: none;}
a:link, a:active {
	text-decoration: none;
	color:#781212;
}
a:visited {
	text-decoration: none;
	color:#2e0707;
}
a:hover {
	text-decoration: underline;
	color:#781212;
}
.tmenu {
	white-space: nowrap; 
	padding:5px 34px 5px 0px; 
	border-left:#b9b9b9 solid 1px;
}
.tmenu a:link, .tmenu a:active {
	color:#781212; 
	font-size:17px; 
	text-decoration:underline;
	padding-left:11px;
}
.tmenu a:visited {
	color:#2e0707; 
	font-size:17px; 
	text-decoration:underline;
	padding-left:11px;
}
.tmenu a.active, .tmenu a:hover {
	color:#2e0707; 
	font-size:17px; 
	padding-left:11px;
	background:url(/i/creativemodels.ru/tmenu_bullet.gif) 0px 5px no-repeat;
	text-decoration:none;
}
.form_cell {
	color:#781111;
}	
.form_cell input {
	width:95%;
	font-size:11px;
	border:#cbcbcb solid 1px;
}
form {padding:0px; margin:0px;}
.btn {
	background:url(/i/creativemodels.ru/btn_bg.gif) left top repeat-x #a91818;
	border:#a91818 solid 0px;
	color:#FFFFFF;
	font-size:11px;
	text-transform:lowercase;
	font-weight:bold;
	width:95%;
	height:21px;
}
h1 {
	font-size:23px;
	color:#101010;
	font-weight:normal;
}
h1.red {
	font-size:23px;
	color:#750c0c;
	font-weight:normal;
}
.line1 {
	border-top:#7b7b7b solid 1px;
	padding-top:1px;
}
#tooltip{
	background:#FFFFFF;
	border:1px solid #666666;
	color:#333333;
	font:menu;
	margin:0px;
	padding:3px 5px;
	position:absolute;
	visibility:hidden
}