@charset "UTF-8";

/* #main
------------------------------------------------*/
#main h2 {
	margin: 0 0 9px;
}
#main h3 {
	margin: 0 0 5px;
}
#main p {
	margin: 0 0 5px;
}

#main table {
	border-collapse: separate;
	border-spacing: 0;
	border-top: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
	width: 539px;
	margin-bottom: 15px;
}
	#main table th {
		background: #e6ebe7;
		border-left: 1px solid #c7c7c7;
		border-bottom: 1px solid #c7c7c7;
		padding: 3px;
		white-space: nowrap;
		text-align: center;
	}
	#main table td {
		background: #fff;
		border-left: 1px solid #c7c7c7;
		border-bottom: 1px solid #c7c7c7;
		padding: 3px;
		font-size: 93%;
	}


/* mailform
------------------------------------------------*/
.red{ color:#FF0000; }

fieldset { border: 0px; }

input, textarea {
	background-color: white;
	border: none;
	border-top: 1px solid #a8a8a8;
	border-left: 1px solid #a8a8a8;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding: 2px 5px;
	margin:2px;
}

input:hover, textarea:hover {
	background-color: #ffffdd;
	border-top: 1px solid #b9c3c8;
	border-left: 1px solid #b9c3c8;
}

#company{ width:300px;}
#name{ width:300px;}
#zipcode{ width:60px;}
#pref{ width:150px;}
#address{ width:300px;}
#mail{ width:300px;}
#tel01,#tel02,#tel03,#fax01,#fax02,#fax03,#handyphone01,#handyphone02,#handyphone03{ width:40px;}
#url{ width:300px;}
#soudan01,#soudan02,#soudan03,#soudan04,#soudan05,#soudan06{ border:none;}
#comment{ width:350px; height:120px;}


#zipcodeselect{
	background-color: #D5D5D5;
	padding: 2px 5px;
	border-width:1px;
	border-style:solid;
	border-color:#CCCCCC #999999 #999999 #CCCCCC;
	width: 120px;
}


#next {
	background-color: #D5D5D5;
	padding: 2px 5px;
	border-width:1px;
	border-style:solid;
	border-color:#CCCCCC #999999 #999999 #CCCCCC;
	width: 220px;
}

#reset {
	background-color: #EFEFEF;
	padding: 2px 5px;
	border-width:1px;
	border-style:solid;
	border-color:#CCCCCC #999999 #999999 #CCCCCC;
	margin-left: 20px;
	width: 110px;
}

#back {
	background-color: #D5D5D5;
	padding: 2px 5px;
	border-width:1px;
	border-style:solid;
	border-color:#CCCCCC #999999 #999999 #CCCCCC;
	width: 150px;
}


#zipcodeselect:hover,
#next:hover,
#reset:hover,
#back:hover {
	border-top-width: 1px;
	background-color: #bbbbbb;
	padding: 2px 5px;
}


.buttons {}
.buttons p {
	text-align: center;
}

.buttons button {
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
	vertical-align: inherit;
}





/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
