@CHARSET "UTF-8";
#queue {width: 210px;padding: 10px; border-radius: 10px; margin-bottom: 20px;background: url(../images/left_corner.png) no-repeat, url(../images/right_corner.png) bottom right no-repeat;
border: 1px solid #EEE; padding-top: 20px; padding-bottom: 20px;}
#queue1 {width: 210px;padding: 10px; border-radius: 10px; margin-bottom: 20px;background: url(../images/left_corner.png) no-repeat, url(../images/right_corner.png) bottom right no-repeat;
border: 1px solid #EEE; padding-top: 20px; padding-bottom: 20px;}
.form {}
#queue h4, #queue h5 {text-align: center; font-weight: normal;font-size: 21px; margin: 0;}
#queue h5 {font-size: 18px; margin-bottom: 20px;}
hgroup span {font-weight: bold; color: #DC3434;}
.form .formitem {margin-bottom: 4px;}
.form .formitem label {display: inline-block; width: 100%;}
.form .formitem input {width: 100%; border-radius: 4px; padding-left: 4px;outline: none;
border: 1px solid #828282; line-height: 26px;}
.form .formitem .error {color: #DC3434;}
.form .buttons input {margin-top: 10px;background: #DC3434;border: 1px solid red;border-radius: 6px;
	color: #FFDBDB; width: 100%;line-height: 21pt;text-shadow: 1px 1px 1px #DC4E1C; cursor: pointer;font-size: 13pt;}
.form .buttons input:hover { box-shadow: 0 0 10px rgba(0,0,0,0.5);}
.form form span {margin-top: 4px; text-align: center; width: 100%; display: inline-block;}