<?
header('Content-Type:text/css');
$ori=(strpos($_SERVER['SERVER_NAME'],'iptm.ru')===false)? 'blue':'iptm';
$brow=strstr(basename($_SERVER["REQUEST_URI"],'.css'),'_');

?>
#content{
        position:relative;
        left:0px;right:0px;
	padding: 0px;
	background: white;
        border: 1px dotted #663399;
	min-height:516px;
        }

#press	{
	 position: absolute;
	 width:250px; height:34px;
	 top: -34px; left: -1px;
	 text-align:center;
	 border: 1px dotted #663399;
  	 border-bottom: none;
	 background: white; 
	}

#vok	{
	background: white; 
	position:absolute; 
	top: 326px; left:10px;
	}

#f3	{position:absolute; 
	top:<? echo ($brow=='_ie6')? 1:0; ?>px;
	background: white;
	max-width:512px; width:40%; 
	padding:0px; margin:0px;
	}
#f3i	{
<? if ($ori=='iptm') {
echo 'background-image: url("http://maps.google.com/staticmap?size=512x512&center=55.907655,38.100586&&zoom=9&markers=56.009131,38.384857,redc|55.810976,37.80035,greena&key=ABQIAAAAADvA9d7Bifir2MQXo1ZrLRSLLN3tkFWYLNteYQmtEgPrhRH4ahSefDCtCCvYa14FWTl4rFF8LMRNZg");';
} else {
echo 'background-image: url("http://maps.google.com/staticmap?size=512x512&center=55.907655,38.100586&&zoom=9&markers=56.009131,38.384857,redc|55.810976,37.80035,greena&key=ABQIAAAAADvA9d7Bifir2MQXo1ZrLRRE76aUxVoVTUUN4Z-lp74EEY1hRRQddLG7FOV8ujHDKPNqdXgb990_TQ");';
        } ?>
	background-repeat: no-repeat;
	background-position: center center;
	margin:5px;
	}
#f3i img {border:0px;}
#f4	{
	padding-top:10px;
	padding-left:40%;
	text-align:center;
	height:100%;
	min-height:516px;
	line-height: 15px;
	background: #bb99ff;
	}
.just {width:95%; text-align:justify;padding-left:3%;}
form, #f4 p  {width:95%; text-align:center;}

legend	{text-align:right;}
    input, textarea {
        margin: .5em 0; 
        width: 80%; }

    #subbutton {
	background: #663399; color:  white;
	font-weight: 900;

        width: auto;
        margin: 1em;
         }

/*    br {clear: both; } */
