﻿body
{
font-family: Arial,Helvetica,sans-serif;
font-size: 11px;
color:#666666;
}
html
{
padding: 0px;
margin: 0px;
}
input
{
font-size: 11px;
color:#666666;
width: 180px;
}
select
{
font-size: 11px;
color:#666666;
width: 184px;
}
input#submit
{
height: 25px;
width: 70px; 
cursor: pointer;
}
div.message
{
color:#003863;
display:none;
border: 0px solid;
height: 20px;
width: 350px;
}
.reddot_text
{
color: red;
}
.error
{
color:#FF0000;
}
.confirmation
{
position: absolute;
margin-top: 100px;
margin-left: 100px;
width: 450px;
height: 30px;
border: 0px solid;
}
.request_error
{
position: absolute;
margin-top: 140px;
margin-left: 100px;
width: 500px;
height: 30px;
border: 0px solid;
}
.error_address
{
color:#FF0000;
}
.message_box
{
width: 700px;
height: 30px;
border: 1px solid;
}
.header
{
width: 700px;
height: 181px;
}
.header_service
{
width: 700px;
height: 70px;
}
.header_content
{
width: 700px;
height: 181px;
}
.wrapper
{
/*height: 1000px;*/
width: 100%;
border: 0px;
}
.form_wrapper
{
width: 700px;
height: 460px;
}
.feed_data_box
{
width: 650px;
}
.content_privacy
{
width: 100%;
height: 700px;
margin-top: 10px;
}
.privacy_text
{
width: 400px;
height: 400px;
padding-left: 50px;
padding-top: 50px;
text-align: justify;
}
.box
{
width: 120px;
height: 50px;
border: 0px solid;
float: left;
}
.submit
{
width: 300px;
height: 30px;
float: left;
border: 0px solid;
margin-top: 30px;
}
.button
{
background-color: #4A7798;
color: #FFFFFF;
height: 20px;
width: 300px;
margin-left: 20px;
}
.background
{
width: 700px;
height: 650px;
background-image:url(/students/layout/Formular_background.jpg);
background-repeat: repeat-x;
}
div.feed_text
{
width: 650px;
border: 0px solid;
margin-left: 30px;
padding-top: 25px;
}
span
{
float: left;
}
.box_left
{
width: 300px;
height: 450px;
border: 0px solid;
float: left;
margin-top: 50px;
}
.box_right
{
width: 300px;
height: 450px;
border: 0px solid;
float: left;
margin-left: 40px;
margin-top: 50px;
}
.form_box
{
height: 30px;
width: 300px;
border: 0px solid;
}
.description
{
width: 85px;
height: 30px;
border: 0px solid;
float: left;
margin-left: 10px;
}
.description_address
{
width: 85px;
height: 85px;
border: 0px solid;
float: left;
margin-left: 10px;
}
.address_box
{
height: 90px;
width: 300px;
margin-top: 50px;
margin-bottom: 30px;
}
.input
{
width: 185px;
height: 30px;
border: 0px solid;
float: left;
}
.input_address
{
width: 185px;
height: 25px;
border: 0px solid;
float: left;
}
.privacy_box
{
height: 20px;
width: 350px;
border: 0px solid;
margin-top: 10px;
}
.separator
{
width: 600px;
border-bottom: 1px dotted;
}
.feed_footer
{
width: 650px;
height: 100px;
border: 0px solid;
margin-left: 50px;
text-align: justify;
}

/* Clearfix */
.clearfix,
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0px;
  clear: both; 
  visibility: hidden;
  font-size: 0px;
  overflow: hidden;
}
 


