
input[type="password"], input[type="text"], input[type="email"], input[type="www"], input[type="tel"], input[type="url"], select, select, textarea {
    border: 1px solid #333333;
	color:#333333;
	background:#FFFFFF;
    font-family: "ngs";
    font-size: 11px;
	margin-bottom:0px;
    padding: 0px;
    border-radius: 0px;
	font-size: 15px;
}
.button, button, button.button, input[type="button"],input[type="submit"], .pagenav-next a, .pagenav-prev a {
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #bbb;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);

    font-family: "ngs";
    font-size: 11px;
	margin-bottom:2px;
    border-radius: 0px;
}

input[type=checkbox], .checkbox, input[type=radio], .radio {
    height: auto !important;
    margin-top: 7px;
}

select[size] {
    height: auto;
}
input[type=checkbox], .checkbox, input[type=radio], .radio {
    height: auto !important;
    background: transparent!important;
    border: none!important;
}

select[size] {
    height: auto;
}

fieldset {
    border: none;
    padding:3px;
    clear: both;
    float: none
}

fieldset a {
    font-weight: bold;
}

fieldset.input {
    padding: 0;
}
/* Buttons */
#editor-xtd-buttons {
    padding: 5px;
    float: right;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
    float: right;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
    display: block;
    height: 22px;
    float: right;
    line-height: 22px;
    font-size: 11px;
    color: #333;
    cursor: pointer;
}

.button2-left span,
.button2-right span {
    cursor: default;
    color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
    padding: 0 6px;
}

.button2-left a:hover,
.button2-right a:hover {
    text-decoration: none;
    color: #0B55C4;
}

.button2-left a,
.button2-left span {
    padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
    padding: 0 6px 0 24px;
}

.button2-left {
    float: left;
    margin-left: 5px;
}

.button2-right {
    float: right;
    margin-right: 5px;
}

.button2-left .image {
}

.button2-left .readmore,
.button2-left .article {
}

.button2-left .pagebreak {
}

.button2-left .blank {
}
/* Calendar */
a img.calendar {
    width: 16px;
    height: 16px;
    margin-left: 3px;
    background: url(../images/calendar.png) no-repeat;
    cursor: pointer;
    vertical-align: middle;
}

span#jform_articletext_parent {
    width: 100%;
    display: block;
    clear: both;
    float: none
}
.formelm {
    float: none;
    line-height: 24px;
    padding: 0;
}
.formelm label {
    color: #000;
    float: right;
    font-size: 12px;
    padding: 3px 0;
    width: 12em;
}
.formelm .inputbox {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.6), 0 0 0 2px rgba(0, 0, 0, 0.01) inset, 0 1px 3px rgba(0, 0, 0, 0.08) inset;
    color: #333;
    font-family: Tahoma;
    font-size: 11px;
    margin-bottom: 2px;
    padding: 5px;
}