/*--------------------------------------------------------------
# Copyright (C) joomla-monster.com
# License: http://www.joomla-monster.com/license.html Joomla-Monster Proprietary Use License
# Website: http://www.joomla-monster.com
# Support: info@joomla-monster.com
---------------------------------------------------------------*/

/*********************** DETAILS OF LAYOUT ELEMENTS ***********************/ 

/********** login **********/

form#form-login ul {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

form#form-login label {
    vertical-align: middle;
}

#form-login ul li {
    background: none !important;
    padding: 0;
    margin: 0;
}

#form-login ul li a:hover {
    text-decoration: none;
}

#form-login input.button {
	margin: 0;
}

/********** pathway **********/

#jm-pathway h3 {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	color: #333333;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
}

#jm-pathway span {
	line-height: 18px;
}

/********** search **********/

#jm-search .inputbox {
	background: url(../images/search_inputbox.jpg) no-repeat top left #fff;
    font-weight: normal;
	font-size: 10px;
    padding: 3px 3px 3px 28px;
	border: 1px solid #a8acad;
	color: #000;
}

#jm-search input.button {
    background: none;
    height: 10px;
    margin: 0 5px 0 -20px;
    padding: 0;
    width: 15px;
	border: none;
	border-radius: 0;
	-moz-border-radius: none;
	-webkit-border-radius: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}