/* Meyer Reset CSS v1.0 | 20080212 */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, /*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 {
background: transparent;
border: 0;
font-size: 100%;
margin: 0;
outline: 0;
padding: 0;
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;
}

/* remember to highlight inserts somehow! 
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}*/

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}

/* General Styles */
body {
line-height: 1.5;
}

body, input, textarea {
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
margin: 0 auto;
text-align: left;
width: 900px;
min-width: 750px;
}

#header {
margin: 1em 0 2em;
position: relative;
text-align: center;
}

#information {
margin: 0 auto;
overflow: hidden;
}

#footer {
margin: 2em 0 1em;
text-align: center;
}

/* Elements */

h1 img {
vertical-align: middle;
}

p {
margin-bottom: 1em;
}

ul {
list-style: square inside;
margin-bottom: 1em;
}

table {
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
width: 100%;
}

th {
background-color: #eee;
border-bottom: 1px solid #ccc;
padding: 5px 10px;
vertical-align: top;
white-space: nowrap;
width: 25%;
}

td {
background-color: #fafafa;
border-bottom: 1px solid #ccc;
padding: 5px 10px;
}

input, select, textarea {
margin: 2px;
}

a.lang_button:link, a.lang_button:visited {
background-color: #36f;
background:-moz-linear-gradient(top, #6af, #03c);
background:-webkit-gradient(linear, left top, left bottom, from(#6af), to(#03c));
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
color: #fff;
display: block;
padding: 2px 6px;
position: absolute;
right: 60px;
text-decoration:none;
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.7);
top: 30px;
}

a.lang_button:active {
background-color: #03c;
background:-moz-linear-gradient(top, #03c, #6af);
background:-webkit-gradient(linear, left top, left bottom, from(#03c), to(#6af));
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}


.portraits {
float: right;
margin: 0 0 1em 1em;
}

.info_text {
}

.greencard {
font-weight: bold;
}

.flag {
-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.required {
color: #d00;
font-weight: normal;
}

.example {
color: #990;
}

.submit {
margin: 1em;
text-align: center;
}

.copyright {
font-size: small;
}

a:link, a:visited, a:active {
color: #000;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}
