@CHARSET "UTF-8";
/*********************************************************************
 * name:          screen.css
 * project:       www.alacritas.hu
 * release:       2009.01.17.
 * description:   screen css | to collect other sheets
 * developer:     gege
**********************************************************************/

@import url(page.css);
@import url(form.css);
@IMPORT url("lightbox.css");

UL.feedback
{
  border: 1px solid #0b4286;
  background-color: #fffcce;
  list-style-type: none;
  text-align: left;
  margin: 4px 10px;
  padding: 4px;
}

UL.feedback LI.icon
{
  display: inline;
  width: 24px;
  height: 24px;
  margin-right: 6px;
}

UL.feedback LI.message
{
  display: inline;
  font-weight: bold;
}

/* pager */
.xc_pager
{
  text-align: center;
  margin: 20px 0 10px 0;
}

.xc_pager A
{
  text-decoration: none;
  color: #393939;
  margin: 0 2px;
}

.xc_pager .pager_button
{
  border: 1px solid #d4d4d4;
  padding: 1px 5px;
}

.xc_pager .page
{
  color: #ff551a;
  font-weight: bold;
}

.xc_pager A:hover, 
.xc_pager A.actual
{
  background-color: #ff551a;
  border: 1px solid #ff551a;
  color: #ffffff;
}

.contact_wrapper {
  border: 1px solid #d4d4d4;
  background-color: #ffffff;
  padding: 10px;
  width: 150px;
  float: left;
  margin-right: 20px;
  margin-top: 10px;
}

