#contentFull{
	width: 600px;
	height: auto;
	padding: 25px;
	margin: 0px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #B40404;
	color:#FFFFFF;
	cursor:pointer;
	bottomleft:10px;
	border-bottom-left-radius:10px;
	text-indent:0;
	border:2px solid #707070;
	display:inline-block;
	line-height:30px;
	text-decoration:none;
	text-align:center;
}

#errorDiv{
	position: relative;
	width: 95%;
	height: 50px auto;;
	line-height: 50px;
	vertical-align: middle;
	background-color: #e48372;
	margin: 0px;
	padding: 20px;
	overflow: auto;
	border: solid thick #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#successDiv{
	width: 100%;
	height: 50px auto;
	line-height: 50px;
	vertical-align: middle;
	background-color: #6ed8aa;
	margin: 0px;
	padding: 20px;
	overflow: auto;
	border: solid thick #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#halfContainer{
	width: 300px;
    height: 250px;

    top: auto;
    left: 0;
	margin-bottom: 10px;


	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #B40404;
	color:#FFFFFF;
	cursor:pointer;
	bottomleft:10px;
	border-bottom-left-radius:10px;
	text-indent:0;
	border:2px solid #707070;
	line-height:30px;
	text-decoration:none;
	text-align:center;
}

#halfContainerRight{
	width: 350px;
    height: 300px;

    top: 50%;
    left: 0;

	border: solid thick #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #B40404;
	color:#FFFFFF;
	cursor:pointer;
	bottomleft:10px;
	border-bottom-left-radius:10px;
	text-indent:0;
	border:2px solid #707070;
	/*line-height:30px;*/
	text-decoration:none;
	text-align:center;
}

#halfContainerCreate{
	width: 500px;
    height: auto;

	top: 50%;
    left: 0;

	border: solid thick #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #B40404;
	color:#FFFFFF;
	cursor:pointer;
	bottomleft:10px;
	border-bottom-left-radius:10px;
	text-indent:0;
	border:2px solid #707070;
	line-height:30px;
	text-decoration:none;
	text-align:center;
}
