.search_formm_box {
border : 1px solid #ccc;
font-size: 12px;
height:21px;
width:200px;
padding-left:10px;
background:url(../img/other/search.png) center right no-repeat;
}
input:focus {
border : 1px solid #ccc;
outline: 0 none;}
}

.search_formm_button{
border : 1px solid #ccc;
font-size: 12px;
height:25px;
width:80px;
color:#585858;
background: #fafafa;
}

.txt-header{
font-size: 12px;
position:absolute;
right:5px;
}
.txt-header a{
color:#585858;
}

/***** COLOR BOX CORE *****/

/* The following CSS is consistent between example themes and should not be altered. */

#colorbox, #cboxOverlay, #cboxWrapper
{
	left     : 0; 
	overflow : hidden;
	position : absolute; 
	top      : 0; 
	z-index:10000000000000000000000000;
}
#cboxOverlay
{
	height   : 100%;
	position : fixed; 
	width    : 100%; 
}
#cboxMiddleLeft, #cboxBottomLeft
{
	clear : left;
}
#cboxContent
{
	position : relative;
}
#cboxLoadedContent
{
	overflow : auto;
}
#cboxTitle 
{
	margin : 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic
{
	left     : 0; 
	position : absolute; 
	top      : 0; 
	width    : 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow
{
	cursor : pointer;
}
.cboxPhoto
{
	border  : 0; 
	display : block;
	float   : left; 
	margin  : auto; 
}
.cboxIframe
{
	border   : 0; 
	display  : block; 
	height   : 100%; 
	width    : 100%;
}

/***** COLOR BOX USER STYLE *****/

/* Change the following styles to modify the appearance of ColorBox. */

#cboxOverlay        { background : url(colorbox/overlay-bg.png) repeat 0 0; }

#colorbox           { }
#cboxTopLeft        { height : 21px; width : 21px; }
#cboxTopRight       { height : 21px; width : 21px; }
#cboxBottomLeft     { height : 21px; width : 21px; }
#cboxBottomRight    { height : 21px; width : 21px; }
    
#cboxMiddleLeft     { width  : 21px; }
#cboxMiddleRight    { width  : 21px; }
#cboxTopCenter      { background :   height : 21px; }
#cboxBottomCenter   { background :  height : 21px; }
#cboxContent        { overflow : hidden; }
    
.cboxIframe         { background :#ffffff url(colorbox/close.png) no-repeat top right; width:98%;  border : 8px solid #585858; 	z-index:10000000000000000000000000;}
#cboxError          { border : 1px solid #ccc; padding : 50px; }
#cboxLoadedContent  { margin-bottom : 28px; }
#cboxTitle          { bottom : 4px; color : #949494; left : 0; position : absolute; text-align : center; width : 100%;  }
#cboxCurrent        { bottom : 4px; color : #949494; left : 58px; position : absolute; }
#cboxSlideshow      { bottom : 4px; color : #0092ef; right : 30px; position : absolute; }



#cboxPrevious       { background : url(colorbox/controls.png) no-repeat -75px 0; bottom : 0; height : 25px; left : 0; position : absolute; text-indent : -9999px;  width : 25px; }
#cboxNext           { background : url(colorbox/controls.png) no-repeat -50px 0; bottom : 0; height : 25px; left : 27px; position : absolute; text-indent : -9999px; width : 25px; }
#cboxClose          { position : absolute; text-indent : -9999px; width : 25px; height : 25px; top:8px; right:36px;}

#cboxPrevious:hover { background-position :-75px -25px; }
#cboxNext:hover     { background-position :-50px -25px; }
#cboxClose:hover    { background-position :-25px -25px; }

/***** EOF ******/