
.toggleText{
	display:inline;
}
.uiSelectBox{
	background-color:#FEFEFE;
	border:1px solid #364F80;
	cursor:pointer;
	padding:4px;
	display:none;
}
.uiSelectBoxToggle{	
	border:none;
	cursor:pointer;	
	height:0px;
	display:block;
	height:32px;
	background: url(small_select.jpg) no-repeat right center;	
}
.uiSelectBoxToggleSift{	
	border:1px solid #364F80;
	cursor:pointer;	
	height:0px;
	display:block;
	height:20px;
	background-color: #DBE2F0;
}
.uiSelectBoxToggleDisabled{
	border:1px solid #364F80;
	cursor:not-allowed;	
	color:#999999;
	background-color:#F0F0F0;
	font-style:italic;
	display:block;
}
.uiSelectBoxDisabled{
	background-color:#FEFEFE;
	border:1px solid #999999;
	padding:0px;
	cursor:not-allowed;	
}
.uiSelectBoxStack{
	display:none;
	overflow-y:hidden;
	overflow-x:hidden;
}
.uiSelectBoxStackDisabled{
	overflow-y:hidden;
	overflow-x:hidden;
	background-color:#FEFEFE;
	border:1px solid #999999;
	cursor:not-allowed;	
}
.uiSelectBoxChoice{
	background-color:#EFF3FA;
	border:1px solid #DDD;
	border-bottom:2px solid #D0D9E7;
	padding:2px;
	padding-left:4px;
	text-align:left;
}
/* classes are set this way for ie6 and mooTools v1.11 */
.uiSelectBoxChoiceDisabled{
	background-color:#EFF3FA;
	border:1px solid #DDD;
	padding:2px;
	padding-left:4px;
	text-align:left;	
}
.uiSelectBoxChoice.uiSelectBoxChoiceNormal{
	background-color:#EFF3FA;
	border:1px solid #DDD;
	border-bottom:2px solid #D0D9E7;
	padding:2px;
	padding-left:4px;
	text-align:left;
}
.uiSelectBoxChoice.uiSelectBoxChoiceActive{	
	background-color:#869BC5;
	border:1px solid #000000;
	border-bottom: 2px solid #000000;
	color: #CCCCCC;
	padding:2px;
	padding-left:4px;	
	text-align:left;
}
.uiSelectBoxChoice.uiSelectBoxChoiceGraze{	
	background-color:#869AF9;
	border:1px solid #000000;
	border-bottom: 2px solid #000000;
	color: #CCCCCC;
	padding:2px;
	padding-left:4px;	
	text-align:left;
}
.uiSelectBoxChoice.uiSelectBoxChoiceSelected{
	background-color:#364F80;
	border:1px solid #364F80;
	border-bottom: 2px solid #000000;	
	color: #CCCCCC;
	padding:2px;
	padding-left:4px;	
	text-align:left;
}
.uiSelectBoxChoice.uiSelectBoxChoiceSelected a{
	color:white
}
.uiSelectBoxChoice.uiSelectBoxChoiceDisabled{
	background-color:#F0F0F0;
	border:1px solid #CCCCCC;
	color: #CCCCCC;
	padding:2px;
	padding-left:4px !important;	
	text-align:left;
}
.selectUpdate{
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	display:inline;
}
.infoBar{
	color: #000;
	margin-top:1px;
}
.focusBox{
	position:absolute;
	width:0px;
	height:0px;
	border:0px;	
	display:inline;
}
.siftBox{
	padding-left:1px;
	font-size:10px;
	font-family:arial;
	margin-top:1px;
}
.statesHeader{
	display:inline;
}
.statesHeaderItem{ /* about 20 px would be the max on any normal sized dropdown */
	width:12px;
	margin-left:2px;
	margin-right:1px;
	height:18px;
	display:inline;
}
.statesHeaderItem.pushedHeaderItem{ /* looks better in ff */
	border: 2px inset darkblue;
}
.statesHeaderItem.unPushedHeaderItem{ /* looks better in ff  */
	border: 2px outset darkblue;
}
.sortFlip{
	cursor:pointer;
	display:inline;
	margin-right:3px;
}
.link{
}




/* examples for skinning */
.uiSelectBox2{
	background-color:#FEFEFE;
	border:1px solid #6C976E;
	cursor:pointer;
	padding:4px;
	display:none;
}
.uiSelectBoxToggle2{	
	border:1px solid #364F80;
	cursor:pointer;	
	height:0px;
	display:block;
	height:20px;
	background: url(dropdownarrow2.gif) no-repeat right center;	
}
.uiSelectBoxToggleSift2{	
	border:1px solid #6C976E;
	cursor:pointer;	
	height:0px;
	display:block;
	height:20px;
	background-color: #DBE2F0;
}
.uiSelectBoxToggleDisabled2{
	border:1px solid #6C976E;
	cursor:not-allowed;	
	color:#999999;
	background-color:#F0F0F0;
	font-style:italic;
	display:block;
}
.uiSelectBoxDisabled2{
	background-color:#FEFEFE;
	border:1px solid #999999;
	padding:0px;
	cursor:not-allowed;	
}
.uiSelectBoxStack2{
	display:none;
	overflow-y:hidden;
	overflow-x:hidden;
}
.uiSelectBoxStackDisabled2{
	overflow-y:hidden;
	overflow-x:hidden;
	background-color:#FEFEFE;
	border:1px solid #999999;
	cursor:not-allowed;	
}
.uiSelectBoxChoice2{
	background-color:#F0FAE6;
	border:1px solid #DDD;
	border-bottom:2px solid #D0E7D1;
	padding:2px;
	padding-left:4px;
	text-align:left;
}
/* classes are set this way for ie6 and mooTools v1.11 */
.uiSelectBoxChoiceDisabled2{
	background-color:#EFF3FA;
	border:1px solid #DDD;
	padding:2px;
	padding-left:4px;
	text-align:left;	
}
.uiSelectBoxChoice2.uiSelectBoxChoice2Normal{
	background-color:#F0FAE6;
	border:1px solid #DDD;
	border-bottom:2px solid #D0E7D1;
	padding:2px;
	padding-left:4px;
	text-align:left;
}
.uiSelectBoxChoice2.uiSelectBoxChoice2Active{	
	background-color:#6C976E;
	border:1px solid #345B0C;
	border-bottom: 2px solid #345B0C;
	color: #CCCCCC;
	padding:2px;
	padding-left:4px;	
	text-align:left;
}
.uiSelectBoxChoice2.uiSelectBoxChoice2Graze{	
	background-color:#C3DEA8;
	border:1px solid #345B0C;
	border-bottom: 2px solid #345B0C;
	color: #333333;
	padding:2px;
	padding-left:4px;	
	text-align:left;
}
.uiSelectBoxChoice2.uiSelectBoxChoice2Selected{
	background-color:#6C976E;
	border:1px solid #345B0C;
	border-bottom: 2px solid #345B0C;	
	color: #CCCCCC;
	padding:2px;
	padding-left:4px;	
	text-align:left;
}
.uiSelectBoxChoice2.uiSelectBoxChoice2Disabled{
	background-color:#F0F0F0;
	border:1px solid #CCCCCC;
	color: #CCCCCC;
	padding:2px;
	padding-left:4px !important;	
	text-align:left;
}


/* example 3 for skinning */

.uiSelectBox3{
	background-color:#FEFEFE;
	border:1px solid #C48DA8;
	border-top:0px;
	cursor:pointer;
	width: 150px;
	margin-left:2px;
	display:none;
}
.uiSelectBoxToggle3{	
	border:0px;
	cursor:pointer;	
	height:0px;
	display:block;
	width: 150px;
	height:20px;
	background: url(dropdownarrow3.gif) no-repeat right center;	
}
.uiSelectBoxToggleSift3{	
	border:1px solid #C48DA8;
	cursor:pointer;	
	height:0px;
	display:block;
	height:20px;
	background-color: #DBE2F0;
}
.uiSelectBoxToggleDisabled3{
	border:1px solid #C48DA8;
	cursor:not-allowed;	
	color:#999999;
	background-color:#F0F0F0;
	font-style:italic;
	display:block;
}
.uiSelectBoxDisabled3{
	background-color:#FEFEFE;
	border:1px solid #999999;
	padding:0px;
	cursor:not-allowed;	
}
.uiSelectBoxStack3{
	display:none;
	overflow-y:hidden;
	overflow-x:hidden;
	width: 155px;
}
.uiSelectBoxStackDisabled3{
	overflow-y:hidden;
	overflow-x:hidden;
	background-color:#FEFEFE;
	border:1px solid #999999;
	cursor:not-allowed;	
}
.uiSelectBoxChoice3{
	background-color:#F6E7EE;
	border:1px solid #DDD;
	border-bottom:2px solid #D8B6C7;
	padding:2px;	
	padding-left:4px;
	text-align:left;
}
/* classes are set this way for ie6 and mooTools v1.11 */
.uiSelectBoxChoiceDisabled3{
	background-color:#EFF3FA;
	border:1px solid #DDD;
	padding:2px;
	padding-left:4px;
	text-align:left;	
}
.uiSelectBoxChoice3.uiSelectBoxChoice3Normal{
	background-color:#F6E7EE;
	border:1px solid #DDD;
	border-bottom:2px solid #D8B6C7;
	padding:2px;
	padding-left:4px;
	text-align:left;
}
.uiSelectBoxChoice3.uiSelectBoxChoice3Active{	
	background-color:#C48DA8;
	border:1px solid #5B0C2C;
	border-bottom: 2px solid #5B0C2C;
	color: #FFFFFF;
	padding:2px;
	padding-left:4px;	
	text-align:left;
}
.uiSelectBoxChoice3.uiSelectBoxChoice3Graze{	
	background-color:#DF8CDA;
	border:1px solid #5B0C2C;
	border-bottom: 2px solid #5B0C2C;
	color: #333333;
	padding:2px;
	padding-left:4px;	
	text-align:left;
}
.uiSelectBoxChoice3.uiSelectBoxChoice3Selected{
	background-color:#C48DA8;
	border:1px solid #5B0C2C;
	border-bottom: 2px solid #5B0C2C;	
	color: #FFFFFF;
	padding:2px;
	padding-left:4px;	
	text-align:left;
}
.uiSelectBoxChoice3.uiSelectBoxChoice3Disabled{
	background-color:#F0F0F0;
	border:1px solid #CCCCCC;
	color: #CCCCCC;
	padding:2px;
	padding-left:4px !important;	
	text-align:left;
}

        #registration_top,#registration_top2,#registration_top3{
            height:8px;
            background: url(narezka/registration_top.png) 0 0 no-repeat;
            font-size:5px;  
        }  
        * html #registration_top,* html #registration_top2,* html #registration_top3{
            background: none;    
            filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='narezka/registration_top.png', sizingMethod='crop');       
        }
        #registration_middle, #registration_middle2, #registration_middle3{
            background: #000;
        }  
        #registration_bottom,#registration_bottom2,#registration_bottom3{
            height:10px;
            background: url(narezka/registration_bottom.png) 0 0 no-repeat;
        }         
        * html #registration_bottom,* html #registration_bottom2,* html #registration_bottom3{
            background: none;    
            filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='narezka/registration_bottom.png', sizingMethod='crop');       
        }        
        #registration_middle h1,#registration_middle2 h1,#registration_middle3 h1{
            font: 18px Arial, Sans-Serif;  
            color: #FFCC00;
            padding : 20px 0 15px 0;
            text-align: center;
            zoom:1;
        }     
        #registration_middle input,#registration_middle2 input,#registration_middle3 input{
            font: 14px Arial, Sans-Serif; 
            padding: 7px 0 7px 12px;  
            outline: none;   
            color: #919191;   
        }
        #registration_middle input.big, #registration_middle2 input.big, #registration_middle3 input.big{  
            margin: 15px 0;
            display: block;
            width: 308px;
            height:18px;
            vertical-align: middle;
            margin-left: auto;
            margin-right: auto;
            border: none;
            background: url("narezka/input_big.png") 0 0 no-repeat;
        }  
        #registration_middle input.small,#registration_middle2 input.small,#registration_middle3 input.small{  
            width: 137px;
            height:18px;
            vertical-align: middle;
            border: none;
            background: url("narezka/input_small.png") 0 0 no-repeat;
        } 
        #registration_middle .small_left,#registration_middle2 .small_left,#registration_middle3 .small_left{
            float:left;
            margin: 0 0 0 15px;
            display: inline;
        }   
        #registration_middle .small_right,#registration_middle2 .small_right,#registration_middle3 .small_right{
            float:right;
            margin: 0 16px 0;
            display: inline;
        }           
        .float_wrapper{
            overflow: visible;
            zoom:1;
            position: relative;
            z-index:5000;
            height:32px;
            margin:15px 0;
        }      
        .simplemodal-close{
            border: none;
            background: url("narezka/cancel_button.png") 0 0 no-repeat;
            height: 32px;
            width: 127px;
            cursor: pointer; 
            float: left;   
             margin: 0 0 0 15px;         
        }
        #submit_button,#submit_button2,#submit_button3{
            border: none;
            background: url("narezka/zajavka_button.png") 0 0 no-repeat;
            height: 32px;
            width: 127px;
            cursor: pointer; 
            float: right;    
            margin: 0 16px 0;         
        }
        #submit_button2,#submit_button3{
            background: url("narezka/send.jpg") 0 0 no-repeat;    
        }
        #after_form{
            margin: 0 auto !important;
            width: 320px;
            font: 10px Tahoma, Sans-Serif;   
            color:white; 
            padding: 20px 0 10px;
        }
        #after_form .color_ather{
            color: #777777;
        }
        
       #dropdownContainer5,#dropdownContainer4{
            color: #919191;
            font: 12px Tahoma, Sans-Serif;
        }
        .uiSelectBoxToggle{    
            height:32px;
            background: url(narezka/small_select.jpg) no-repeat right center;    
        }
        #divUpdatedropdownType1,#divUpdatedropdownType2{
            visibility : hidden;
        }
        .uiSelectBoxToggle {
            width:155px !important;
        }
        #dropdownType1{
            position:relative !important;
            left:301px !important; 
            top:0 !important;
            width:155px !important; 
            background: url(narezka/nomination.png) 0 0 no-repeat;
            border: none;
            outline: none;
        }
        * html  #dropdownType1{
            background: url(narezka/nomination8.png) 0 0 no-repeat;
        }
        #dropdownType2{
            position:relative !important;
            left:-171px !important; 
            top:0 !important;
            width:177px !important; 
            background: url(narezka/category.png) 0 0 no-repeat;
            border: none;
            outline: none;
        }
        * html #dropdownType2{
            background: url(narezka/category8.png) 0 0 no-repeat;              
        }
        .uiSelectBox {
            padding:10px 4px 4px 36px;
        }
        .uiSelectBoxChoice, .uiSelectBoxChoice.uiSelectBoxChoiceNormal{
            background: #29292A;
            border: none;    
            padding-left:13px;    
        }
        .uiSelectBoxChoice.uiSelectBoxChoiceSelected {
            background: #29292A;
            border: none;
            text-decoration: underline;
            padding-left:13px;
        }
        .uiSelectBoxChoice.uiSelectBoxChoiceActive{      
            background: #29292A;
            border: none;
            padding-left:13px;
        }
        #jaguardropdownType1,#uchenikdropdownType2{
            background: url("narezka/nomination_down.png")  0 bottom no-repeat;
            padding:2px 4px 9px 13px;
        }
        * html #jaguardropdownType1,* html #uchenikdropdownType2{
            background: url("narezka/nomination_down8.png")  0 bottom no-repeat;
        }
        .toggleText{
            vertical-align: middle ! important;
            padding-left:10px;
            font-weight: normal !important;
        } 
        
        #dropdownContainer4 .uiSelectBox {
            padding:10px 4px 4px 0px;
        }      
        
        #dropdownContainer4 .uiSelectBoxStack{
            width: 155px;
        } 
        .textarea_top{
            width:320px;
            height:9px;
            margin: 0 auto;
            background: url("narezka/input_big_top.png") 0 0 no-repeat ;
            font-size: 5px;
        }
        * html .textarea_top{
            margin-bottom: -1px;
        }
        .textarea{
            width:320px;
            height: 300px;
            display:block;
            margin: 0 auto;
            border:none;
            zoom:1;
            background: #29292A;
            color:#919191;
            overflow: auto;
            outline: none;
        }
        .textarea_bottom{
            width:320px;
            height:9px;
            margin: 0 auto;
            background:url("narezka/input_big_bottom.png") 0 0 no-repeat ;
        }      
        * html .textarea_bottom{
            margin-top: -1px;
        }  

        #ucenikiHipHop{
            background: url("narezka/input_small.png") 0 0 no-repeat;        
            left: 187px !important;
            font-family:Tahoma,Sans-Serif;
            color:#919191;
            cursor: auto;            
        }
        #zajavka_form{
            
        }
        .validation{
            color:red;
            font-style:italic;
            position:absolute;
            text-align:right;
            display: none; 
            padding-right: 5px; 
        }
        #input_name{
            top:65px;
            width:325px;
        }
        #input_city{
            top:205px;
            width:325px;
        }
        #input_email,#wrong_email{
            top:252px;
            width:325px;
        }
        #input_phone{
            top:299px;
            width:325px;
        }    
        #input_nomination{
            top:346px;
            width:325px;        
        }    
        #input_name2,#input_name3{
            top:65px;
            width:158px;
        }   
        #input_email2,#wrong_email2,#input_email3,#wrong_email3{
            top:65px;
            width:325px;
        }   
        #input_text2,#input_text3{
            top:113px;
            width:325px;
        }                        

