﻿.pad5
{
	padding:5px;
}
.yui-theme .ajax-glow-button,
.yui-theme .ajax-glow-button .inner
{
	border-color:#004D89;
}
.yui-theme .ajax-glow-button .inner INPUT
{
    border-color:#599ACD;
    color:#fff;
    padding:4px 10px;
}

.dark-theme .ajax-glow-button,
.dark-theme .ajax-glow-button .inner
{
	border-color:#0A0A0A;
}
.dark-theme .ajax-glow-button .inner INPUT
{
    border-color:#444041;
    color:#fff;
    padding:4px 10px;
}

.green-theme .ajax-glow-button,
.green-theme .ajax-glow-button .inner
{
	border-color:#79B837;
}
.green-theme .ajax-glow-button .inner INPUT
{
    border-color:#9DCE5C;
    color:#fff;
    padding:4px 10px;
} 

.red-theme .ajax-glow-button,
.red-theme .ajax-glow-button .inner
{
	border-color:#B83636;
}
.red-theme .ajax-glow-button .inner INPUT
{
    border-color:#CF615A;
    color:#fff;
    padding:4px 10px;
} 

.purple-theme .ajax-glow-button,
.purple-theme .ajax-glow-button .inner
{
	border-color:#9C0063;
}
.purple-theme .ajax-glow-button .inner INPUT
{
    border-color:#D693BD;
    color:#fff;
    padding:4px 10px;
}




input[type="submit"].skip, button.skip {
  background-color: #8c9cbf;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8c9cbf 0%), to(#546a9e 50%));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  background-image: -moz-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  background-image: -ms-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  background-image: -o-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  background-image: linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  border: 1px solid #172d6e;
  border-bottom: 1px solid #0e1d45;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 0 0 #b1b9cb;
  -moz-box-shadow: inset 0 1px 0 0 #b1b9cb;
  -ms-box-shadow: inset 0 1px 0 0 #b1b9cb;
  -o-box-shadow: inset 0 1px 0 0 #b1b9cb;
  box-shadow: inset 0 1px 0 0 #b1b9cb;
  color: #fff;
  font: bold 16px "helvetica neue", helvetica, arial, sans-serif;
  padding: 7px 0 8px 0;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 -1px 1px #000f4d;
  width: 100px; }
  input[type="submit"].skip:hover {
    background-color: #7f8dad;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7f8dad 0%), to(#4a5e8c 50%));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
    background-image: -moz-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
    background-image: -ms-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
    background-image: -o-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
    background-image: linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
    cursor: pointer; }
  input[type="submit"].skip:active {
    -webkit-box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 white;
    -moz-box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 white;
    -ms-box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 white;
    -o-box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 white;
    box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 white; }
