/* CSS Document */

/* jqueryエラー */
.error
{
    float: none;
    color: red;
    display:block;
}

input.error
{
    border: 2px solid red;
    display:inline;
		background-color:#ffdddd;
}

/* PHPエラー */
div#errmsg {
	border:2px solid #F60;
	color:#F60;
	font-weight:bold;
	padding:8px;
	margin:0 100px 20px;
}


/* Hint text */
.blur
{
    color:Gray;
}

/* Button */
button
{    
}

/* Text decoration */
.requireMark
{    
    margin-left: 5px;
    font-weight:normal;
}

.required {
	color:#ff6600;
	font-size:80%;
}