#password-clear {
    display: none;
	color: #333;
}

.default-value {color: #333;}

.myform{
	margin:0 auto;
	padding:5px;
}
#search {width: 150px; height: 20px;}

input.submit{
	width:20px;
	height:30px;
	display:block;
	overflow:hidden;
	text-indent:-999px; /* To remove any default text on the button*/
	line-height:30px; /* required for safari */
	background:url('../img/icon-search.png') no-repeat 0 5px; /* This will display the search icon by default */
	cursor:pointer; /* Hand cursor for the normal state */
	border:none;
	padding:0;
}
 
input.submit:hover{
	/*background-position: 0 -16px; /* This will display the dark search icon on hover */
}

 
input.submit:active{
	/*background-position: 0 -32px; /* And finally, this is the one that shows the loader */
	cursor:wait; /* Shows the wait cursor on click */
}

.block {display: block; float: left;width:100%;}
/* ----------- stylized ----------- */
#frm{
	display:block;
	float: left;
}
#frm h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}
#frm p{
	color:#666666;
}
#frm label{
	display:block;
	text-align:left;
	padding:4px 0px;
	width:200px;
	float:left;
}

#frm label.small{
	display:block;
	text-align:left;
	padding:4px 0px;
	width:120px;
	float:left;
}

#frm .small{
	color:#666666;
	display:block;
	font-size:11px;
}
#frm input, #frm select {
	float:left;
	font-size:12px;
	padding:3px;
	border:solid 1px #CCCCCC;
	width: 150px;
}

#frm textarea, #frm input.long{
	float:left;
	font-size:11px;
	padding:5px;
	border:solid 1px #CCCCCC;
	width: 330px;
}

#frm input.middle{
	float:left;
	font-size:11px;
	padding:5px;
	border:solid 1px #CCCCCC;
	width: 250px;
}

#frm textarea.news{
	float:left;
	font-size:12px;
	padding:3px;
	border:solid 1px #CCCCCC;
	width: 500px;
}

#frm .header, div.header {
	float:left;
	font-size:12px;
	padding:2px;
	font-weight: bold;
	display: block;
	width: 200px;
}

#frm span {
	float: left;
	width: 200px;
	padding:2px;
	display: block;
}

#frm span.small {
	float: left;
	width: 150px;
	padding:2px;
	display: block;
}
/* Profile */

#frm-profile{
	display:block;
	float: left;
}
#frm-profile h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}
#frm-profile p{
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	padding-bottom:10px;
}
#frm-profile label{
	display:block;
	text-align:left;
	padding:4px 2px;
	width:150px;
	margin:5px;
	float:left;
	font-weight: bold;
}
#frm-profile .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}
#frm-profile span.txt {
	float:left;
	font-size:12px;
	padding:4px 2px;
	width:150px;
	margin:5px;
}

#frm-profile span.fulltxt {
	float:left;
	font-size:12px;
	padding:4px 2px;
	margin:5px;
}

#frm-profile .header {
	float:left;
	font-size:12px;
	padding:4px 2px;
	width:150px;
	margin:5px 15px;
	display: block;
	font-weight: bold;
}

/* LOGIN */
.user input{border: 1px #CCCCCC solid; height: 20px; margin: 10px 0 0 0;}

/* BUTTONS */

.buttons {margin-top: 10px; float: left; }

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 3px 0 0;
    background-color:#f5f5f5;
    border:1px solid #ccc;
    font-size:11px;
    line-height:1.2em;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:3px 8px 4px 5px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:2px 8px 1px 5px; /* IE6 */
}
.buttons button[type]{
    padding:3px 8px 3px 5px; /* Firefox */
    line-height:15px; /* Safari */
}
*:first-child+html button[type]{
    padding:2px 8px 1px 5px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}


/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

.usrsearch {width: 150px; height: 30px; border: 1px #ccc solid;}

.error-box {display: block; margin: 5px 0; padding: 10px; border:1px solid #f80; min-height: 50px;}
.success-box {display: block; margin: 5px 0; padding: 10px; border:1px solid #4b5; background: #aaffbb url(../img/success.png) no-repeat right; min-height: 100px;}
.message-box {display: block; margin: 5px 0; padding: 10px; border:1px solid #4b5; background: #aaffbb url(../img/success.png) no-repeat right; min-height: 100px;}

a.next2, a.next3, a.next4, a.next5, a.next6, a.alink{display: block; color: #FFF; border:1px #CCC solid; padding: 5px 20px 5px 10px; background: #114477 url(../img/next.png) no-repeat center right;}