/* START layout elements per section */

	/* START content */

        /* START formContent-upload-translateIt */

			/* START content > form > newsletter */

                .content_form {
    				margin: 15px auto 25px auto;
    				padding: 0 15px 10px 15px;
    				width: 500px;
                    background-image: url(../gfx/content_form_bg.jpg);
                    background-repeat: repeat-x;
    				border: 1px solid #dddddd;
    			}
    			.content_form_row {
    				margin: 0 0 10px 0;
    				padding: 0 0 10px 0;
    				border-bottom: 1px solid #e4e4e4;
    				text-align: left;
    			}
                .important {
                    font-weight: bold;
                    color: #2a3b66;
                }
    			.content_form_row_submit {
    				margin: 0 0 15px 0;
    				padding: 0 0 10px 0;
    			}
                .content_form_row_last {
    				margin: 0 0 0 0;
                    border-bottom: 0;
                }
    			.content_form_row span {
    				display: block;
    				float: left;
    				padding: 3px 10px 0 0;
    				width: 150px;
    				text-align: right;
    			}
    			.content_form_row .long {
    				padding-top: 0;
    				width: 466px;
    			}
    			.content_form_row .input_field {
    				width: 333px;
    			}
    			#alerts {
    				padding-left: 12px;
    			}
    			.alert {
    				color: #ff0000;
    				font-weight: bold;
    				padding-bottom: 10px;
    			}
        		.content_form_button {
                    float: right;
                    margin: 0 0 12px 0;
        			height: 21px;
                    cursor: pointer;
        		}

			/* END content > form > newsletter */

        /* END formContent-upload-translateIt */

    	/* START SITEMAP */

            #site_map li {
                padding: 0 0 10px 10px;
            	list-style-image: url('../gfx/bullet.gif');
                position: relative;
                left: 15px;
            }

            #site_map .sub_links li {
                margin: 0 0 0 25px;
                padding: 0 0 10px 10px;
            	list-style-image: url('../gfx/bullet.gif');
                position: relative;
                left: 15px;
            }


    	/* END SITEMAP */

	/* END content */

/* END layout elements per section */