@charset "utf-8";

input { font-size: 11px }
select { font-size: 11px; border: solid 1px #4d82af; padding: 4 }
textarea { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; padding: 4; border: solid 1px #4d82af }
input.text { padding: 2 16 2 8; height: 22px; border: solid 1px #4d82af }

.w-30 { width: 30px }
.w-60 { width: 60px }
.w-90 { width: 90px }
.w-120 { width: 120px }
.w-160 { width: 160px }
.w-180 { width: 180px }
.w-200 { width: 200px }
.w-240 { width: 240px }
.w-300 { width: 300px }
.w-360 { width: 360px }
.w-400 { width: 400px }
.w-500 { width: 500px }
.w-560 { width: 560px }
.w-600 { width: 600px }
.w-690 { width: 690px }

.h-30 { height: 30px }
.h-60 { height: 60px }
.h-90 { height: 90px }
.h-120 { height: 120px }
.h-160 { height: 160px }
.h-200 { height: 200px }
.h-300 { height: 300px }

.required { position: absolute; color: #990000; padding: 2 2 2 2; margin: 2 0 3 0 }

table.form-medium { margin: 16 0 0 16 }
table.form-medium th { padding-right: 24 }
