
/* ---------------- */
/* FORMULAR DEFAULT */
/* ---------------- */

.form-default {
	
}

.form-default input:focus, textarea:focus, select:focus {
    background-color: lightyellow;
}

.form-default p {
	margin: 0;
	padding:0;
}

.form-default input {
	border: 1px solid #CCCCCC;
	margin-bottom: 7px;
	padding: 2px;
	color: #CCCCCC;
}

.form-error {
	border: 1px solid red;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.form-buttons {
	margin-bottom: 15px;
	margin-top: 15px;
}

.form-checkbox {
	
}

/* ----------------- */
/* FORMULAR REGISTER */
/* ----------------- */

.form-register-input input, .form-register-input select, .form-register-input textarea{
	font-family: "lucida grande", "arial", "verdana", "sans-serif"; /* ie fix */
	border: 1px solid #CCCCCC;
	color: black;
	font-size: 12px;
	padding: 2px;
	width: 300px;
	margin-bottom: 6px;
}

.form-register-input label {
	font-size: 11px;
	color: #1B5790;
	display: block;
}

.form-register-input label a {
	color: #105CB6;
}

/* DYN SIZE*/
.form-register-input-dyn select {
	font-family: "lucida grande", "arial", "verdana", "sans-serif"; /* ie fix */
	border: 1px solid #CCCCCC;
	color: black;
	font-size: 12px;
	padding: 2px;
	margin-bottom: 6px;
}

.form-register-input-dyn label {
	font-size: 11px;
	color: #1B5790;
	display: block;
}

.form-register-input-dyn label a {
	color: #105CB6;
}


/* MUST FIELD */

.form-register-input-must input, .form-register-input-must select, .form-register-input-must textarea{
	font-family: "lucida grande", "arial", "verdana", "sans-serif"; /* ie fix */
	border: 1px solid #CCCCCC;
	color: black;
	font-size: 12px;
	padding: 2px;
	margin-bottom: 6px;
	width: 300px;
}

.form-register-input-must label {
	font-size: 11px;
	color: #333333;
	display: block;
	font-weight: bold;
}

/* FULL 100% */

.form-register-input-full {
	/* 	width: 100%; */
}

.form-register-input-full input, .form-register-input-full select, .form-register-input-full textarea{
	font-family: "lucida grande", "arial", "verdana", "sans-serif"; /* ie fix */
	border: 1px solid #CCCCCC;
	color: black;
	font-size: 12px;
	padding: 2px;
	width: 99%;
/* 	width: auto; */
	margin-bottom: 6px;
/* 	background-color: #FCFCFC; */
}

.form-register-input-full label {
	font-size: 11px;
	color: #1B5790;
	display: block;
	font-weight: normal;
}

.form-register-input-full label a {
/* 	color: #105CB6; */
	color: red;
	font-weight: normal;
}
.form-register-input-full label a:hover {
	color: black;
	text-decoration: none;
	font-weight: normal;
}

/* LOGIN BY COMMENTS */

.form-register-input-login input, .form-register-input-login select, .form-register-input-login textarea{
	font-family: "lucida grande", "arial", "verdana", "sans-serif"; /* ie fix */
	border: 1px solid #CCCCCC;
	color: black;
	font-size: 12px;
	padding: 2px;
	width: 200px;
	margin-bottom: 6px;
}

.form-register-input-login label {
	font-size: 11px;
	color: #1B5790;
	display: block;
}

.add_button {
	width: 170px;
}

/* ------ */
/* SEARCH */
/* ------ */

.form-search-select-category select {
	width: auto;
}

.form-search-select-art select {
	width: auto;
}

.form-search-query {
	width: 100%;
	padding-top:4px;
	padding-bottom: 4px;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid #CCCCCC;
}

.form-search-button {
}

.form-search-checkbox {
	padding-top: 5px;
}

/* -------------------- */
/* FORMULAR DATE INPUTS */ 
/* -------------------- */

.form-input-small input {
	font-family: "lucida grande", "arial", "verdana", "sans-serif"; /* ie fix */
	border: 1px solid #CCCCCC;
	color: black;
	font-size: 12px;
	padding: 2px;
	width: 90px;
	margin-bottom: 6px;
}

.form-input-small label {
	font-size: 11px;
	color: #1B5790;
	display: block;
}

/* -------------- */
/* ALERT MESSAGES */
/* -------------- */

.alert-wrapper-alert,
.alert-wrapper-warning,
.alert-wrapper-info,
.alert-wrapper-stop,
.alert-wrapper-error,
.alert-wrapper-noaccess,
.alert-wrapper-access,
.alert-wrapper-public,
.alert-wrapper-work,
.alert-wrapper-love,
.alert-wrapper-help,
.alert-wrapper-blackbox,
.alert-wrapper-bomb,
.alert-wrapper-tip,
.alert-wrapper-ok,
.alert-wrapper-yes,
.alert-wrapper-no,
.alert-wrapper-note,
.alert-wrapper-search {
	border: 1px solid #93AFCB;
	padding: 15px;
	padding-left: 85px;
	margin-bottom: 10px;
}

.alert-wrapper-alert {
	background:url(/_images/icons/64x64/actions/alert.gif) no-repeat 10px 50%;
}
.alert-wrapper-warning {
	background:url(/_images/icons/64x64/actions/alert_now.gif) no-repeat 10px 50%;
}
.alert-wrapper-info {
	background:url(/_images/icons/64x64/actions/info_icon_64x64px.jpg) no-repeat 10px 50%;
}
.alert-wrapper-stop {
	background:url(/_images/icons/64x64/actions/stop_now.gif) no-repeat 10px 50%;
}
.alert-wrapper-error {
	background:url(/_images/icons/64x64/actions/stop.gif) no-repeat 10px 50%;
}
.alert-wrapper-noaccess {
	background:url(/_images/icons/64x64/actions/noaccess.gif) no-repeat 10px 50%;
}
.alert-wrapper-access {
	background:url(/_images/icons/64x64/actions/access.gif) no-repeat 10px 50%;
}
.alert-wrapper-public {
	background:url(/_images/icons/64x64/actions/public.gif) no-repeat 10px 50%;
}
.alert-wrapper-work {
	background:url(/_images/icons/64x64/actions/baustelle.gif) no-repeat 10px 50%;
}
.alert-wrapper-love {
	background:url(/_images/icons/64x64/actions/favorite.gif) no-repeat 10px 40%;
}
.alert-wrapper-help {
	background:url(/_images/icons/64x64/actions/help.gif) no-repeat 10px 50%;
}
.alert-wrapper-blackbox {
	background:url(/_images/icons/64x64/actions/blackbox.gif) no-repeat 10px 50%;
}
.alert-wrapper-bomb {
	background:url(/_images/icons/64x64/actions/bomb.gif) no-repeat 10px 50%;
}
.alert-wrapper-tip {
	background:url(/_images/icons/64x64/actions/alert_tip.jpg) no-repeat 10px 50%;
}
.alert-wrapper-ok {
	background:url(/_images/icons/64x64/actions/ok.gif) no-repeat 10px 50%;
}
.alert-wrapper-yes {
	background:url(/_images/icons/64x64/actions/ok.gif) no-repeat 10px 50%;
}
.alert-wrapper-no {
	background:url(/_images/icons/64x64/actions/stop_now.gif) no-repeat 10px 50%;
}
.alert-wrapper-note {
	background:url(/_images/icons/64x64/actions/notes.gif) no-repeat 10px 50%;
}
.alert-wrapper-search {
	background:url(/_images/icons/64x64/actions/alert_search.jpg) no-repeat 10px 50%;
}

.alert-title {
	font-size: 18px;
	font-weight: bold;
}
.alert-message {
	margin-top: 10px;
	line-height: 16px;
}
.alert-message a {
/* 	font-weight: bold; */
/* 	text-decoration: underline; */
}
.alert-message p {
	padding-bottom: 10px;
}
.alert-message li {
	list-style: disc;
	margin-left: 20px;
	padding-left: 5px;
}
.alert-menu {
	padding-top: 10px;
}

