/* 
    Document   : style
    Created on : 2013-01-20, 16:56:56
    Author     : Michał
    Description:
        Purpose of the stylesheet follows.
*/

article, aside, figure, footer, header, hgroup, nav, section, menu, label {display: block;}

html, body {
	margin: 0;
}

body{
	font-size: 13px;
	color: #050505;
	font-family: 'Trebuchet MS', Helvetica , sans-serif;
	line-height: 18px;
}

header, form {
	width: 400px;
	margin: 0 auto;
}

h1 {
	text-align: center;
	margin: 50px 0 30px;
	font-size: 26px;
	line-height: 30px;
}
label{
	margin: 10px 0 5px;
}
input[type="email"],textarea{
	width: 340px;
	padding: 5px 10px;	
	border: 1px solid #CECACA;
}
fieldset {
	padding: 15px;
}
legend{	
	font-size: 14px;
}
textarea{
	height: 100px;
}
input[type="submit"]{
    border: 1px solid #D3D3D3;
    color: #555555;
    font-weight: normal;
	cursor: pointer;
	padding: 5px 15px;
	float: right;
	margin-top: 10px;
}
input[type="submit"]:hover{
    border: 1px solid #CECACA;
    color: #555555;
    font-weight: normal;
	background-color: #B7B5B5;
	color :#fff;
}

.info {
	width: 400px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	padding: 30px 0;
}