
form {
	margin:0px;
}

#site_offline {
	background:#FFFFCC;
	border-bottom:1px #F2E389 solid;
	color:#9B0F09;
	font-size:10pt;
	font-family:verdana;
	padding:6px;
	margin-bottom:10px;
}
.slike {
	border:0px;max-width: 600px !important;

}


/* Header of a Block */
.block_header
{
    font-weight: bold;
    font-size: 8pt;
    vertical-align: middle;
    padding-top : 7px;
    padding-bottom : 7px;
}

/* Information Message */
.message_info
{
    font-size: 8pt;
    padding: 5px;
    font-weight: bold;
    color: green;
    text-align: center;
}

/* Error Message */
.message_error
{
    font-size: 8pt;
    padding: 5px;
    font-weight: bold;
    color: red;
    text-align: center;
}

/* Action Link */
a.link_action
{
    font-size: 8pt;
    text-transform: capitalize;
    text-decoration: none;
    white-space: nowrap;
}

/* Big Action Link */
a.link_action_big
{
    font-size: 12pt;
    /* text-transform: capitalize; */
    text-decoration: none;
    white-space: nowrap;
}

/* Item Link */
a.link_item
{
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
}

/* Description Link */
a.link_description
{
    font-size: 8pt;
    text-decoration: none;
}

/* Small Description Link */
a.link_description_small
{
    font-size: 7pt;
    text-decoration: none;
}

/* List Item */
.list
{
    font-size: 8pt;
	padding-bottom: 5px;
    padding-top: 2px;
    padding-left: 2px;
}

.form_field_title
{
	padding : 3px;
	font-weight : bold;
}

li.form_field_note
{
	margin-left: 15px;
	padding-top: 3px;
	font-size: 8pt;
}

.star
{
    color: #FF8515;
    font-weight: bold;
}

#popupLayer
{
	position:absolute;
    top:40%;
    left:35%;
    width:30%;
    margin:30px;
    padding:10px;
    text-align:left;
    background:url('../../design/pic/popBorder.png');
}

/*########################
    START EASY SIGN UP
 ########################*/


.contentslide1{
border: 0px solid #DBDBDB;
border-bottom-width: 0px;
padding: 0px;
width: 100%;
height: 100%;
}

.contentslide1 .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide1 .contentdiv{
display: none;
}


.pagination{
width: 506px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
background-color: #F0F0F0;
border: 5px solid #DBDBDB;
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 4px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 490px; /*IE5 width*/
w\idth: 506px; /*IE6 width*/
}

.pagination a{
padding:0 5px;
text-decoration: none; 
color: #2e6ab1;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}

/*## Design Login Box ##*/
.signupmod {
background:#f1f1f1;
border:1px solid #ccc;
color:#000;
height:100%;
}

/*## checkbox background - set to login box background color ##*/
.checkbox{
background:#f1f1f1;
}
