/* general
--------------------------------------------- */
:focus {
    outline: 0
}

/* eventWork_gen2015 general
--------------------------------------------- */
#purchase_form {
	width: 65%;
	margin: 50px auto;
	color:#333;
	line-height:120%;
	text-align: center;
}
#purchase_form h3 {
    border-top: 4px solid #dedede;
    display: inline-block;
    padding: 22px 0 0 0;
    font-size: 1.777em;
    font-weight: normal;
    letter-spacing: 8px;
}
#purchase_form h4 { 
	font-size: 1.333em;
	font-weight: normal;
}
#purchase_form input, #purchase_form .back, #login-button {
    font-size: 16px;
    color: #333;
    margin: 0;
    padding: 10px;
    border: 1px solid #dedede;
	box-shadow: none;
}
#purchase_form input[type="submit"], #login-button {
    margin: 0 15px;
    background-color: #EF6F56;
    color: #fff;
    border-radius: 4px;
     -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -khtml-border-radius: 4px;
    border: none;
    min-width: 150px;
}
#purchase_form input[type="submit"]:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}
#purchase_form input[type="reset"], #purchase_form .back {
    display: inline-block;
    margin: 0 15px;
    background-color: #bbb;
    color: #fff;
    border-radius: 4px;
     -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -khtml-border-radius: 4px;
    border: none;
    min-width: 150px;
}
#purchase_form input[type="reset"]:hover , #purchase_form .back:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}
#purchase_form textarea {
	border: 1px solid #dedede;
	box-shadow: none;
	color: #333;
}
table.formTable{
	width:100%;
	margin: 40px auto;
	border-collapse:collapse;
	text-align: left;
}
table.formTable td, table.formTable th {
	border:1px solid #ccc;
	padding: 20px 10px;
	vertical-align: top;
}
table.formTable td li {
	margin: 10px 0;
	font-size: 15px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
	padding: 30px 0 30px 10px;
	vertical-align: top;
}
table.formTable p{
    line-height: 2.7;
}
table.formTable span{
	font-size: 0.8rem;
	display: block;
	color: #777;
	margin: 5px 0 0 0;
}
#point_ok_message {
	color: #F00;
}
#point_error_message {
	padding: 8px;
	margin: 5px 0 0 0;
	border: 2px solid red;
}
#point_error_message span {
	color: #D12824;
	font-size: 18px;
	margin: 0 0 5px;
	font-weight: bold;
}
#point_error_message p {
    line-height: 4;
}
#point_error_message p a {
	padding: 6px 35px; 
	font-size: 14px;
	border-radius: 6px;
	margin: 0 0 0 10px;
}
/* form complete
--------------------------------------------- */
.seminar_complete {
    width: 80%;
    margin: 25px auto 0;
    text-align: center;
}
.seminar_complete h1 {
    font-size: 25px;
}
.seminar_complete p {
    font-size: 26px;
    line-height: 3;
    font-weight: bold;
}
.seminar_complete p a {
    padding: 20px;
    background-color: #A79FB1;
    border-radius: 4px;
    color: #fff;
    font-size: 19px;
    font-weight: normal;
}
