input{
	font: 12px Verdana, Arial;
}
select{
	font: 12px Verdana, Arial;
}
/*
#login_form {
    display:block;
    font-size:14px;
    line-height:1.2;
    float:left;
}

#login_form label{
    display:block;
    float:left;
    font-weight:bold;
    margin:0;
    padding:0 0 5px;
    width:200px;
}
*/

#login_form {
    display:block;
    font-size:14px;
    line-height:1.2;
    margin:10px;
}

#login_form label{
    float:left;
    /*height:30px;*/
    font-weight:bold;
    margin:0;
    padding:0 0 5px;
    width:100%;
}
#login_form input, #login_form textarea {
    border:1px solid #BABABA;
    float:left;
    font-size:12px;
    font-weight:bold;
    margin:0 0 10px;
    padding:3px;
    width:100% ;
	clear: both;
}
/*
#login_form input, #login_form textarea {
    border:1px solid #BABABA;
    float:left;
    font-size:12px;
    font-weight:bold;
    margin:0 0 10px;
    padding:3px !important;
    width:250px;
	clear: both;
}*/



.general_form {
    display:block;
    font-size:14px;
    line-height:1.2;
    margin:10px;
}

.general_form label{
    float:left;
    height:30px;
    margin:0 !important;
    padding:0 0 5px;
    width:200px;
}

.general_form input {
    border:1px solid #BABABA;
    float:left;
    font-size:12px;
    font-weight:bold;
    margin:0 0 10px;
    padding:3px !important;
    width:250px;
}

.general_form .form_error{
    background-color:#FFFFFF;
    border:1px solid #FF0000;
    clear:both;
    color:#FF0000 !important;
    float:left;
    font-size:8pt;
    font-style:italic;
    margin:3px 0;
    padding:4px;
    text-align:right;
    width:450px;
}
.general_form .form_error a{
    font-size:8pt;
}

.general_form .groupheader{
    border-top:2px solid #619ed7;
    float:left;
    font-style:italic;
    font-weight:bold;
    margin:20px 0 10px 0;
    padding:4px;
    text-align:left;
    width:450px;
    font-size: 20px;
	color: #619ed7;	
}

.general_form .groupinfo{
    text-align:left;
    width:450px;
}




#login_btn {
    margin:10px 0;
	float: left;
}
#login_btn button {
    background:transparent url(../images/more.gif) no-repeat scroll 5px 50%;
    padding:0 10px 0 28px;
	
}

.yui-button {
    background:transparent url(../images/btn_general.png) repeat-x scroll 0 0;
    border-color:#808080;
    border-style:solid;
    border-width:1px 0;
    display:inline-block;
    margin:auto 5px auto 0;
}
.yui-button:hover {
    background:transparent url(../images/btn_general.png) repeat-x scroll 0 -100px;
}
.yui-button .first-child {
    border-color:#808080;
    border-style:solid;
    border-width:0 1px;
    display:block;
    margin:0 -1px;
    padding:10px;
}
.yui-button button, .yui-button a, .yui-button input {
    border:medium none;
    color:#000000;
    display:block;
    font-size:12px;
    font-weight:bold; 
    background-color:transparent;
    cursor:pointer;
    padding:10px;
}

.a-link {
    cursor:pointer;
    padding:10px;
    font-size:12px;
    font-weight:bold;
    color:black !important;
    display:block;
}

.a-container{
    background:transparent url(../images/btn_general.png) repeat-x scroll 0 0;
    border-color:#808080;
    border-style:solid;
    border-width:1px;
    display:inline-block;
    margin:0 5px 5px 0;
}
.a-container:hover {
    background:transparent url(../images/btn_general.png) repeat-x scroll 0 -100px;
}

.btn-submit{
    background:transparent url(../images/btn_general.png) repeat-x scroll 0 0 !important;
    border:1px solid #808080 !important;
    display:inline-block;
    margin:0 5px 5px 0;
    cursor:pointer;
    padding:10px !important;
    font-weight:bold;
    color:black !important;
}
.btn-submit:hover {
    background:transparent url(../images/btn_general.png) repeat-x scroll 0 -100px !important;
}
