/* general */

* {
    margin: 0;
}

body, html {
    height: 100%;
}

#wrapper {
    /*height: 100%;*/
}

body {
    background: #e5e5e5 url(../images/bg_snippet.jpg) repeat-x top;
    font-family: Arial, Tahoma;
    font-size:12px;
    color: #2f2c71;
}

body, div, td {
    margin:0;
    padding:0;
}


/* header */

.header_left {
    background: url(../images/header_bg_left.jpg) no-repeat top;
    height:113px;
    width:5px;
}

.header_right {
    background: url(../images/header_bg_right.jpg) no-repeat top;
    height:113px;
    width:5px;
}

.header_center_left {
    background-color: #ffffff;
}

.header_center_right {
    background-color: #fff7ec;
    width:287px;
}


#logo {
    margin-left:29px;
    margin-top:19px;
}

.swf_holder {
    background: url(../images/bg_snippet_swf.jpg) repeat-y;
}

/* login form */

#login_form {
    background: url(../images/input_bg.jpg) no-repeat top;
    width:201px;
    height:47px;
}



#input_username {
    border:0;
    height:13px;
    width:190px;
    margin-top:2px;
    margin-bottom:11px;
    margin-left:3px;
    color:#2e2f72;
}

#input_password {
    border:0;
    height:13px;
    width:166px;
    margin-left:3px;
    color:#2e2f72;
}

* html #input_username {
    margin-top:1px;
    margin-bottom:9px;
}


/* banner */

#title {
    background: url(../images/title.jpg) no-repeat top;
    width:967px;
    height:293px;
}


/* content */

#content {
    border-left: 1px solid #9c9cb8;
    border-right: 1px solid #9c9cb8;
}

.content {
    border-left: 1px solid #9c9cb8;
    border-right: 1px solid #9c9cb8;
}

.content_center_left {
    border-left: 4px solid #dcdcdc;
    background-color: #ffffff;
    padding:23px;
}

.content_center_right {
    border-right: 4px solid #dcdcdc;
    background-color: #fff7ec;
    width:287px;
}

.content_center_right div {
    margin: 23px 25px;
}

.footer {
    border-left: 4px solid #dcdcdc;
    border-right: 4px solid #dcdcdc;
    background-color: #fcb040;
}

.text {
    padding-left:20px;
    padding-bottom:50px;
}


.right_text p {
    padding:10px;
    padding-top:0px;
}

.right_text h2 {
    font-size:12px;
    color: #2f2c71;
    padding:10px;
    margin:0px;
}



/* bottom */

#copyright {
    padding:30px;
}


#menu {
    top:31px;
    position:relative;
}

#menu ul {
    list-style-type:none;
    padding:0;
    margin:0;
}

#menu ul li {
    display:inline;
}

#menu ul li.separator {

}

#menu ul li a {
    font-weight:bold;
    color:#2e2f72;
    text-decoration:none;
    padding-left:10px;
    padding-right:10px;
    padding-top:30px;
}

#menu ul li a:hover {
    background:url(../images/b_mnu_arrow.jpg) no-repeat top center;
    color: #ffffff;
}

#menu ul li a.active {
    background:url(../images/b_mnu_arrow.jpg) no-repeat top center;
    color: #ffffff;
}



.content_center_left input, textarea, select {
    border:1px solid #cbcadc;
    padding-left:3px;
    padding-top:2px;
}

.content_center_left input {
    border:0;
    height:21px;
    width:252px;
    background: url(../images/frm_input_bg.jpg) no-repeat top left;
}

.content_center_left input.phone {
    border:0;
    height:21px;
    width:43px;
    background: url(../images/frm_input_bg_phone1.jpg) no-repeat top left;
}
.content_center_left input.phone2 {
    border:0;
    height:21px;
    width:48px;
    background: url(../images/frm_input_bg_phone2.jpg) no-repeat top left;
}

.content_center_left input.im {
    border:0;
    height:21px;
    width:102px;
    background: url(../images/frm_input_bg_im.jpg) no-repeat top left;
}
.content_center_left input.code {
    border:0;
    height:21px;
    width:186px;
    background: url(../images/frm_input_bg_code.jpg) no-repeat top left;
}

.content_center_left input.submit {
    width:54px;
    background: url(../images/frm_input_bg_phone.jpg) no-repeat top left;
}

.content_center_left textarea {
    background: url(../images/frm_input_bg_textarea.jpg) no-repeat top left;
    border:0;
    width:252px;
    height:100px;
}



.form td {
    padding:2px;
}

.error {
    color: #ef6833;
}

.chk_box{
	width:10px;
	height:10px;
	background: #ffffff;
}

.section_title{
	font-family: Verdana, Tahoma;
    font-size:10px;
    color: #2f2c71;
}

.form_label{
	font-family: Verdana, Tahoma;
    font-size:10px;
    color: #2f2c71;
}
