﻿* {
	margin: 0;
	padding: 0;
}
.shapeHeader {
}
.shapeHeader_top {
	background: #f7f7f7 url(../Images/shapeHeader_bg.gif) repeat-y 0 0;
}
.shapeHeader_top_left {
	background: url(../Images/shapeHeader_left.gif) repeat-y 0 0;
}
.shapeHeader_top_right {
	background: url(../Images/shapeHeader_right.gif) repeat-y right 0;
}
.shapeHeader_logo {
	min-height: 70px;
	padding: 16px 0 0 15px;
	margin: auto;
}
.shapeHeader_line {
	background: url(../Images/shapeHeader_line_bg.gif) repeat-x 0 0;
}
.shapeHeader_line_left {
	background: url(../Images/shapeHeader_line_left.gif) no-repeat 0 0;
}
.shapeHeader_line_right {
	background: url(../Images/shapeHeader_line_right.gif) no-repeat right 0;
	height: 9px;
}
.shapeContent {
}
.shapeContent_text {
	font: 11px Tahoma;
	padding: 10px;
}
.shapeFooter {
/*	position: fixed;*/
	bottom: 0;
	margin-top: 20px;
	width: 100%;
}
.shapeFooter_line {
	background: url(../Images/shapeFooter_line_bg.gif) repeat-x 0 0;
}
.shapeFooter_line_left {
	background: url(../Images/shapeFooter_line_left.gif) no-repeat 0 0;
}
.shapeFooter_line_right {
	background: url(../Images/shapeFooter_line_right.gif) no-repeat right 0;
	height: 9px;
}
.shapeFooter_content {
	background: #f7f7f7 url(../Images/shapeHeader_bg.gif) repeat-y 0 0;
}
.shapeFooter_content_left {
	background: url(../Images/shapeHeader_left.gif) repeat-y 0 0;
}
.shapeFooter_content_right {
	background: url(../Images/shapeHeader_right.gif) repeat-y right 0;
}
.shapeFooter_text {
	margin: auto;
	padding: 10px;
	text-align: center;
	height: 60px;
	font: 11px Tahoma;
}
.cDivFileUploder{
	text-align:center;
	width:323px;
	margin:30px auto 0;
}
.cBtnSaveFile{
	background:url(../Images/cBtn_fix_bg.png) no-repeat center top;
	width:106px;
	padding:3px 0 22px;
	border:none;
	cursor:pointer;
	font:11px tahoma;
}
input.cFileUpload{
	padding:3px 0 22px;
	cursor:pointer;
	font:12px tahoma;
}
.cAlert{
	margin-top:-5px;
}