/* Reset to default styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	-webkit-font-smoothing: antialiased;
}

/* Reset HTML5 for old browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

/* General formatting */
body {
	font-family: 'Trebuchet MS', Verdana;
	font-size: 1em;
	width: 100%;
	max-width: 60.25em;
	margin: auto;
	/* fallback */
	background-color: #e2e2e2;
	background-image: url(images/background.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	/* Safari 4-5, Chrome 1-9 */
	/* Can't specify a percentage size? Laaaaaame. */
	background: -webkit-gradient(radial, center center, 0, center center, 460, from(#ffffff), to(#e2e2e2));
	/* Safari 5.1+, Chrome 10+ */
	background: -webkit-radial-gradient(circle, #ffffff, #e2e2e2);
	/* Firefox 3.6+ */ 
	background: -moz-radial-gradient(circle, #ffffff, #e2e2e2);
	/* IE 10 */ 
	background: -ms-radial-gradient(circle, #ffffff, #e2e2e2);
}

#logo {
	margin: auto;
	padding-top: 3em;
	width: 100%;
	max-width: 46em;
	text-align: center
}

img.logo {
}

h1 {
	display:block;
	font-size: 1em;
	color: black;
	margin-top: 2em;
	text-align: center
}

h1.italic {
	font-style: italic;
	font-weight: bold
}

a {
	color:inherit;
}


/*==========login lightbox==========*/
#login_box {
	width: 24.5em;
	float: right;
	padding: 1.25em;
	padding-top: 0.95em;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f5f5f5');
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f5f5f5));
	background: -moz-linear-gradient(top,  #f5f5f5,  #f5f5f5);
	border: 1px solid #E5E5E5
}
#login_box h2{
	padding-top: 0.50em;
	/* background: url(http://www.worldwidedesign.pt/images/ico.png) no-repeat right top; */
	padding-bottom: 0.5em	
}
#login_box a{
	font-size: 1em;
	color: black;
	font-weight: normal;
	text-decoration:none;
	
}
#login_box p {
	color:black;
}


/*===============form===============*/
form label{
	width: 100%;
	font-size: 0.8em;
	font-weight: bold;
	display: block;
	direction: ltr;
	text-align: left;
	padding: 0.25em;
	margin-top: 1em;
	color: black;
}
form input {
	padding: 0.125em;
	border: 1px solid #d5d5d5;
	width: 90%;
	padding: 0.5em;
	font-size: 0.95em;
	font-weight: bold;
	background: white;
	font-weight: normal
}
form input:hover {
	border: 1px solid #c5c5c5;
	border-radius: 0.1em;
	-moz-box-shadow: 0 0 3px #c5c5c5 inset;
	-webkit-box-shadow: 0 0 3px #c5c5c5 inset;
	box-shadow: 0 0 3px #c5c5c5 inset;
}
form input[type="submit"] {
	background: #c4d72d;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4d72d', endColorstr='#adc536');
	background: -webkit-gradient(linear, left top, left bottom, from(#c4d72d), to(#adc536));
	background: -moz-linear-gradient(top,  #c4d72d,  #adc536);
	color: #555;
	padding: 0.75em;
	margin-top: 0.5em;
	text-transform: uppercase;
	width: 100%;
	font-weight: bold
}
form input[type="submit"]:hover {
	background: #4db2e2;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4db2e2', endColorstr='#2aa2d5');
	background: -webkit-gradient(linear, left top, left bottom, from(#4db2e2), to(#2aa2d5));
	background: -moz-linear-gradient(top,  #4db2e2,  #2aa2d5);
	-moz-box-shadow: 0 0 2px #666;
	-webkit-box-shadow: 0 0 2px #666;
	box-shadow: 0 0 2px #666;
	text-shadow: 0 0 0.5em white;
	color: white;
}

#contact_form {
	max-width: 300px !important;
	width: 100% !important;
	margin: 1.1em auto 0px !important;
}

#contact_form input {
	padding: 0.5em 0em !important;
	width: 100%;
	text-align: center;
	font-size: 1.1em
}

#contact_form2>div {
	margin: 2.5%;
	width: 95%;
}

#contact_form input[type="submit"]{
	margin: 0em;
	padding: 0.5em 0.75em;
}

.triggers {
	width:800px;
	height:600px;
}