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

form label,
form input[type="radio"] ,
form input[type="checkbox"] , 
form select ,
form input[type="submit"] {
	cursor: pointer;
}

textarea {
	resize: vertical;
}
