﻿.tipswift-n .tipswift-arrow { top: 0px; left: 50%; margin-left: -5px;
  border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;
}
.tipswift-nw .tipswift-arrow { top: 0; left: 10px;
  border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;
}
.tipswift-ne .tipswift-arrow { top: 0; right: 10px;
  border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;
}
.tipswift-s .tipswift-arrow { bottom: 0; left: 50%;
  margin-left: -5px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent;
}
.tipswift-sw .tipswift-arrow { bottom: 0; left: 10px;
  border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent;
}
.tipswift-se .tipswift-arrow { bottom: 0; right: 10px;
  border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent;
}
.tipswift-e .tipswift-arrow { right: 0; top: 50%;
  margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent;
}
.tipswift-w .tipswift-arrow { left: 0; top: 50%; margin-top: -5px;
  border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent;
}

.tipswift.dialog input {
  margin: 0 2px;
  padding: 2px 2px;
  background-color: #222;
  border: 1px solid #555;
  outline: none;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.tipswift.dialog input:hover {
  background-color: #444;
}

.tipswift.dialog input[type=button] {
  cursor: pointer;
}

.tipswift.dialog input:active {
  background: #161616;
  color: #c7c7c7;
}

.tipswift {
  font-size: 0.7em;
}

.tipswift-title, .tipswift-body, .tipswift-buttons {
  display: block;
  margin-bottom: 0.5em;
}

.tipswift-title {
  font-weight: bold;
  font-size: 1.2em;
}

.tipswift-buttons {
  text-align: right;
}

.tipswift-body img {
  padding: 10px;
}

.tipswift.dialog.delete .tipswift-inner {
  background-color: #ff2222;
}

.tipswift.dialog.delete {
  border-color: red;
}

.tipswift.dialog.delete input {
  background-color: #f00;
}
