.skinA .button {background: #00a6fc; color: #fff;}
.skinA .button.radius {-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}
.skinA .button.round {-moz-border-radius: 1000px;-webkit-border-radius: 1000px;border-radius: 1000px;}
.skinA .blue.button { background-color: #00a6fc; }
.skinA .red.button { background-color: #e91c21; }
.skinA .white.button { background-color: #e9e9e9; color: #333; }
.skinA .black.button { background-color: #141414; }
.skinA .green.button { background-color: #5b8737; }
.skinA .button:hover, 
.skinA .button:focus { background-color: #0192dd; color: #fff; }
.skinA .blue.button:hover, 
.skinA .blue.button:focus { background-color: #0192dd; }
.skinA .red.button:hover, 
.skinA .red.button:focus { background-color: #d01217; }
.skinA .white.button:hover, 
.skinA .white.button:focus { background-color: #dadada; color: #333; }
.skinA .black.button:hover, 
.skinA .black.button:focus { background-color: #000; }
.skinA .green.button:hover, 
.skinA .green.button:focus { background-color: #699c40; }	
.skinA input.input-text, 
.skinA textarea { border-right: 1px solid #bbb; border-bottom: 1px solid #bbb; }
.skinA input.input-text, textarea {background: #fff; }
.skinA input.input-text:focus, 
.skinA textarea:focus { background: #f9f9f9; }
.skinA input.input-text[disabled], 
.skinA textarea[disabled] { background-color: #ddd; }
.skinA input.placeholder, 
.skinA textarea.placeholder { color: #888; }
.skinA form fieldset { border: solid 1px #ddd; margin: 18px 0; }
.skinA .form-field.error input, 
.skinA input.input-text.red { border-color: #C00000; background-color: rgba(255,0,0,0.15); }
.skinA .form-field.error label, 
.skinA label.red { color: #C00000; }
.skinA .form-field.error small, 
.skinA small.error {color: #C00000;}
.skinA div.form-field.error small, 
.skinA small.error {border: solid 0 #C00000; background: #C00000; color: #fff;}
.skinA form.custom span.custom {border: solid 1px #ccc; background: url(skin/custom-form-sprites.png) 0 0 no-repeat; }
.skinA form.custom div.custom.dropdown a.current {border: solid 1px #ddd; color: #141414; background-color: #fff;}
.skinA form.custom div.custom.dropdown a.selector {background: url(skin/custom-form-sprites.png) -14px 1px no-repeat; border: solid 1px #ddd; }
.skinA form.custom div.custom.dropdown ul {background: #fff; background: rgba(255,255,255,0.95); border: solid 1px #ddd; }
.skinA form.custom div.custom.dropdown ul li.selected { background: url(skin/custom-form-sprites.png) right -52px no-repeat; }
.skinA form.custom div.custom.dropdown ul li:hover { background-color: #2a85e8; color: #fff; }
.skinA form.custom div.custom.dropdown ul li.selected:hover { background: url(skin/custom-form-sprites.png) #2a85e8 right -78px no-repeat; }
.skinA form.custom .custom.disabled { background-color: #ddd; }
