#ContextNavigation input {
    height: auto;
    }
    
#ContextNavigation .hide {
    display: none;
    }
    
#profile input {
    padding: 1px;
    width: 220px;
    }
    
#profile select {
    width: 225px;
    }
    
#profile input.file {
    border: 1px solid #CCCCCC;
    width: 335px;
    height: 19px;
    }
    
#profile input.image, 
#search input.image {
    border: 0px solid #CCCCCC;
    width: 120px;
    height: 40px;
    }
    
#profile option,
#project option,
#article option,
#search option {
    padding-left: 5px;
    }
    
#profile input.submit,
#profile input.button,
#project input.submit,
#project input.button,
#article input.button,
#article input.submit,
#search input.submit {
    color: #333333;
    height: 17px;
    width: 145px;
    padding: 0px 12px 1px 12px;
    }

#profile select,
#project select,
#article select,
#search select {
    padding-left: 0px;
    height: 18px;
    margin-bottom: 2px;
    }
    
#project input,
#article input,
#search input {
    width: 320px;
    padding: 1px;
    }
    
#project select,
#article select,
#search select{
    width: 235px;
    }

#project select.date,
#search select.date{
    width: 73px;
    margin-right: 8px;
    }
    
#profile .checkbox,
#search .checkbox{
    width: 14px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    }

.hugetextarea{
   padding: 1px;
   height: 330px;
   width: 447px;
    }
    
.bigtextarea {
   padding: 1px;
   height: 198px;
   width: 417px;
    }
    
.mediumtextarea {
    padding: 1px;
    height: 96px;
    width: 417px;
    }
    
.normaltextarea {
    padding: 1px;
    height: 40px;
    width: 417px;
    }
    
#profile input.radio {
    margin: 3px 0px 0px 0px;
    width: 15px;
    float: left;
    }
    
#profile label {
    display: block;
    padding-left: 20px;
    line-height: 20px;
    }

#failed_login {
	color: red;
	font-weight: bold;
	margin: 5px 21px 5px 10px;
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: red;
    }

.ui-autocomplete {
	background: #F7F7F7;
	border: 1px solid #CCC;
	border-top: 0 none transparent;
	width: 320px;
	margin: 0;
	padding: 0;
    }

.ui-menu-item {
	position: relative;
	display: block;
	height: 15px;
	width: 100%;
    margin: 1px 0px 1px 0px;
    padding: 0px;
    }

.ui-autocomplete a, #ui-active-menuitem {
	cursor: pointer;
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:15px;
	margin:0;
	padding:0;
    }

#ui-active-menuitem {
    background: #666666;
    color: #FFFFFF;
    }

.ui-autocomplete a:hover {
	color: #333333;
    }

#formcontent, #formcontent a {
    width: 322px;
    padding: 1px;
	background-color: #666666;
	}
	
#formcontent {
    color: #FFFFFF;
    }
#formcontent a {
	color: #33995E;
	} 
    

