@CHARSET "UTF-8";

div.blockCurl {
	position: relative;
	width: 390px;
	padding: 20px 25px 20px 25px; 
	min-height: 200px;	
	float: left; 
	background: url("images/bg-box-curl.jpg") no-repeat 0 0;
}

* html div.blockCurl {
	height: 200px;
}

div.blockCurl h1 {
	position: relative;
	font-size: 22px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #22467a;
}

div.blockSingle {
	position: relative;
	float: left;	
	padding: 8px;	
}

div.blockSingle div.top {
	position: relative;
	height: 10px;
	width: 419px;	
	background: url("images/box-single-top.jpg") no-repeat 0 0;
}

div.blockSingle div.middle {
	position: relative;
	min-height: 100px;	
	padding: 10px 20px 10px 20px;	
	background: url("images/box-single-middle.jpg") repeat-y;
}

div.blockSingle div.middle h1 {
	position: relative;
	font-weight: normal;
	font-size: 20px;
	padding: 0;
	margin: 0 0 15px 0;
	color: #666;
}

div.blockSingle div.bottom {
	position: relative;
	height: 10px;	
	background: url("images/box-single-bottom.jpg") no-repeat bottom left;
}

div.blockSolid {
	position: relative;
	float: left;	
	padding: 8px 8px 8px 11px ;	
}

div.blockSolid div.top {
	position: relative;
	height: 10px;
	width: 420px;	
	background: url("images/box-solid-top.jpg") no-repeat 0 0;
}

div.blockSolid div.middle {
	position: relative;
	min-height: 100px;	
	padding: 10px 15px 10px 15px;		
	background: url("images/box-solid-middle.jpg") repeat-y;
}

div.blockSolid div.middle h1 {
	position: relative;
	font-weight: normal;
	font-size: 20px;
	padding: 0;
	margin: 0;
	color: #666;
}

div.blockSolid div.bottom {
	position: relative;
	height: 10px;	
	background: url("images/box-solid-bottom.jpg") no-repeat bottom left;
}


/**
 * Image browser
 */

#box{
    position:absolute;
}

.mask{
    position:relative;
    width:376px;
    height:135px;
    overflow:hidden;    
}
#box span{
    display:block;
    float:left;
    padding-right: 20px;
}

div.imageBrowser {
	position: relative;
	width: 376px;	
}

div.imageBrowser div.buttons {
	position: absolute;
	top: -35px;
	right: 0px;
	z-index: 5;	
}

/**
 * News list 
 */
 
ul.newsList {
	position: relative;
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
}

ul.newsList li {
	position: relative;
	padding: 0 0 0 15px;
	background: url("images/bullet-arrow.gif?234") no-repeat 3px 8px;
}

ul.newsList li a {
	color: #1E4679;
	text-decoration: none;
}

ul.newsList li a:hover {
	text-decoration: underline;
}

/*Forms*/

form {
	/*margin: 20px 0;*/
	padding: 0px;
}

form ul {
	list-style-type: none;	
	margin: 0px;
	padding: 0px;
}

form ul li {
	background: none;
	padding: 0;
	margin-bottom: 5px;	
}
form ul li label {
	display: block;
	width: 185px;
	font: 12px Verdana, Arial, Helvetica, Sans-serif;	
	padding-top: 6px;
}

form ul li b {
	/*display: block;*/
	width: 185px;	
	font: 12px Verdana, Arial, Helvetica, Sans-serif;	
	font-weight: bold;
	padding-top: 6px;
}

form ul li label span {
	/*color: #e00500;*/
	color: #000;
}

form ul li input {
	width: 264px;
	padding: 3px;	
	/*border: none;*/
	/*background: url(images/form_textfield_bg.png);*/	
}

form ul li div.error input {
	/*background: url(images/form_textfield_bg_error.png);*/
}

form ul li  input:hover {
	/*background: url(images/form_textfield_bg_focus.png);*/
}

form ul li textarea {
	width: 264px;
	height: 129px;
	/*border: none;*/
	/*background: url(images/form_textarea_bg.png);
	background-repeat: no-repeat;*/
	padding: 3px;
}

form ul li select {
	width: 274px;
	/*height: 36px;*/
	/*border: none;*/
	/*background: url(images/form_textarea_bg.png);
	background-repeat: no-repeat;*/	
	padding: 3px;
}

form ul li select option {
	/*padding: 3px;*/
}

form ul li select.full {
	width: 100%;
}

form ul li div.error span {
	display: block;
	margin-left: 185px;
	color: #e00500;
	padding: 6px;
	font-weight: bold;
}

form ul li div.error textarea {
	/*background: url(images/form_textarea_bg_focus.png);*/
}

form ul li textarea:hover {
	/*background: url(images/form_textarea_bg_focus.png);*/
}

form input.submit {
	margin-left: 185px;
}

input.search {	
	padding: 3px !important;
	color: #666;
}