@charset "utf-8";
/* CSS Document */

#table tr {
	height: 33px;
}

#table input, textarea, select {
    border: 1px #CCCCCC solid;
    width: 300px;
    font-size: 12px;
    color: #666666;
}

#table select {
    font-size: 10px;
}

#table textarea {
    width: 350px;
}

#success {
	color: #333333;
}

#fail {
	color: #FF0000;
}
