
/* =Message
-------------------------------------------------------------- */
div.srtmessage {
	margin: 5px 0 15px;
	background-color: #ffffe0;
	border-color: #e6db55;
	padding: .6em;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-width: 1px;
	border-style: solid;
}

/* =Login
-------------------------------------------------------------- */
.widget_wp_sidebarlogin div, .widget_wp_sidebarlogin ul {
	display: inline-block;
	margin: 0 !important;
}
.widget_wp_sidebarlogin h3 {
	margin: 0 !important;
}

.srt-message-login {
	width: 240px;
	margin-left: auto ;
  	margin-right: auto ;
	/*margin: 5px 0 15px;*/
	background-color: #F5F5F5;
	border-color: #E1E1E1;
	padding: .6em;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-width: 1px;
	border-style: solid;
}

.login-submit #wp-submit {
	width: 200px;
}

ul.sidebar_login_links li {
	list-style-type: none;
}

/** Trick 17 ;) */
p.must-log-in {
	display: none;
}

/* =Widget
-------------------------------------------------------------- */
.srtmessage .widget {
	width: 200px;
}

/* =Table / Form
-------------------------------------------------------------- */
#content tr th, #content thead th {
	padding: 0;
}

table#srtwishlist thead tr:first-child {
	background: #C0D6D9
}

table#srtwishlist td, table#srtwishlist th {
	text-align: center;
	vertical-align: middle;
}

table#srtwishlist td:first-child{
	color: #888;
}

table#srtwishlist td {
	color: #365A7E;
	font-size: 11px;
	padding: 3px 4px;
}

table#srtwishlist td label input {
	margin: 0 !important;
}

table#srtwishlist td.srtleft {
	text-align: left;
}

table#srtwishlist tr:nth-child(even) {
	background: #EDEDED
}

table#srtwishlist tr:nth-child(odd) {
	background: #E1E1E1
}

table#srtwishlist tr:nth-child(even) .eta-0 {
 background-color: #C0C0C0;
}
table#srtwishlist tr:nth-child(odd) .eta-0 {
 background-color: #B6B6B6;
}

table#srtwishlist tr:nth-child(even) .eta-1 {
 background-color: #B0BD65;
}
table#srtwishlist tr:nth-child(odd) .eta-1 {
 background-color: #A5B450;
}

table#srtwishlist tr:nth-child(even) .eta-2 {
 background-color: #BDAC65;
}
table#srtwishlist tr:nth-child(odd) .eta-2 {
 background-color: #B7A458;
}

table#srtwishlist tr:nth-child(even) .eta-3 {
 background-color: #BE8F69;
}
table#srtwishlist tr:nth-child(odd) .eta-3 {
 background-color: #B68359;
}

table#srtwishlist .small {
	width: 6%;
}

td.vote_result {
	font-weight: bold;
}
div.vote_result {
	/*background-color: #FFF;
	float: right;*/
	color: green;
	font-size: 10px;
	padding: 1px;
}

#wl-submit {
	width: 400px;
}
#submit, #wl-submit, #wp-submit {
	background: #3e9cbf; /*the colour of the button*/
	padding: 2px 8px 2px; /*apply some padding inside the button*/
	border: 1px solid #3e9cbf; /*required or the default border for the browser will appear*/
	cursor: pointer; /*forces the cursor to change to a hand when the button is hovered*/
	/*style the text*/
	font-size: 1.3em !important;
	/*font-family: Oswald, sans-serif; */ /*Oswald is available from http://www.google.com/webfonts/specimen/Oswald*/
	letter-spacing: .1em !important;
	text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.3); /*give the text a shadow - doesn't appear in Opera 12.02 or earlier*/
	color: #FFFFFF !important;
	/*use box-shadow to give the button some depth - see cssdemos.tupence.co.uk/box-shadow.htm#demo7 for more info on this technique*/
	-webkit-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
	-moz-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
	box-shadow: inset 0px 1px 0px #3e9cbf, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
	/*give the corners a small curve*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#submit:hover, #submit:focus , #wl-submit:hover , #wl-submit:focus, #wp-submit:hover, #wp-submit:focus {
	color:#dfe7ea !important;
}

.widget_wp_sidebarlogin .avatar_container, #sidebar-login .avatar_container {
	float: none;
}