/* http://www.aiship.jp/knowhow/archives/28192 */
FORM, SELECT, INPUT {
	font-size: 16px;
}

label{
    display:block;
    font-size: 16px;
    padding-top:13px;
}

input[type="text"],
textarea {
    padding: 0.8em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
}
textarea {
    width: 300px;
}
input[type="text"] {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    width: 200px;
}
input[type="text"]:focus {
    width: 300px;
}

input[type=radio] {
    height: 50px;
}

label[for="entry_country_id"],
label[for="country"],
#country,
#entry_country_id{
    display:none;
}

input[type=checkbox]{
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  padding: 10px;
}

address{
	background-color: rgb(235, 235, 235);
}