



/* ----------- nauji rapolo kontrolai ----- */

#question input {
	border: 1px solid #cccccc;
        width: 100%
}

#question #inp30 {
	border: 1px solid #cccccc;
         width: 127px;

       
        margin-right: 10px;
}


#question textarea {
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    width: 100%;
}
#question2 input {
	border: 1px solid #cccccc;
        width: 100%
}
#question2 textarea {
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
}

#dropdown {
	border:1px solid #a5b880;
	margin:0px;
	width:254px;
	padding:0px;


}



#newArticleLink, #addSubRubricLink, .addSubRubricLink {
	margin-top:9px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#newArticleLink {
	text-align:left;
}

#newArticleLink {
margin-bottom:20px;
}



#commandManager {
	background:url("img/command_manager_bg.png");
	background-repeat:repeat-x;
	height:37px;
	clear:both;
	line-height:37px;	
	width:100%;
}

#commandMsg {
	float:left;
	width:300px;
	line-height:37px;
	background:url('img/check.png');
	background-repeat:no-repeat;
	padding-left:23px;
	background-position: 0px 10px;
	text-align: left;
	font-size: 11px;
	font-family: Arial,Verdana,SunSans-Regular,Sans-Serif;
	color: #333333;	
}

#commandManagerButtons {
	float:left;
	width:240px;
	height:32px;
}

#commandManagerButtons a img{
	margin-top:5px;
}

.imgInput {
	border:0px;
	margin-top:10px;
}


/* --- command manager --- */

.hidden {
	display: none;
}
