﻿#login-form{max-width:350px;}#page-form{max-width:1000px;}.button{background:#bbb;background:-moz-linear-gradient(top,#bbb 0,#bbb 9%,#ababab 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#bbb),color-stop(9%,#bbb),color-stop(100%,#ababab));background:-webkit-linear-gradient(top,#bbb 0,#bbb 9%,#ababab 100%);background:-o-linear-gradient(top,#bbb 0,#bbb 9%,#ababab 100%);background:-ms-linear-gradient(top,#bbb 0,#bbb 9%,#ababab 100%);background:linear-gradient(top,#bbb 0,#bbb 9%,#ababab 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbbbbb',endColorstr='#ababab',GradientType=0);-moz-border-radius:3px 3px 3px 3px;-webkit-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px;padding:11px 20px;color:#FFF;font-weight:bold;font-size:14px;margin-right:4px;cursor:pointer;border:none;font-family:Arial;display:inline-block;}.button:hover{background:#adadad;background:-moz-linear-gradient(top,#adadad 0,#adadad 9%,#ababab 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#adadad),color-stop(9%,#adadad),color-stop(100%,#ababab));background:-webkit-linear-gradient(top,#adadad 0,#adadad 9%,#ababab 100%);background:-o-linear-gradient(top,#adadad 0,#adadad 9%,#ababab 100%);background:-ms-linear-gradient(top,#adadad 0,#adadad 9%,#ababab 100%);background:linear-gradient(top,#adadad 0,#adadad 9%,#ababab 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#adadad',endColorstr='#ababab',GradientType=0);color:#FFF;}.button.red{background:#be485d;background:-moz-linear-gradient(top,#be485d 0,#a84152 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#be485d),color-stop(100%,#a84152));background:-webkit-linear-gradient(top,#be485d 0,#a84152 100%);background:-o-linear-gradient(top,#be485d 0,#a84152 100%);background:-ms-linear-gradient(top,#be485d 0,#a84152 100%);background:linear-gradient(top,#be485d 0,#a84152 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#be485d',endColorstr='#a84152',GradientType=0);color:#FFF;display:inline-block;}.button.red:hover{background:#ad3c50;background:-moz-linear-gradient(top,#ad3c50 0,#a84152 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ad3c50),color-stop(100%,#a84152));background:-webkit-linear-gradient(top,#ad3c50 0,#a84152 100%);background:-o-linear-gradient(top,#ad3c50 0,#a84152 100%);background:-ms-linear-gradient(top,#ad3c50 0,#a84152 100%);background:linear-gradient(top,#ad3c50 0,#a84152 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad3c50',endColorstr='#a84152',GradientType=0);color:#FFF;}.success{color:#579724;font-weight:bold;}.error{font-weight:bold;color:#BD485D;}.hint{font-family:Arial;font-size:12px;color:#bbb;line-height:16px;}.notification{color:#BD485D;}.star{color:#BD485D;font-size:14px;padding-left:3px;font-weight:bold;}.field-error{color:#BD485D;margin-top:6px;}.form{position:relative;}.left-half{width:50%;float:left;}.right-half{width:50%;float:right;}.left-half.third-narrow,.right-half.third-narrow{width:33%;}.left-half.third-wide,.right-half.third-wide{width:66%;}.left-half.quarter-narrow,.right-half.quarter-narrow{width:25%;}.left-half.quarter-wide,.right-half.quarter-wide{width:75%;}.field{margin-bottom:20px;}.left-half .field{margin-right:10px;}.right-half .field{margin-left:10px;}.field-label{font-size:14px;font-weight:bold;margin-bottom:10px;color:#555;}.field-control{width:auto;position:relative;}.checkbox,.radio{width:19px;height:20px;padding:0 7px 0 0;background:url('../images/checkbox.png') no-repeat;display:block;clear:left;float:left;cursor:pointer;margin-top:-3px;}span.checkbox,span.radio{cursor:pointer;}.checkbox-label,.radio-label{width:auto!important;margin:0!important;padding:0!important;padding-top:0!important;text-align:left!important;font-weight:normal!important;cursor:pointer;}.radio{background:url('../images/radio.png') no-repeat;margin-top:5px;}.pushed{background-position:0 -20px;}.checked{background-position:0 -40px;}.checked.pushed{background-position:0 -60px;}.checkbox.required{background:url(../images/checkbox.png) 0 -80px;}.radio.required{background:url(../images/radio.png) 0 -80px;}.radio-wrapper{float:left;line-height:32px;}input,textarea,label{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}.textbox,.select,.textarea,.datetimepicker{width:100%;background-color:#FFF;border:1px solid #aaa;-moz-border-radius:2px 2px 2px 2px;-webkit-border-radius:2px 2px 2px 2px;border-radius:2px 2px 2px 2px;transition:background-color .1s linear;-moz-transition:background-color .1s linear;-o-transition:background-color .1s linear;-webkit-transition:background-color .1s linear;padding:10px;color:#333;}.datetimepicker{padding-right:45px;cursor:pointer;width:120px;background:transparent url('../images/datetime.png') no-repeat right center;}.select{width:100%;}.box-error{-moz-background-clip:border;-moz-background-origin:padding;-moz-background-size:auto auto;-moz-border-radius:2px;-moz-box-shadow:1px 1px 0 -2px #fff inset;-webkit-border-radius:2px;-webkit-box-shadow:1px 1px 0 -2px #fff inset;border:1px solid #BD485D;}.textarea{height:150px;min-height:150px;max-height:400px;width:100%;min-width:100%;max-width:100%;font-size:12px;font-family:Arial,Verdana,Tahoma;}.editor-mce{height:300px;min-height:300px;width:100%;min-width:100%;max-width:100%;font-size:12px;font-family:Arial,Verdana,Tahoma;}.textbox:focus,.select:focus,.textarea:focus,.editor-mce:focus{background-color:#fdfdfd;}.narrow{width:120px;min-width:120px;max-width:120px;}.small{width:240px;min-width:240px;max-width:240px;}.medium{width:300px;min-width:300px;max-width:300px;}.big{width:500px;min-width:500px;max-width:500px;}.large{width:600px;min-width:600px;max-width:600px;}.field-image{float:left;margin-left:10px;}.thank-you{display:none;padding-bottom:80px;}div.box{background-color:#f9e593;border:1px solid #fdd63b;font-size:16px;moz-border-radius:2px;padding:20px;text-align:center;webkit-border-radius:2px;}div.box a{color:#fff8a5;font-style:normal;font-weight:normal;}div.box a:hover{color:#f2eca6;}.submit-actions{margin-top:20px;}.label-only .field-control label,.label-only .field-control-wide label{border:1px solid #666;display:inline-block;background-color:#F6F6F6;padding:10px;-moz-border-radius:2px 2px 2px 2px;-webkit-border-radius:2px 2px 2px 2px;border-radius:2px 2px 2px 2px;font-size:14px;width:100%;}.loading{background-color:#fff;filter:alpha(opacity=60);-moz-opacity:.6;opacity:.6;}.loading .image{width:32px;height:32px;background-image:url('../images/ajax-loader.gif');}.uploaded-images{margin:0;padding:0;list-style-type:none;}.uploaded-images li{float:left;display:block;background-color:#fff;border:1px solid #ddd;margin-bottom:10px;padding:9px;font-size:0;line-height:0;min-width:200px;text-align:center;}.uploaded-images li a{display:block;position:relative;height:100%;min-height:50px;line-height:50px;}.uploaded-images li img{vertical-align:middle;width:100%;}.uploaded-images li a:hover span{display:block;}.uploaded-images li .delete-image{display:none;position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px;background:#000;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);background:-moz-linear-gradient(left,rgba(0,0,0,0.2) 0,rgba(0,0,0,0.2) 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,rgba(0,0,0,0.2)),color-stop(100%,rgba(0,0,0,0.2)));background:-webkit-linear-gradient(left,rgba(0,0,0,0.2) 0,rgba(0,0,0,0.2) 100%);background:-o-linear-gradient(left,rgba(0,0,0,0.2) 0,rgba(0,0,0,0.2) 100%);background:-ms-linear-gradient(left,rgba(0,0,0,0.2) 0,rgba(0,0,0,0.2) 100%);background:linear-gradient(to right,rgba(0,0,0,0.2) 0,rgba(0,0,0,0.2) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000',endColorstr='#33000000',GradientType=1);}.uploaded-images li .delete-icon{background:url('../images/delete-image.png') no-repeat scroll center center transparent;width:100%;height:100%;display:block;}