#nojsinfo
{
width:200px; 
height:50px; 
position:absolute; 
color:black; 
z-index:3010; 
font-weight:bold; 
text-align:center; 
background-color:white; 
border:3px solid red; 
left:50%; top:50%; 
margin-left:-100px; 
margin-top:-40px;
font-size:14px;
padding-top:30px;
-moz-border-radius:5px; /* FF */
-webkit-border-radius:5px; /* webkit */
-khtml-border-radius:5px; /* linux browsers */
border-radius:5px; /* others */

}

#nojsbody
{
width:100%; 
height:10000px; 
position:absolute; 
z-index:3000;  
background-color:black;
opacity: 0.7;
filter: alpha(opacity=70); 
}

.dnone{
display:none;
}

.err
{
border:1px solid #ff0000;
}
.ok
{
border:0px solid transparent;
}

.formline1{
height:25px;
float:left;
clear:left;
margin-bottom:5px;
width:390px;
color:#4F4F4F;
text-align:right;
font-size:12px;
} 

.formline1 .ftext{
font-size:16px;
width:115px;
float:left;
color:#4F4F4F;
clear:left;
padding-top:4px;
overflow:hidden;
} 


.formline1 input{
margin-left:20px;
float:right;
clear:right;
width:249px;
-moz-border-radius:5px; /* FF */
-webkit-border-radius:5px; /* webkit */
-khtml-border-radius:5px; /* linux browsers */
border-radius:5px; /* others */

}

.formline1 .inp{
margin-left:20px;
float:right;
clear:right;
text-align:left;
width:145px;}

.formline1 select{
width:255px;
margin-left:20px;
float:right;
clear:right;
-moz-border-radius:5px; /* FF */
-webkit-border-radius:5px; /* webkit */
-khtml-border-radius:5px; /* linux browsers */
border-radius:5px; /* others */
}

.formline12{
float:left;
clear:left;
color:#96c5d3;
 text-align:left;
} 

.formline12 .ftext{
font-size:16px;
width:122px;
float:left;
color:#4F4F4F;
clear:left;
padding-top:4px;
overflow:hidden;
} 

.formline12 input{
margin-left:20px;
float:right;
width:143px;
clear:right;
}

.formline12 .inp{
margin-left:20px;
float:right;
clear:right;
text-align:left;
width:145px;}

.formline12 select{
width:145px;
margin-left:20px;
float:right;
clear:right;
}

.gallery_container{
width:100%;
float:left;
display:table;
}                 

.gallery_image{
float:left; 
margin:5px;
width:100px; 
margin-left:70px;
height:100px; 
background-position:center; 
background-repeat:no-repeat;
}

.gallery_image a{
display:block; 
width:100%; 
height:100%;
}

#pagination_loader{
left:0px;
top:0px;
position:absolute;
width:100%;
height:100%;
background-color:white;
display:none;
z-index:5;
background: url("./../img/load.gif") no-repeat scroll center white;
}

.ajax_loader{
position:relative;
width:100%;
height:100%;
background-color:white;
z-index:5;
background: url("./../img/ajax.gif") no-repeat scroll center white;
}

.rotate180{
     -moz-transform: rotate(180deg);  /* FF3.5+ */
       -o-transform: rotate(180deg);  /* Opera 10.5 */
  -webkit-transform: rotate(180deg);  /* Saf3.1+, Chrome */
      -ms-transform: rotate(180deg);  /* IE9 */
          transform: rotate(180deg);  
             filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
         -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}



