body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFF;
	width:100%;
}

#bd {
	margin:0 auto;
	padding:0px;
	width:100%;
	height:100%;
	max-width:700px;
	min-height:400px;
	background-color:#FFF;
}

img {
	height:100%;
	width:100%;
	max-height:120px;
	max-width:350px;
}

/* Warning Label */
.warninglbl {
    font-size:12px;
    color:Red;
    cursor:default;
    padding-top:10px;
	text-align:center;
	vertical-align:middle;
}

/* Standard Input Textbox and Label */
.stdText {
	font-size:14px;
	cursor:default;
	padding-right:15px;
	vertical-align:middle;
	text-align:left;
}
.stdInput1 {
	font-size:14px;
	width:50%;
	padding:8px;
	border:1px solid #CCC;
}

.stdInput2 {
	font-size:12px;
	width:100%;
	padding:5px;
	border:1px solid #6BB6EC;
}

.stdInput3 {
	font-size:12px;
	width:60%;
	padding:5px;
	border:1px solid #6BB6EC;
	text-align:right;
}	/* For numbering use */

/* Standard Button (Left and Right Image or Text) */
.stdBtn1 {
	font-size:14px;
	color:#FFF;
	background-color:#6BB6EC;
	padding:8px;
	width:30%;
	height:100%;
	min-height:30px;
	border:2px solid #EEE;
}

.stdBtn2 {
	font-size:14px;
	color:#FFF;
	padding:8px;
	width:100%;
	height:100%;
	max-height:170px;
	border:0px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background-image: linear-gradient(bottom, rgb(124,192,241) 11%, rgb(99,170,221) 70%);
	background-image: -o-linear-gradient(bottom, rgb(124,192,241) 11%, rgb(99,170,221) 70%);
	background-image: -moz-linear-gradient(bottom, rgb(124,192,241) 11%, rgb(99,170,221) 70%);
	background-image: -webkit-linear-gradient(bottom, rgb(124,192,241) 11%, rgb(99,170,221) 70%);
	background-image: -ms-linear-gradient(bottom, rgb(124,192,241) 11%, rgb(99,170,221) 70%);
	background-image: -webkit-gradient(
		linear, left bottom, left top, color-stop(0.11, rgb(124,192,241)), color-stop(0.7, rgb(99,170,221))
	);
}

.stdBtn3 {
	font-size:14px;
	color:#63aadd;
	padding:8px;
	width:100%;
	height:100%;
	max-height:170px;
	border:0px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background-color:#F0F0F0;
}

.stdBtn1L {
	float:left;
	padding-left:5%;
	height:100%;
}
.stdBtn1R {
	float:right;
	padding-right:5%;
	height:100%;
}

/* View Td */
#view_table {
	font-size:12px;
	height:100%;
	width:100%;
	max-width:350px;
}

#view_table td {
	padding:7px;
	padding-left:8px;
	cursor:default;
	border-bottom:1px solid #F5F5F5;
}

.stdViewInput {
	font-size:14px;
	max-width:320px;
	width:100%;
	border:0px;
}

.stdBackBtn {
	font-size:14px;
	color:#FFF;
	background-color:#6BB6EC;
	padding:8px;
	width:100%;
	height:100%;
	min-height:30px;
	border:0px;
}

.stdAddBtn {
	width:100%;
	height:100%;
	border:0px;
	background:#6BB6EC url(../graphic/add_item.png) no-repeat center;
}

.stdDelBtn {
	width:100%;
	height:100%;
	border:0px;
	background:#FFF url(../graphic/del_item.png) no-repeat center;
}

.stdPostBtn {
	width:100%;
	height:100%;
	border:0px;
	background:#FFF url(../graphic/posting.png) no-repeat center;
}

.stdPostIcon {
	width:100%;
	height:100%;
	border:0px;
	background:#FFF url(../graphic/posted.png) no-repeat center;
}

.stdSaveBtn {
	color:#FFF;
	width:100%;

	border:0px solid #FFF;
	background-color:#6BB6EC;
}

.stdSTxt {
	font-size:10px;
	color:#6BB6EC;
	cursor:default;
	padding-right:15px;
	vertical-align:middle;
	text-align:left;
}