/***********************************
 * START OF COMMON CSS TO ALL PAGES*
 ***********************************/
html, body {height:100%; font-family: arial; background-color:#efefef;}

.bodybackground {
	width:500px;
	height:520px;
	margin:auto;
	background-image: url('../img/mailcorner.jpg');
	background-repeat:no-repeat;
}


a { color:#ff3333 ; }
a:hover { color:#000000 ; text-decoration:none;}

.justify	{text-align:justify;}

#popup_contact .modal-body		{padding: 25px;}
#popup_contact .txtStandard		{font-size:13px;}
#popup_contact .modal-body		{text-align: center;}

#popup_contact	[size="large"]	{width: 300px;}

#popup_contact 	[type="mail"],
#popup_contact 	 [type="text"]
{
	margin: 0 0px 10px 0px;
	height: 20px;
	padding: 0;
	text-align: center;
	font-size: 12px;
}

#popup_contact textarea 
{
	padding: 0px;
	line-height: 20px;
	color: #555555;
	font-size: 12px;
	resize:none;
	}

#popup_contact input[type="mail"]:focus
{
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}


#popup_contact input[type="mail"]
{
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	
	display: inline-block;
	height: 20px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #555555;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.modal-header			{color:white; background-color:#ff3333;}
.modal-header .close	{color:white; opacity: 0.7;}
.modal-body span		{padding-left:10px; font-size: 12px;}

#popup_notifications [type="text"]{width:160px;}
#popup_notifications .form-horizontal {margin-right: 10px;}
	
.modal-body .add-on			{margin-top:10px;}
.form-horizontal .controls	{margin-left:0; padding-top}
.form-horizontal			{margin-top:-15px; margin-right:40px;}
.txtInput					{font-style: italic;}





























