/*
 Domyślny arkusz styl&oacute;w dla modułu CMSMS Księga Gości.
Moze zostać zmieniony po zainstalowaniu modułu, zostanie usunięty w momencie odinstalowania modułu, jeśli zamierzasz go zmienić zr&oacute;b kopię zapasową.
*/

 /* Style pagination */

.cms-guestbook{
	margin-bottom: 20px;
	padding-top: 8px;
}

.cms-guestbook-pagination_header {
	margin: .5em 0;
}
.cms-guestbook-pagination_nav {
	font-weight: bold;
	margin: .5em 0;
}
.cms-guestbook-pagination_nav a {
    font-weight: normal;
}

/* Style the guestbook */

/* Style each entry */
.cms-guestbook-side-dot{
	height: 9px;
   	left: -5px;
   	position: absolute;
   	top: 12px;
    	width: 9px;
	background: url(/png/recommend_ico.png) left top no-repeat;
}

.cms-guestbook-entry
{
	background: url(/png/recommend_cloud_ico.png) 14px 18px no-repeat;
    border-left: 1px solid #efefef;
    font-family: "roboto";
    font-size: 14px;
    line-height: 18px;
    margin-left: 11px;
    padding: 0 0 30px 25px;
    position: relative;
}
.cms-guestbook-entry:last-child{
	padding-bottom: 0;
}

.cms-guestbook-entry-content{
	padding: 5px;
	background: #efefef;
	border-radius: 3px;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	color: #fe4d01;
	text-align: right;
	padding-bottom: 6px;
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
	background: #eee;
	padding: .5em;
	color: black;
}

/* Show the postdate on the right */
.cms-guestbook-entry-posted,.cms-guestbook-entry-sender{
	display: inline-block;
}

/* Style message header links */
.cms-guestbook-entry-header a {
	color: white;
} 
.cms-guestbook-entry-header a:hover {
	color: black;
} 
		  
/* Style the sender name */
.cms-guestbook-entry-sendername
{
}

/* Style the E-mail link */
.cms-guestbook-entry-email {
	font-size: smaller;
}
		      
/* Style the senders homepage link */
.cms-guestbook-entry-homepage
{
	font-size: smaller;
	margin: 2px;
	margin-bottom: 0;
}

/* Style the smileys links */
.cms-guestbook-somesmileys a
{
	margin-right: .5em;
}

/* Style the entry form */
.cms-guestbook-div-insert{
	margin-bottom: 60px;
}

.cms-guestbook-div-insert label
{
	float: left;
	width: 12em;
	padding-top: 12px;
}

/* Style the entry form fieldset */
.cms-guestbook-div-insert fieldset {
       border: none;
}
/* Stylesheet: Księga gości Modified On 2015-04-15 14:07:18 */

