﻿body 
 {
    color: #555;
	font: 11px Arial, Helvetica, sans-serif;
 }
.ContactBox {
	position: relative;
	display: none;
	z-index: 1;
	top: 34px;
	left: 535px;
	/*left: 402px; - u sredinu*/
	width: 355px;
	height: auto;
	background: #fff;
	border: 10px solid #5195b5;
	padding: 10px 20px;
	}

address {
	margin: 6px 0;
	}
label {
	float: left;
	width: 90px;
	}	
input {
	width: 250px;
	height: 18px;
	font-size: 11px;
	border: 1px solid #ccc;
	margin-bottom: 6px;
	}
.SendM {
	width: 60px;
	height: 19px;
	color: #fff;
	background: url(../images/FilterSearch.gif) top left no-repeat;
	border: none;
	float:right;
	margin-right: 240px;
	cursor: pointer;
	}
	
textarea {
	width: 250px;
	height: 100px;
	font-size: 11px;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	}

a.SendInq
{
    width:200px;
    color:White;  
	background: url(../images/icon-send1.gif);
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	line-height: 22px;
	font-size:medium;
	}
a.SendInq:hover 
{
    background: url(../images/icon-send2.gif);	
	}