﻿img
{
	border:0;
}

.form-error
{
	color:black;
	font-size:10pt;
	padding:0.25em 0.5em;
	overflow:hidden;
	background-color:#f7f7f7;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	white-space:nowrap;
	border:solid #ddd 1px;
	float:right;
}
.form-error-global
{
	color:white;
	padding:0.5em 0.5em;
	background-color:red;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	white-space:nowrap;
	border:solid #ddd 1px;
	float:left;
	margin:0 0 0.5em 0;
}

.button
{
	background-color:#909090;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	font-size:12pt;
	padding:0.5em 1em;
	color:White;
	font-weight:bold;
	float:left;
	margin:0.2em;
}
.button:hover
{
	background-color:#000;
	cursor:pointer;
}

.castle-form-child-table .center
{
	text-align:center;
}

html input[type="text"], html textarea
{
	border-radius:2px;
}

