/*///////////////////////////////////////////////////////////////////////////////////////////////
// global 
///////////////////////////////////////////////////////////////////////////////////////////////*/

body {
	font-family: Verdana;
	font-size: 11px;
	color: #727272;
}

#global {
	width: 902px;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.leftmargin {
	margin-left: 20px;
}

.b2 {
	width: 364px;
}

.b3 {
	width: 235px;
	padding-left: 10px;
	padding-right: 10px; 
}

.b3first{
	padding-left: 20px;
}

.b3last {
	padding-right: 20px;
}

.innerb2 {
	width: 342px;
}

h1 {
	font-weight: bold;
	font-size: 15px;
	padding: 10px 0;
}

h1.bottomdashed {
	border-bottom: 1px dashed #000;
}

p {
	padding: 5px 0;
}

a {
	color: #479fc6;
}

#step02, #step03 {display: none;}

#next {
	border:1px solid silver;
	float:right;
	margin:5px 0;
	padding:5px;
	cursor: pointer;
}

#previous {
	border:1px solid silver;
	float:left;
	margin:8px 0;
	padding:5px;
	cursor: pointer;
	display: none;
}

#send {
	border:1px solid silver;
	float:right;
	margin:8px 0;
	padding:5px;
	cursor: pointer;
	display: none;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////
// middle 
///////////////////////////////////////////////////////////////////////////////////////////////*/

#middle {
	padding: 40px 35px;
	background: #fff;
}

#status div {
	margin: 5px;
	padding: 5px;
	border: 1px solid silver;
	float: left;
	cursor: pointer;
}

.addbg {
	background: #E2E2E2;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////
// form 
///////////////////////////////////////////////////////////////////////////////////////////////*/

label {
	float: left;
	width: 120px;
}

input {
	float: left;
	border: 1px solid silver;
	background: #e2e2e2; 
}

textarea {
	width: 250px;
	height: 50px;
	border: 1px solid silver;
	background: #e2e2e2;
}

span.error {
	border: none;
}

.error {
	border: 1px solid red;
}

fieldset {
	border: 1px solid silver;
	padding:5px 20px 10px;
}

fieldset.up {
	margin-top: -20px;
}

fieldset.first label {
	width: 113px;
}

fieldset.four textarea {
	width: 360px;
	height: 155px;
}

fieldset.five label {
	width: 330px;
}

fieldset.six label {
	width: 200px;
}

fieldset.six input[type=text]  {
	width: 323px;
}

fieldset.seven .blocka label {
	width: 139px;
}

fieldset.seven .blocka input[type=text]{
	width: 189px;
}

fieldset.seven .blockb input[type=text]{
	width: 188px;
}

fieldset.seven .blocka .seventexarea, fieldset.seven .blockb .seventexarea {
	width: 327px;
	height: 109px;
}

fieldset.seven .blockb .seventexarea {
	height: 214px;
}


fieldset.eleven .first{width: 45px;}
fieldset.eleven .second{width: 75px;}
fieldset.eleven .third{width: 155px;}
fieldset.eleven .four{width: 95px;}
fieldset.eleven .five{width: 190px;}
fieldset.eleven .six{width: 175px;}

fieldset.eleven .first input{width: 44px;}
fieldset.eleven .second input{width: 74px;}
fieldset.eleven .third input{width: 154px;}
fieldset.eleven .four input{width: 94px;}
fieldset.eleven .five input{width: 189px;}
fieldset.eleven .six input{width: 174px;}

fieldset.eleven .border {
	border-left: 1px solid silver;
}

fieldset.twelve textarea {
	width: 788px;
	height: 200px;
}

.likfetabx6 {
	border-bottom:1px solid silver;
	padding: 3px 4px;
}

fieldset.fiveteen label{
	width: 150px;
}
fieldset.fiveteen input[type=text]{
	width: 200px;
}

fieldset.sixteen label{
	width: 332px;
}


legend {
	padding: 10px;
}

.block {
	float: left;
	margin: 1px;
	padding: 5px;
	background: #e2e2e2;
}

.block:hover {
	background: #f0f0f0;
}

.b2nofield {
	width: 395px;
}
.b2nofield textarea{
	width: 260px;
	height: 74px;
}
.b2nofield input{
	width: 260px;
}

.b3 textarea, .b3 input{
	width: 160px;
}

.b3 label{
	width: 58px;
}

.b3 .b3nolabel {
	width: 230px;
	height: 96px;
}

.fr {
	color: #acacac;
}



/*///////////////////////////////////////////////////////////////////////////////////////////////
// others 
///////////////////////////////////////////////////////////////////////////////////////////////*/

.spacer {
	clear: both;
	height: 0px;
}