.connection-loader
{
	background: url('/static/images/big-ajax-loader.gif') no-repeat !important;
	width: 60px !important; 
	height: 60px !important;
	/*display:none !important;*/
	margin: 0 auto !important;
}

.modal p.notes-sample
{
	font-size:10pt !important;
	color:gray !important;
}

input.ggl-text
{
	margin-bottom:3px !important;
}

.modal p
{
	margin: 0 0 8px 0 !important;
}

#connect-link a{
	color: #C73C00 !important;
}


/*.mail a span{*/
	/*text-decoration: none;*/
	/*border-bottom: 1px gray dashed;	*/
/*}*/

/*#connect-link{*/
	/*position: relative !important;*/
	/*margin: 0 !important;*/
	/*padding: 0 !important;*/
	/*font-size: 100% !important;*/
	/*height: 16px !important;*/
/*}*/

/*------------PHONE AND MESSAGE---------------*/
.mail
{
    margin-top:51px;
    margin-right: 8px;
    width:415px;
    position:relative;
}

.phone-and-message
{
	float: left;
	margin-right: 4px;
    font-size: 10pt;
    height:45px;
    padding-left: 36px;
    font-weight: normal;
}


.phone-and-message span{
    display: block;
    margin-top: 14px;
}

.phone-and-message a
{
    text-decoration: none;
    border-bottom: 1px dashed #808080;
}

.phone-and-message a.kont_solid {
    text-decoration: none;
    border-bottom: 1px solid #bababa;    
}


.working
{
	clear: both;
    font-size: 7pt;
    color:gray;
    font-weight: normal;
    line-height: 10pt;
    margin-left: 36px;
}

#connect-link
{
	background: none !important;
}
/*--------------------------------------------*/

.small-btn{
	text-decoration: none;
    font-weight: bold;;
    font-size: 9px;
    color: #6a6a6a;
    padding: 2px 4px;
    background: -moz-linear-gradient(
        top,
        #f6f6f6 0%,
        #dfdfdf);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#f6f6f6),
        to(#dfdfdf));
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #ababab;
    text-shadow:
        1px 1px 0px rgba(255,255,255,1),
        0px 1px 0px rgba(255,255,255,0.3);
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-top: 3px;


}


.small-btn-big{
    font-size: 12px;
}

.phone-and-message a{
    text-decoration: none;
    border-bottom: 1px silver dashed;
}

.phone-and-message a:hover{
    border-bottom-color: #000000;
}

.call-me
{
    margin-right: 7px;
    background: transparent url('../images/connect-icons/cl-phone.png') no-repeat left center;
}

.wrote-me
{
    padding-left: 0px;
    position:relative;
}

.wrote-me span
{
    float: left;
    display: block;
    margin-left: 8px;
}

span.ava
{
    display: block;
    width:32px;
    height: 32px;
    background: transparent url('../company-themes/alloy-toolbar/hire-me.png') no-repeat left center;
    margin-top: 9px;
}

.map-me
{
    background: transparent url('../company-themes/alloy-toolbar/basket.png') no-repeat left center;
}



