/* Widget
-------------------------------------------------------------- */
.contactform-error { border: 1px double #FF7F7F !important; }
.display-none { display: none; }

.lizatom_widget                                                           { padding-left: 0; }
.lizatom_widget ul li                                                     { list-style: none; background: none !important; padding: 10px 0 10px 0px !important; line-height: 1.3em; }
.lizatom_widget .widget-meta                                              { font-size: 9px; height: 18px; display: block; }
.lizatom_widget .widget-meta,
.lizatom_widget a.widget-meta                                             { color: #6487AF; }
/*.widget-meta.comments                                                   { padding: 0 0 0 20px; background: url(images/icons/14x14-gray/comment.png) no-repeat left center; }
.widget-meta.date                                                         { padding: 0 0 0 20px; background: url(images/icons/14x14-gray/calendar.png) no-repeat left center; }
.widget-meta.author                                                       { padding: 0 0 0 20px; background: url(images/icons/14x14-gray/man.png) no-repeat left center; }*/

.lizatom_contact_widget ul li                                             { }

.lizatom_flickr_widget .flickr_badge_image                                { 
position: relative; float: left; margin: 2px 15px 15px 2px; padding: 1px;
background: url(images/preloader-16x16.gif) no-repeat center center;
-moz-box-shadow: 0 0 3px #888;
-webkit-box-shadow: 0 0 3px #888;
box-shadow: 0 0 3px #888; }
.lizatom_flickr_widget img                                                { display: block; width: 65px; height: 65px; }

/*figures*/
.lizatom_widget figure.post-image                                         { 
background: url(../images/preloader-16x16.gif) no-repeat center center;
border: 1px solid #F2F2F4;
float: left;
margin: 2px 10px 0px 2px;
padding: 1px 0px 1px 1px;
position: relative;
-moz-box-shadow: 0 0 2px 2px rgba(239,239,239, 0.4);
-webkit-box-shadow: 0 0 2px 2px rgba(239,239,239, 0.4);
box-shadow: 0 0 2px 2px rgba(239,239,239, 0.4);
}
.lizatom_widget figure.post-image img                                     { float: left; width: 50px; height: 50px; display: block; }

/* overlay */
.lt-overlay { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; z-index: 10; }
.lt-overlay.link24 { background: #fff url(../images/link_24.png) center center no-repeat; }

.icon-text { padding: 0px 0 0px 22px !important; line-height: 24px; }
.icon-text.icon-user { background: url(../images/man_16.png) no-repeat left; }
.icon-text.icon-home { background: url(../images/home_16.png) no-repeat left; }
.icon-text.icon-phone { background: url(../images/phone_16.png) no-repeat left; }
.icon-text.icon-email { background: url(../images/mail_16.png) no-repeat left; }

/*form*/
.lizatom-form-wrapper input, 
.lizatom-form-wrapper textarea,
.lizatom-form-wrapper select             { width: 90% !important; background-color: #f7f7f7; border: 1px solid #e5e5e5; padding: 6px 10px !important; border-radius: 0; }
.lizatom-form-wrapper label { vertical-align: top; width: 30%; display: inline-block; }
.lizatom-form-wrapper button#submit-form { width: auto !important; padding-left: 10px !important; padding-right: 10px !important; }




